From: Marek Szyprowski Date: Mon, 5 Sep 2011 11:10:06 +0000 (+0900) Subject: ARM: SAMSUNG: fix watchdog reset issue with clk_get() X-Git-Tag: v3.1-rc7~8^2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caf27307fa322f079338480c7a3387e79d7d3712;p=pandora-kernel.git ARM: SAMSUNG: fix watchdog reset issue with clk_get() clkdev framework uses global mutex to protect clock tree, so it is not possible to call clk_get() in interrupt context. This patch fixes this issue and makes system reset by watchdog call working again. Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed