From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Sun, 13 Jan 2013 11:43:27 +0100 Subject: [U-Boot] [PATCH V3 1/1] mx31/mx35/mx51/mx53/mx6: add watchdog In-Reply-To: <50F09FA1.4060803@boundarydevices.com> References: <5041C06B.1080509@denx.de> <1350955141-15642-1-git-send-email-troy.kisky@boundarydevices.com> <508D1BA0.2010308@denx.de> <50F09FA1.4060803@boundarydevices.com> Message-ID: <50F28FCF.2080305@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/01/2013 00:26, Troy Kisky wrote: > On 10/28/2012 4:48 AM, Stefano Babic wrote: >> On 23/10/2012 03:19, Troy Kisky wrote: >>> Use a common watchdog driver for all these cpus. >>> >>> Signed-off-by: Troy Kisky >>> >>> --- Hi Troy, >>> v2: add README.watchdog >>> include mx31/mx35 watchdogs >>> move to drivers/watchdog >>> >>> v3: change drivers/watchdog/Makefile to list relevant soc's >>> Please test on a mx31 and mx35 board. >>> qong and mx31pdk would be best!! >>> --- >>> arch/arm/cpu/arm1136/mx31/timer.c | 39 ----------------- >>> arch/arm/cpu/arm1136/mx35/generic.c | 6 --- >>> arch/arm/imx-common/cpu.c | 5 --- >>> arch/arm/include/asm/arch-mx31/clock.h | 2 - >>> arch/arm/include/asm/arch-mx31/imx-regs.h | 13 +----- >>> arch/arm/include/asm/arch-mx35/imx-regs.h | 11 +---- >>> arch/arm/include/asm/arch-mx5/imx-regs.h | 10 ----- >>> board/davedenx/qong/qong.c | 9 +--- >>> board/freescale/mx31pdk/mx31pdk.c | 9 +--- >>> board/hale/tt01/tt01.c | 2 +- >>> doc/README.watchdog | 29 +++++++++++++ >>> drivers/watchdog/Makefile | 3 ++ >>> drivers/watchdog/imx_watchdog.c | 66 >>> +++++++++++++++++++++++++++++ >>> include/configs/mx31pdk.h | 1 + >>> include/configs/qong.h | 1 + >>> include/watchdog.h | 1 + >>> 16 files changed, 106 insertions(+), 101 deletions(-) >>> create mode 100644 doc/README.watchdog >>> create mode 100644 drivers/watchdog/imx_watchdog.c >>> >> >> Applied to u-boot-imx, thanks. >> >> Best regards, >> Stefano Babic >> >> > Has this patch been dropped?? I do not know what happened. You are right, the patch is missing. I have re-applied after rebasing - many thanks to have found this issue ! Thanks, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================