[PATCH 0/2] ep93xx: TS-72xx watchdog driver
Mika Westerberg
mika.westerberg at iki.fi
Thu Dec 3 14:35:19 EST 2009
Hi,
Technologic Systems TS-72xx SBCs (TS-7200, TS-7250 and TS-7260) have
watchdog timer that is implemented in external CPLD chip. This set of
patches provide implementation of watchdog driver for that chip.
I tested this on TS-7260 board.
Thanks,
MW
Mika Westerberg (2):
ep93xx: implemented watchdog timer driver for TS-72xx SBCs
ep93xx: added platform side support for TS-72xx WDT driver
arch/arm/mach-ep93xx/include/mach/ts72xx.h | 2 +
arch/arm/mach-ep93xx/ts72xx.c | 21 ++
drivers/watchdog/Kconfig | 11 +
drivers/watchdog/Makefile | 1 +
drivers/watchdog/ts72xx_wdt.c | 458 ++++++++++++++++++++++++++++
5 files changed, 493 insertions(+), 0 deletions(-)
create mode 100644 drivers/watchdog/ts72xx_wdt.c
More information about the linux-arm-kernel
mailing list