[U-Boot] [PATCH] watchdog/denali: Adding DesignWare watchdog driver support

Albert ARIBAUD albert.u.boot at aribaud.net
Fri Feb 21 17:58:18 CET 2014


Hi Chin,

On Fri, 21 Feb 2014 10:00:08 -0600, Chin Liang See <clsee at altera.com>
wrote:

> Hi Albert,
> 
> On Thu, 2014-02-13 at 10:35 +0100, ZY - albert.u.boot wrote:
> > Hi Chin,
> > 
> > On Wed, 18 Dec 2013 16:23:35 -0600, Chin Liang See <clsee at altera.com>
> > wrote:
> > 
> > > To add the DesignWare watchdog driver support. It required
> > > information such as register base address and clock info from
> > > configuration header file  within include/configs folder.
> > > 
> > > Signed-off-by: Chin Liang See <clsee at altera.com>
> > > Cc: Anatolij Gustschin <agust at denx.de>
> > > Cc: Albert Aribaud <albert.u.boot at aribaud.net>
> > > Cc: Heiko Schocher <hs at denx.de>
> > > Cc: Tom Rini <trini at ti.com>
> > > ---
> > >  drivers/watchdog/Makefile         |    1 +
> > >  drivers/watchdog/designware_wdt.c |   75 +++++++++++++++++++++++++++++++++++++
> > >  2 files changed, 76 insertions(+)
> > >  create mode 100644 drivers/watchdog/designware_wdt.c
> > 
> > As such, this code is dead code in that no board uses this watchdog --
> > same as the NAND driver series assigned to scott Wood (cc:).
> > 
> > If there is a board which uses these drivers, please resubmit the
> > drivers and board patches in a single series where some board config
> > is made to use them.
> > 
> > Amicalement,
> 
> Sorry my bad as I would thought they would need 2 different patches. 

Actually it could have been two different patches, but in a single
series (i.e., patch 1/2 provides the driver, patch 2/2 provides the
configurations which use the driver).

> Chin Liang

Amicalement,
-- 
Albert.


More information about the U-Boot mailing list