Re: [U-Boot] [PATCH v1] watchdog: Introduce watchdog driver for Intel Tangier

2017-07-05 Thread Andy Shevchenko
On Tue, 2017-07-04 at 16:31 -0400, Tom Rini wrote: > On Tue, Jul 04, 2017 at 10:48:36PM +0300, Andy Shevchenko wrote: > > On Tue, 2017-04-18 at 16:49 +0200, Lukasz Majewski wrote: > > So, it looks to me now as bikeshedding, otherwise where is the > > documentation which describes how this all stuf

Re: [U-Boot] [PATCH v1] watchdog: Introduce watchdog driver for Intel Tangier

2017-07-04 Thread Andy Shevchenko
On Wed, Jul 5, 2017 at 12:23 AM, lukma wrote: >> On Tue, 2017-07-04 at 16:31 -0400, Tom Rini wrote: >>> On Tue, Jul 04, 2017 at 10:48:36PM +0300, Andy Shevchenko wrote: On Tue, 2017-04-18 at 16:49 +0200, Lukasz Majewski wrote: I started looking into this direction and have a question: >

Re: [U-Boot] [PATCH v1] watchdog: Introduce watchdog driver for Intel Tangier

2017-07-04 Thread lukma
Hi Andy, On Tue, 2017-07-04 at 16:31 -0400, Tom Rini wrote: On Tue, Jul 04, 2017 at 10:48:36PM +0300, Andy Shevchenko wrote: On Tue, 2017-04-18 at 16:49 +0200, Lukasz Majewski wrote: The code seems OK, but recently patches to add wdt-uclass has been posted: http://patchwork.ozlabs.org/patch

Re: [U-Boot] [PATCH v1] watchdog: Introduce watchdog driver for Intel Tangier

2017-07-04 Thread Andy Shevchenko
On Tue, 2017-07-04 at 16:31 -0400, Tom Rini wrote: > On Tue, Jul 04, 2017 at 10:48:36PM +0300, Andy Shevchenko wrote: > > On Tue, 2017-04-18 at 16:49 +0200, Lukasz Majewski wrote: > > > > > > The code seems OK, but recently patches to add wdt-uclass has been > > > posted: > > > > > > http://patch

Re: [U-Boot] [PATCH v1] watchdog: Introduce watchdog driver for Intel Tangier

2017-07-04 Thread Tom Rini
On Tue, Jul 04, 2017 at 10:48:36PM +0300, Andy Shevchenko wrote: > On Tue, 2017-04-18 at 16:49 +0200, Lukasz Majewski wrote: > > > > The code seems OK, but recently patches to add wdt-uclass has been > > posted: > > > > http://patchwork.ozlabs.org/patch/751448/ > > http://patchwork.ozlabs.org/pat

Re: [U-Boot] [PATCH v1] watchdog: Introduce watchdog driver for Intel Tangier

2017-07-04 Thread Andy Shevchenko
On Tue, 2017-04-18 at 16:49 +0200, Lukasz Majewski wrote: > > The code seems OK, but recently patches to add wdt-uclass has been > posted: > > http://patchwork.ozlabs.org/patch/751448/ > http://patchwork.ozlabs.org/patch/751451/ > > Maybe it would be better to port this driver to the uclass from

Re: [U-Boot] [PATCH v1] watchdog: Introduce watchdog driver for Intel Tangier

2017-04-18 Thread Tom Rini
On Tue, Apr 18, 2017 at 05:57:31PM +0300, Andy Shevchenko wrote: > On Tue, 2017-04-18 at 16:49 +0200, Lukasz Majewski wrote: > > Hi Andy, > > > > > From: Felipe Balbi > > > > > > Add watchdog driver for Intel Tangier based platforms. > > > > > > Signed-off-by: Vincent Tinelli > > > Signed-off-

Re: [U-Boot] [PATCH v1] watchdog: Introduce watchdog driver for Intel Tangier

2017-04-18 Thread Andy Shevchenko
On Tue, 2017-04-18 at 16:49 +0200, Lukasz Majewski wrote: > Hi Andy, > > > From: Felipe Balbi > > > > Add watchdog driver for Intel Tangier based platforms. > > > > Signed-off-by: Vincent Tinelli > > Signed-off-by: Felipe Balbi > > Signed-off-by: Andy Shevchenko > > --- > >  common/board_f.c

Re: [U-Boot] [PATCH v1] watchdog: Introduce watchdog driver for Intel Tangier

2017-04-18 Thread Lukasz Majewski
Hi Andy, > From: Felipe Balbi > > Add watchdog driver for Intel Tangier based platforms. > > Signed-off-by: Vincent Tinelli > Signed-off-by: Felipe Balbi > Signed-off-by: Andy Shevchenko > --- > common/board_f.c | 1 + > drivers/watchdog/Kconfig | 8 ++ > drivers/w

[U-Boot] [PATCH v1] watchdog: Introduce watchdog driver for Intel Tangier

2017-04-18 Thread Andy Shevchenko
From: Felipe Balbi Add watchdog driver for Intel Tangier based platforms. Signed-off-by: Vincent Tinelli Signed-off-by: Felipe Balbi Signed-off-by: Andy Shevchenko --- common/board_f.c | 1 + drivers/watchdog/Kconfig | 8 ++ drivers/watchdog/Makefile | 1 + dr