Re: [PATCH/RFCv2] wdt: Add support for PowerQUICC watchdog

2008-01-17 Thread Kumar Gala
On Jan 17, 2008, at 8:55 AM, Jochen Friedrich wrote: > Hi Kumar, > >> Why are you commenting on mpc83xx_wdt with respect to pq1_wdt? >> Also, is this driver just for PQ1 platforms or PQ1 & PQ2? If its >> just pq1 we should probably call it pq1_wdt* > > It should be for pq1, pq2 and pq2pro. How

Re: [PATCH/RFCv2] wdt: Add support for PowerQUICC watchdog

2008-01-17 Thread Jochen Friedrich
Hi Kumar, > Why are you commenting on mpc83xx_wdt with respect to pq1_wdt? > > Also, is this driver just for PQ1 platforms or PQ1 & PQ2? If its just > pq1 we should probably call it pq1_wdt* It should be for pq1, pq2 and pq2pro. However, i only have the possibility to test this on pq1. >> arc

Re: [PATCH/RFCv2] wdt: Add support for PowerQUICC watchdog

2008-01-17 Thread Kumar Gala
On Jan 17, 2008, at 6:47 AM, Jochen Friedrich wrote: > The PowerQUICC series has a watchdog which can be activated by the > boot > loader and then needs to be reset in regular intervals. Once the > watchdog is enabled, it can't be disabled anymore. This patch adds > support for this kind of wat

[PATCH/RFCv2] wdt: Add support for PowerQUICC watchdog

2008-01-17 Thread Jochen Friedrich
The PowerQUICC series has a watchdog which can be activated by the boot loader and then needs to be reset in regular intervals. Once the watchdog is enabled, it can't be disabled anymore. This patch adds support for this kind of watchdog. An early init function is provided to manually reset the wat