From: Rajendra Nayak Date: Sun, 10 Jul 2011 11:56:55 +0000 (-0600) Subject: OMAP2+: clockdomain: Add per clkdm lock to prevent concurrent state programming X-Git-Tag: v3.1-rc1~148^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=555e74ea08bfc04a0136f976cbaa200addf1ba87;p=pandora-kernel.git OMAP2+: clockdomain: Add per clkdm lock to prevent concurrent state programming Since the clkdm state programming is now done from within the hwmod framework (which uses a per-hwmod lock) instead of the being done from the clock framework (which used a global lock), there is now a need to have per-clkdm locking to prevent races between different hwmods/modules belonging to the same clock domain concurrently programming the clkdm state. Signed-off-by: Rajendra Nayak Signed-off-by: Benoit Cousson Cc: Paul Walmsley Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed