From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Fri, 21 Feb 2014 10:00:08 -0600 Subject: [U-Boot] [PATCH] watchdog/denali: Adding DesignWare watchdog driver support In-Reply-To: <20140213103518.16e341ca@lilith> References: <1387405415-4519-1-git-send-email-clsee@altera.com> <20140213103518.16e341ca@lilith> Message-ID: <1392998408.3602.8.camel@clsee-VirtualBox> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > 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 > > Cc: Anatolij Gustschin > > Cc: Albert Aribaud > > Cc: Heiko Schocher > > Cc: Tom Rini > > --- > > 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. Let me fix this watchdog and nand patch. Thanks Chin Liang