watchdog: shwdt: Use finer grained clock control.
authorPaul Mundt <lethal@linux-sh.org>
Thu, 10 May 2012 07:14:40 +0000 (16:14 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 10 May 2012 07:14:40 +0000 (16:14 +0900)
The clk enable/disable pairs can be pushed down to start/stop rather than
probe/remove, along with the runtime PM callsites. This will allow us to
keep the block powered off until userspace comes along and decides to do
something with it.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found