Re: [PATCH V7 3/3] watchdog: s3c2410_wdt: add device tree support and use syscon regmap interface to configure pmu register

2013-11-11 Thread Leela Krishna Amudala
Hi Tomasz, Thanks for reviewing the patch On Mon, Nov 11, 2013 at 6:53 PM, Tomasz Figa wrote: > Hi Leela, > > Thanks for addressing my comments for previous version. However now this > won't even build when CONFIG_OF is disabled. See my comments inline. > Yes, you are right, I didn't compile it

Re: [PATCH V7 3/3] watchdog: s3c2410_wdt: add device tree support and use syscon regmap interface to configure pmu register

2013-11-11 Thread Tomasz Figa
Hi Leela, Thanks for addressing my comments for previous version. However now this won't even build when CONFIG_OF is disabled. See my comments inline. On Monday 11 of November 2013 18:14:57 Leela Krishna Amudala wrote: > Add device tree support and use syscon regmap interface to configure > AUTO

[PATCH V7 3/3] watchdog: s3c2410_wdt: add device tree support and use syscon regmap interface to configure pmu register

2013-11-11 Thread Leela Krishna Amudala
Add device tree support and use syscon regmap interface to configure AUTOMATIC_WDT_RESET_DISABLE and MASK_WDT_RESET_REQUEST registers of PMU to mask/unmask enable/disable of watchdog in probe and s2r scenarios. Signed-off-by: Leela Krishna Amudala --- .../devicetree/bindings/watchdog/samsung-wdt