[PATCH 0/2] GE Fanuc's FPGA based watchdog

Martyn Welch martyn.welch at gefanuc.com
Mon Nov 10 23:29:01 EST 2008


The following series implements and enables support for the FPGA based
watchdog timers found on GE Fanuc's SBC610.

There are two identical watchdog timers at different offsets in the above
mentioned boards, however the current driver is only capable of supporting
one of them.

The watchdog timers are also capable of generating interrupts at a
user-configurable threshold, though support for this operation is currently
not supported by the driver.

---

Martyn Welch (2):
      powerpc: Enable watchdog timer on GE Fanuc's SBC610
      watchdog: Basic support for GE Fanuc's FPGA based watchdog timer


 arch/powerpc/boot/dts/gef_sbc610.dts           |   15 +
 arch/powerpc/configs/86xx/gef_sbc610_defconfig |    1 
 drivers/watchdog/Kconfig                       |    6 
 drivers/watchdog/Makefile                      |    1 
 drivers/watchdog/gef_wdt.c                     |  333 ++++++++++++++++++++++++
 5 files changed, 356 insertions(+), 0 deletions(-)
 create mode 100644 drivers/watchdog/gef_wdt.c

-- 
Signature



More information about the Linuxppc-dev mailing list