From: Sylwester Nawrocki Date: Tue, 29 Oct 2013 19:51:04 +0000 (+0100) Subject: omap3isp: Modify clocks registration to avoid circular references X-Git-Tag: v3.14-rc1~109^2~27^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4eadfc38c4d6e30775d3764f9a1a3098789d2acc;p=pandora-kernel.git omap3isp: Modify clocks registration to avoid circular references The clock core code is going to be modified so clk_get() takes reference on the clock provider module. Until the potential circular reference issue is properly addressed, we pass NULL as the first argument to clk_register(), in order to disallow sub-devices taking a reference on the ISP module back trough clk_get(). This should prevent locking the modules in memory. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park Acked-by: Laurent Pinchart --- Reading git-diff-tree failed