Re: [PATCH V3] powerpc: Fix Book-E watchdog timer interval setting

2008-11-08 Thread Kumar Gala
On Nov 5, 2008, at 2:53 PM, Matthias Fuchs wrote: This patch fixes the setting of the Book-E watchdog timer interval setup on initialization and by ioctl(). On initialization the period bits have to be masked before setting a new period. In WDIOC_SETTIMEOUT ioctl we have to use the correct

Re: [PATCH V3] powerpc: Fix Book-E watchdog timer interval setting

2008-11-06 Thread Timur Tabi
Matthias Fuchs wrote: > This patch fixes the setting of the Book-E watchdog timer interval setup > on initialization and by ioctl(). > > On initialization the period bits have to be masked before setting > a new period. > > In WDIOC_SETTIMEOUT ioctl we have to use the correct mask. > > Signed-of

[PATCH V3] powerpc: Fix Book-E watchdog timer interval setting

2008-11-05 Thread Matthias Fuchs
This patch fixes the setting of the Book-E watchdog timer interval setup on initialization and by ioctl(). On initialization the period bits have to be masked before setting a new period. In WDIOC_SETTIMEOUT ioctl we have to use the correct mask. Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]>