Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM: herring: watchdog: Increase timeout and use realtime workqueue | Arve Hjønnevåg | 2011-11-17 | 1 | -5/+5 |
| | | | | | | | | | | | The old code created a realtime workqueue, but did not use it. This could cause a reboot if the default workqueue was blocked for more than one second. Also, the old timeout was short enough to often trigger a watchdog reset when duming the kernel log in the fiq debugger. Change-Id: I556e6bb85dd9a166cab98270a4f1ba23a9f4069c Signed-off-by: Arve Hjønnevåg <arve@android.com> | ||||
* | ARM: herring: watchdog driver | Brian Swetland | 2011-11-17 | 1 | -0/+111 |
The PMIC will reboot us if the power button is held for 7s. Set the watchdog to hard reset us after 5s. Pet the watchdog every 4s. We want to be sure to catch any failures before that happens, since that reboot path does not preserve the ramconsole and Signed-off-by: Brian Swetland <swetland@google.com> |