Re: [PATCH] watchdog: add driver for the MEN 16z069 IP-Core

2018-07-16 Thread Johannes Thumshirn
On Fri, Jul 13, 2018 at 06:50:25AM -0700, Guenter Roeck wrote: [...] > > +#include > > +#include > > +#include > > +#include > > +#include > > + > Alphabetic order, please Done. > > > +struct men_z069_drv { > > + struct watchdog_device wdt; > > + void __iomem *base; > > + struct

Re: [PATCH] watchdog: add driver for the MEN 16z069 IP-Core

2018-07-16 Thread Johannes Thumshirn
On Fri, Jul 13, 2018 at 06:50:25AM -0700, Guenter Roeck wrote: [...] > > +#include > > +#include > > +#include > > +#include > > +#include > > + > Alphabetic order, please Done. > > > +struct men_z069_drv { > > + struct watchdog_device wdt; > > + void __iomem *base; > > + struct

Re: [PATCH] watchdog: add driver for the MEN 16z069 IP-Core

2018-07-13 Thread Guenter Roeck
On 07/13/2018 05:58 AM, Johannes Thumshirn wrote: Add a driver for the MEN 16z069 Watchdog and Reset Controller IP-Core. Signed-off-by: Johannes Thumshirn --- MAINTAINERS | 6 ++ drivers/watchdog/Kconfig | 10 +++ drivers/watchdog/Makefile | 1 +

Re: [PATCH] watchdog: add driver for the MEN 16z069 IP-Core

2018-07-13 Thread Guenter Roeck
On 07/13/2018 05:58 AM, Johannes Thumshirn wrote: Add a driver for the MEN 16z069 Watchdog and Reset Controller IP-Core. Signed-off-by: Johannes Thumshirn --- MAINTAINERS | 6 ++ drivers/watchdog/Kconfig | 10 +++ drivers/watchdog/Makefile | 1 +