Re: Warp Watchdog

2008-01-21 Thread Sean MacLennan
Josh Boyer wrote: > I'm not thrilled with it being in the platform file itself. It should > really go into drivers/watchdog. It's OK that the watchdog is tied to > Warp, that really isn't an issue. Just make it depend on Warp in the > Kconfig file. And you can select it in your board config so

Re: Warp Watchdog

2008-01-21 Thread Josh Boyer
On Thu, 17 Jan 2008 15:23:22 -0500 Sean MacLennan <[EMAIL PROTECTED]> wrote: > The taco, er warp, has a watchdog timer built into the fpga. The > watchdog is very trivial and very tied to the warp. I have put it has > part of the platform code rather than a standalone module. > > Two reasons fo

Warp Watchdog

2008-01-17 Thread Sean MacLennan
;, + WATCHDOG_MINOR, ret); + return ret; + } + + return 0; +} +#else +static init __init warpwd_init(void __iomem *fpga) +{ + printk(KERN_WARNING "Warp watchdog disabled\n"); + return 0; +} +#endif + + +static int __