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
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
> ++
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
3 matches
Mail list logo