Re: [PATCH v3] watchdog: New watchdog driver for MEN A21 watchdogs

2013-05-27 Thread Wim Van Sebroeck
Hi Johannes, > Of cause I'll do, but unfortunately I probably won't be able to do it today, > mind if you get the patch tomorrow? I don't mind. There is no rush. Just take the time you need to change the code and do your testing. Kind regards, wim. -- To unsubscribe from this list: send the l

Re: [PATCH v3] watchdog: New watchdog driver for MEN A21 watchdogs

2013-05-26 Thread Wim Van Sebroeck
Hi Johannes, > +static int a21_wdt_notify_sys(struct notifier_block *notify, unsigned long > code, > + void *unused) > +{ > + if (code == SYS_DOWN || code == SYS_HALT) > + gpio_set_value(GPIO_WD_ENAB, 0); > + > + return NOTIFY_DONE; > +} > + > +static struc