On Wed, Nov 11, 2009 at 1:27 AM, Albrecht Dreà wrote:
> Hi Grant:
>
> Thanks a lot for your comments!
>
>> On Tue, Nov 10, 2009 at 12:41 PM, Albrecht DreÃ
>> > +#if defined(HAVE_MPC5200_WDT)
>> > + Â Â Â /* check if this device could be a watchdog */
>> > + Â Â Â if (of_get_property(ofdev
Hi Grant:
Thanks a lot for your comments!
> On Tue, Nov 10, 2009 at 12:41 PM, Albrecht DreÃ
> wrote:
> > Merge the WDT code into the GPT interface.
> >
> > Signed-off-by: Albrecht DreÃ
> > ---
>
> Hi Albrecht,
>
> Thanks for this work. Comments below.
>
> >
> > Notes:
> >
> > The maximum
Merge the WDT code into the GPT interface.
Signed-off-by: Albrecht DreÃ
---
Notes:
The maximum timeout for a 5200 GPT @ 33 MHz clock is ~130 seconds. As this
exceeds the range of an int, some api's had to be changed to u64.
The WDT api is exported as to keep the WDT driver separated from the
On Tue, Nov 10, 2009 at 12:41 PM, Albrecht Dreà wrote:
> Merge the WDT code into the GPT interface.
>
> Signed-off-by: Albrecht DreÃ
> ---
Hi Albrecht,
Thanks for this work. Comments below.
>
> Notes:
>
> The maximum timeout for a 5200 GPT @ 33 MHz clock is ~130 seconds. Â As this
> exceeds