Re: [PATCH v10 04/12] watchdog: add Palmas Watchdog support

2013-08-20 Thread Wim Van Sebroeck
Hi Ian, > +static int palmas_wdt_set_timeout(struct watchdog_device *wdt, unsigned > timeout) > +{ > + struct palmas_wdt *driver_data = watchdog_get_drvdata(wdt); > + > + if (timeout < 1 || timeout > 128) { > + dev_warn(driver_data->dev, > + "Timeout can on

Re: [PATCH v10 04/12] watchdog: add Palmas Watchdog support

2013-03-24 Thread Guenter Roeck
On Fri, Mar 22, 2013 at 02:55:14PM +, Ian Lartey wrote: > From: Graeme Gregory > > Add support for the Palmas watchdog timer which has a timeout configurable > from 1s to 128s. > > Signed-off-by: Graeme Gregory > Signed-off-by: Ian Lartey > --- > drivers/watchdog/palmas_wdt.c | 169 > ++

[PATCH v10 04/12] watchdog: add Palmas Watchdog support

2013-03-22 Thread Ian Lartey
From: Graeme Gregory Add support for the Palmas watchdog timer which has a timeout configurable from 1s to 128s. Signed-off-by: Graeme Gregory Signed-off-by: Ian Lartey --- drivers/watchdog/palmas_wdt.c | 169 + 1 files changed, 169 insertions(+), 0 de