Re: [PATCH V4 3/3] watchdog: s3c2410_wdt: use syscon regmap interface to configure pmu register

2013-10-30 Thread Leela Krishna Amudala
Hi Tomasz, On Wed, Oct 30, 2013 at 8:09 PM, Tomasz Figa wrote: > Hi Leela, > > On Wednesday 30 of October 2013 15:21:13 Leela Krishna Amudala wrote: >> The syscon regmap interface is used to configure AUTOMATIC_WDT_RESET_DISABLE >> and MASK_WDT_RESET_REQUEST registers of PMU to mask/unmask enable

Re: [PATCH V4 3/3] watchdog: s3c2410_wdt: use syscon regmap interface to configure pmu register

2013-10-30 Thread Tomasz Figa
Hi Leela, On Wednesday 30 of October 2013 15:21:13 Leela Krishna Amudala wrote: > The syscon regmap interface is used 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: L

[PATCH V4 3/3] watchdog: s3c2410_wdt: use syscon regmap interface to configure pmu register

2013-10-30 Thread Leela Krishna Amudala
The syscon regmap interface is used 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.txt | 19 +++-