[PATCH] ppc32: m8xx watchdog update
authorMarcelo Tosatti <marcelo.tosatti@cyclades.com>
Thu, 24 Nov 2005 13:32:09 +0000 (11:32 -0200)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jan 2006 03:50:51 +0000 (14:50 +1100)
commitfb64c2446b20bf0206a690e9e1df88b25ac421e6
tree53d6e17957d29d881f8cff83ed952b4229d811bd
parent623703f620453c798b6fa3eb79ad8ea27bfd302a
[PATCH] ppc32: m8xx watchdog update

This updates m8xx_wdt as follows:

1) Remove now obsolete fpos check in the write() function. The driver is
currently non functional due to this bug.

2) Use in/out macros for register access.

3) Allows m8xx_wdt to use a kernel timer instead of the builtin RTC/PIT
for keep-alive trigger (which is responsible for servicing the watchdog
until an userspace application takes over). For instance Cyclades PRxK
boards (MPC 855T based) have a non-functional internal RTC/PIT unit.
Behaviour for boards with RTC/PIT is unchaged.

4) The last change required moving the RTCSC register setting code
to a weak function which can be overriden by board specific files.
Otherwise the timer init code trashes the register making it impossible
for m8xx_wdt to detect the situation.

Signed-off-by: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc/syslib/m8xx_setup.c
arch/ppc/syslib/m8xx_wdt.c
arch/ppc/syslib/m8xx_wdt.h
drivers/char/watchdog/mpc8xx_wdt.c