Re: [v3,4/4] watchdog: add Gateworks System Controller support

2018-04-04 Thread Tim Harvey
On Mon, Apr 2, 2018 at 9:32 AM, Andrew Lunn wrote: >> The 'use case' we have been using this in for a couple years is that >> users who want to use this watchdog will enable it externally (we have >> a command in the bootloader) and if enabled the kernel driver (that >> I'm proposing here which we

Re: [v3,4/4] watchdog: add Gateworks System Controller support

2018-04-02 Thread Andrew Lunn
> The 'use case' we have been using this in for a couple years is that > users who want to use this watchdog will enable it externally (we have > a command in the bootloader) and if enabled the kernel driver (that > I'm proposing here which we've been using out-of-tree) will register > the watchdog

Re: [v3,4/4] watchdog: add Gateworks System Controller support

2018-04-02 Thread Tim Harvey
On Fri, Mar 30, 2018 at 11:19 AM, Guenter Roeck wrote: > On Fri, Mar 30, 2018 at 10:49:38AM -0700, Tim Harvey wrote: >> On Thu, Mar 29, 2018 at 6:07 PM, Guenter Roeck wrote: >> > On Wed, Mar 28, 2018 at 08:14:03AM -0700, Tim Harvey wrote: >> >> Signed-off-by: Tim Harvey >> >> --- >> >> drivers/

Re: [v3,4/4] watchdog: add Gateworks System Controller support

2018-03-30 Thread Guenter Roeck
On Fri, Mar 30, 2018 at 10:49:38AM -0700, Tim Harvey wrote: > On Thu, Mar 29, 2018 at 6:07 PM, Guenter Roeck wrote: > > On Wed, Mar 28, 2018 at 08:14:03AM -0700, Tim Harvey wrote: > >> Signed-off-by: Tim Harvey > >> --- > >> drivers/watchdog/Kconfig | 10 > >> drivers/watchdog/Makefile

Re: [v3,4/4] watchdog: add Gateworks System Controller support

2018-03-30 Thread Tim Harvey
On Thu, Mar 29, 2018 at 6:07 PM, Guenter Roeck wrote: > On Wed, Mar 28, 2018 at 08:14:03AM -0700, Tim Harvey wrote: >> Signed-off-by: Tim Harvey >> --- >> drivers/watchdog/Kconfig | 10 >> drivers/watchdog/Makefile | 1 + >> drivers/watchdog/gsc_wdt.c | 146 >> +++

Re: [v3,4/4] watchdog: add Gateworks System Controller support

2018-03-30 Thread Dmitry Torokhov
On Thu, Mar 29, 2018 at 06:07:57PM -0700, Guenter Roeck wrote: > On Wed, Mar 28, 2018 at 08:14:03AM -0700, Tim Harvey wrote: > > Signed-off-by: Tim Harvey > > --- > > drivers/watchdog/Kconfig | 10 > > drivers/watchdog/Makefile | 1 + > > drivers/watchdog/gsc_wdt.c | 146 > > +

Re: [v3,4/4] watchdog: add Gateworks System Controller support

2018-03-29 Thread Guenter Roeck
On Wed, Mar 28, 2018 at 08:14:03AM -0700, Tim Harvey wrote: > Signed-off-by: Tim Harvey > --- > drivers/watchdog/Kconfig | 10 > drivers/watchdog/Makefile | 1 + > drivers/watchdog/gsc_wdt.c | 146 > + > 3 files changed, 157 insertions(+) >