aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/pika_wdt.c
Commit message (Collapse)AuthorAgeFilesLines
* [WATCHDOG] powerpc: pika_wdt ident cannot be constSean MacLennan2010-04-031-1/+1
| | | | | | | | | The watchdog_info struct cannot be a const since we dynamically fill in the firmware version. Signed-off-by: Sean MacLennan <smaclennan@pikatech.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
* [WATCHDOG] watchdog_info constifyWim Van Sebroeck2010-03-071-1/+1
| | | | | | | make the watchdog_info struct const where possible. Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
* [WATCHDOG] Pika Warp appliance watchdog timerSean MacLennan2009-01-121-0/+301
The FPGA based watchdog timer used by the Pika Warp appliance. Signed-off-by: Sean MacLennan <smaclennan@pikatech.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>