Re: [PATCH 5/8] watchdog: iTCO_wdt: Add support for v3 silicon

2014-03-18 Thread Lee Jones
> > > > Some new Atom's, eg Avoton and Bay Trail, have slightly different iTCO > > > > functionality: > > > > - The watchdog timer ticks at 1 second instead of .6 seconds > > > > > > > > - Some 8 and 16-bit registers were combined into 32-bit registers > > > > > > > > - Some registers were

Re: [PATCH 5/8] watchdog: iTCO_wdt: Add support for v3 silicon

2014-03-18 Thread Wim Van Sebroeck
Hi Lee, > > > Some new Atom's, eg Avoton and Bay Trail, have slightly different iTCO > > > functionality: > > > - The watchdog timer ticks at 1 second instead of .6 seconds > > > > > > - Some 8 and 16-bit registers were combined into 32-bit registers > > > > > > - Some registers were removed

Re: [PATCH 5/8] watchdog: iTCO_wdt: Add support for v3 silicon

2014-03-18 Thread Lee Jones
> > Some new Atom's, eg Avoton and Bay Trail, have slightly different iTCO > > functionality: > > - The watchdog timer ticks at 1 second instead of .6 seconds > > > > - Some 8 and 16-bit registers were combined into 32-bit registers > > > > - Some registers were removed (DAT_IN, DAT_OUT,

Re: [PATCH 5/8] watchdog: iTCO_wdt: Add support for v3 silicon

2014-03-18 Thread Lee Jones
Some new Atom's, eg Avoton and Bay Trail, have slightly different iTCO functionality: - The watchdog timer ticks at 1 second instead of .6 seconds - Some 8 and 16-bit registers were combined into 32-bit registers - Some registers were removed (DAT_IN, DAT_OUT, MESSAGE) - The

Re: [PATCH 5/8] watchdog: iTCO_wdt: Add support for v3 silicon

2014-03-18 Thread Wim Van Sebroeck
Hi Lee, Some new Atom's, eg Avoton and Bay Trail, have slightly different iTCO functionality: - The watchdog timer ticks at 1 second instead of .6 seconds - Some 8 and 16-bit registers were combined into 32-bit registers - Some registers were removed (DAT_IN, DAT_OUT,

Re: [PATCH 5/8] watchdog: iTCO_wdt: Add support for v3 silicon

2014-03-18 Thread Lee Jones
Some new Atom's, eg Avoton and Bay Trail, have slightly different iTCO functionality: - The watchdog timer ticks at 1 second instead of .6 seconds - Some 8 and 16-bit registers were combined into 32-bit registers - Some registers were removed (DAT_IN, DAT_OUT,

Re: [PATCH 5/8] watchdog: iTCO_wdt: Add support for v3 silicon

2014-03-15 Thread Wim Van Sebroeck
Hi Peter, > Some new Atom's, eg Avoton and Bay Trail, have slightly different iTCO > functionality: > - The watchdog timer ticks at 1 second instead of .6 seconds > > - Some 8 and 16-bit registers were combined into 32-bit registers > > - Some registers were removed (DAT_IN, DAT_OUT, MESSAGE) >

Re: [PATCH 5/8] watchdog: iTCO_wdt: Add support for v3 silicon

2014-03-15 Thread Wim Van Sebroeck
Hi Peter, Some new Atom's, eg Avoton and Bay Trail, have slightly different iTCO functionality: - The watchdog timer ticks at 1 second instead of .6 seconds - Some 8 and 16-bit registers were combined into 32-bit registers - Some registers were removed (DAT_IN, DAT_OUT, MESSAGE) - The

Re: [PATCH 5/8] watchdog: iTCO_wdt: Add support for v3 silicon

2014-03-13 Thread Lee Jones
> Some new Atom's, eg Avoton and Bay Trail, have slightly different iTCO > functionality: > - The watchdog timer ticks at 1 second instead of .6 seconds > > - Some 8 and 16-bit registers were combined into 32-bit registers > > - Some registers were removed (DAT_IN, DAT_OUT, MESSAGE) > > - The

Re: [PATCH 5/8] watchdog: iTCO_wdt: Add support for v3 silicon

2014-03-13 Thread Lee Jones
Some new Atom's, eg Avoton and Bay Trail, have slightly different iTCO functionality: - The watchdog timer ticks at 1 second instead of .6 seconds - Some 8 and 16-bit registers were combined into 32-bit registers - Some registers were removed (DAT_IN, DAT_OUT, MESSAGE) - The BOOT_STS

Re: [PATCH 5/8] watchdog: iTCO_wdt: Add support for v3 silicon

2014-03-10 Thread Guenter Roeck
On Mon, Mar 10, 2014 at 04:34:55PM -0500, Peter Tyser wrote: > Some new Atom's, eg Avoton and Bay Trail, have slightly different iTCO > functionality: > - The watchdog timer ticks at 1 second instead of .6 seconds > > - Some 8 and 16-bit registers were combined into 32-bit registers > > - Some

[PATCH 5/8] watchdog: iTCO_wdt: Add support for v3 silicon

2014-03-10 Thread Peter Tyser
Some new Atom's, eg Avoton and Bay Trail, have slightly different iTCO functionality: - The watchdog timer ticks at 1 second instead of .6 seconds - Some 8 and 16-bit registers were combined into 32-bit registers - Some registers were removed (DAT_IN, DAT_OUT, MESSAGE) - The BOOT_STS field in

[PATCH 5/8] watchdog: iTCO_wdt: Add support for v3 silicon

2014-03-10 Thread Peter Tyser
Some new Atom's, eg Avoton and Bay Trail, have slightly different iTCO functionality: - The watchdog timer ticks at 1 second instead of .6 seconds - Some 8 and 16-bit registers were combined into 32-bit registers - Some registers were removed (DAT_IN, DAT_OUT, MESSAGE) - The BOOT_STS field in

Re: [PATCH 5/8] watchdog: iTCO_wdt: Add support for v3 silicon

2014-03-10 Thread Guenter Roeck
On Mon, Mar 10, 2014 at 04:34:55PM -0500, Peter Tyser wrote: Some new Atom's, eg Avoton and Bay Trail, have slightly different iTCO functionality: - The watchdog timer ticks at 1 second instead of .6 seconds - Some 8 and 16-bit registers were combined into 32-bit registers - Some