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

2013-06-17 Thread Johannes Thumshirn
On Sun, Jun 16, 2013 at 03:07:15PM -0700, Guenter Roeck wrote: > On Fri, Jun 14, 2013 at 12:58:37PM +0200, Johannes Thumshirn wrote: > > This patch adds the driver for the watchdog devices found on MEN Mikro > > Elektronik A21 VMEbus CPU Carrier Boards. It has DT-support and uses the > > watchdog

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

2013-06-17 Thread Johannes Thumshirn
On Sun, Jun 16, 2013 at 03:07:15PM -0700, Guenter Roeck wrote: On Fri, Jun 14, 2013 at 12:58:37PM +0200, Johannes Thumshirn wrote: This patch adds the driver for the watchdog devices found on MEN Mikro Elektronik A21 VMEbus CPU Carrier Boards. It has DT-support and uses the watchdog

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

2013-06-16 Thread Guenter Roeck
On Fri, Jun 14, 2013 at 12:58:37PM +0200, Johannes Thumshirn wrote: > This patch adds the driver for the watchdog devices found on MEN Mikro > Elektronik A21 VMEbus CPU Carrier Boards. It has DT-support and uses the > watchdog framework. > > Signed-off-by: Johannes Thumshirn Only nitpicks this

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

2013-06-16 Thread Guenter Roeck
On Fri, Jun 14, 2013 at 12:58:37PM +0200, Johannes Thumshirn wrote: This patch adds the driver for the watchdog devices found on MEN Mikro Elektronik A21 VMEbus CPU Carrier Boards. It has DT-support and uses the watchdog framework. Signed-off-by: Johannes Thumshirn johannes.thumsh...@men.de

[PATCH v9] watchdog: New watchdog driver for MEN A21 watchdogs

2013-06-14 Thread Johannes Thumshirn
This patch adds the driver for the watchdog devices found on MEN Mikro Elektronik A21 VMEbus CPU Carrier Boards. It has DT-support and uses the watchdog framework. Signed-off-by: Johannes Thumshirn --- Revision 2: * Removed unneeded open flag in struct a21_wdt_drv * Corrected 3bit reason

[PATCH v9] watchdog: New watchdog driver for MEN A21 watchdogs

2013-06-14 Thread Johannes Thumshirn
This patch adds the driver for the watchdog devices found on MEN Mikro Elektronik A21 VMEbus CPU Carrier Boards. It has DT-support and uses the watchdog framework. Signed-off-by: Johannes Thumshirn johannes.thumsh...@men.de --- Revision 2: * Removed unneeded open flag in struct a21_wdt_drv *