linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] GE Fanuc's FPGA based watchdog
@ 2008-11-10 12:29 Martyn Welch
  2008-11-10 12:29 ` [PATCH 1/2] watchdog: Basic support for GE Fanuc's FPGA based watchdog timer Martyn Welch
  2008-11-10 12:29 ` [PATCH 2/2] powerpc: Enable watchdog timer on GE Fanuc's SBC610 Martyn Welch
  0 siblings, 2 replies; 4+ messages in thread
From: Martyn Welch @ 2008-11-10 12:29 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: wim, paulus

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

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PATCH 0/2] GE Fanuc's FPGA based watchdog
@ 2008-11-10 12:31 Martyn Welch
  2008-11-10 12:31 ` [PATCH 2/2] powerpc: Enable watchdog timer on GE Fanuc's SBC610 Martyn Welch
  0 siblings, 1 reply; 4+ messages in thread
From: Martyn Welch @ 2008-11-10 12:31 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: wim, paulus

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.

-- 
Signature

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-11-10 12:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-10 12:29 [PATCH 0/2] GE Fanuc's FPGA based watchdog Martyn Welch
2008-11-10 12:29 ` [PATCH 1/2] watchdog: Basic support for GE Fanuc's FPGA based watchdog timer Martyn Welch
2008-11-10 12:29 ` [PATCH 2/2] powerpc: Enable watchdog timer on GE Fanuc's SBC610 Martyn Welch
  -- strict thread matches above, loose matches on Subject: below --
2008-11-10 12:31 [PATCH 0/2] GE Fanuc's FPGA based watchdog Martyn Welch
2008-11-10 12:31 ` [PATCH 2/2] powerpc: Enable watchdog timer on GE Fanuc's SBC610 Martyn Welch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).