commit | d42c97443da5a542201f6cbaf793606877115d05 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Thu May 10 16:14:40 2012 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Thu May 10 16:14:40 2012 +0900 |
tree | 10c0f14559b714d78ccc508d46350f1bfd2d6172 | |
parent | 8c013d964ac32c20afe2cdeadf59926d87012b37 [diff] |
watchdog: shwdt: Use finer grained clock control. 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>