public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Bootup support for watchdog with short timeout (touch_nmi_watchdog()?)
@ 2007-10-29 14:22 Stefan Roese
  2007-10-29 19:45 ` Lennart Sorensen
  0 siblings, 1 reply; 6+ messages in thread
From: Stefan Roese @ 2007-10-29 14:22 UTC (permalink / raw)
  To: linux-kernel

I'm trying to implement support for a board specific watchdog on a PPC440EPx 
board with a very short timeout. In this case, the watchdog has to 
be "kicked" at least every 100ms, even while booting and the real watchdog 
driver not running yet. While looking for trigger places in the kernel 
source, I noticed the already existing "touch_nmi_watchdog()" function, which 
seems to be doing what I need. Even if the name not exactly matches my 
hardware setup.

My question now is, is it recommended to use this 
touch_nmi_watchdog() "infrastructure" for my PPC custom specific watchdog 
during bootup? And if yes, should it perhaps be renamed to a more generic 
name, like "touch_watchdog"?

Please advise. Thanks.

Best regards,
Stefan

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

end of thread, other threads:[~2007-10-30 21:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-29 14:22 Bootup support for watchdog with short timeout (touch_nmi_watchdog()?) Stefan Roese
2007-10-29 19:45 ` Lennart Sorensen
2007-10-30  2:54   ` Josh Boyer
2007-10-30 11:16     ` Stefan Roese
2007-10-30 21:23       ` Wolfgang Denk
2007-10-30 12:51     ` Lennart Sorensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox