From: Soren Brinkmann Date: Mon, 17 Jun 2013 22:03:46 +0000 (-0700) Subject: clk/zynq/clkc: Add dedicated spinlock for the SWDT X-Git-Tag: v3.11-rc6~7^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=252957cc3a2d59179df1a2d44d219e07dc5c3f06;p=pandora-kernel.git clk/zynq/clkc: Add dedicated spinlock for the SWDT The clk_mux for the system watchdog timer reused the register lock dedicated to the Ethernet module - for no apparent reason. Add a lock dedicated to the SWDT's clock register to remove this wrong dependency. This does not fix a specific regression but the clock driver was merged for 3.11-rc1, so best to fix the known bugs before the release. Signed-off-by: Soren Brinkmann Signed-off-by: Michal Simek Signed-off-by: Mike Turquette [mturquette@linaro.org: added to changelog] --- Reading git-diff-tree failed