watchdog: dw_wdt: common clock framework and devicetree support
From: Heiko Stuebner <heiko@...> Date: Wed, 26 Jun 2013 19:54:00 +0200
This small series changes the dw_wdt driver, so that it is usable on machines using the common clock framework (needs the clk to be prepared) and devicetree (needs a binding). ##### DT-bindings went in from a patch from another person, so only patches 1 and 2 apply. ##### Heiko Stuebner (3): watchdog: dw_wdt: convert to SIMPLE_DEV_PM_OPS watchdog: dw_wdt: use clk_prepare_enable and clk_disable_unprepare watchdog: dw_wdt: add a devicetree binding .../bindings/watchdog/snps-dw-apb-wdt.txt | 18 ++++++++++++ drivers/watchdog/dw_wdt.c | 31 ++++++++++++-------- 2 files changed, 36 insertions(+), 13 deletions(-) create mode 100644 Documentation/devicetree/bindings/watchdog/snps-dw-apb-wdt.txt -- 1.7.10.4
Patches in this set
- [0001] watchdog: dw_wdt: convert to SIMPLE_DEV_PM_OPS (raw)
- [0002] watchdog: dw_wdt: use clk_prepare_enable and clk_disable_unprepare (raw)
Statistics
- 2 individual patches
- 8 lines added
- 13 lines removed