Re: [PATCH_v2] watchdog: Convert twl4030_wdt to watchdog core

2012-12-13 Thread Jarkko Nikula
Hi On 12/14/2012 03:28 AM, Sebastian Reichel wrote: Hi, On Thu, Sep 27, 2012 at 11:23:12PM +0200, Wim Van Sebroeck wrote: On 09/11/2012 09:01 AM, Jarkko Nikula wrote: Convert the twl4030_wdt watchdog driver to watchdog core. While at there use devm_kzalloc and set the default timeout in orde

Re: [PATCH_v2] watchdog: Convert twl4030_wdt to watchdog core

2012-12-13 Thread Sebastian Reichel
Hi, On Thu, Sep 27, 2012 at 11:23:12PM +0200, Wim Van Sebroeck wrote: > > On 09/11/2012 09:01 AM, Jarkko Nikula wrote: > > >Convert the twl4030_wdt watchdog driver to watchdog core. > > > > > >While at there use devm_kzalloc and set the default timeout in order to be > > >able test this driver wit

Re: [PATCH_v2] watchdog: Convert twl4030_wdt to watchdog core

2012-09-27 Thread Wim Van Sebroeck
Hi, > On 09/11/2012 09:01 AM, Jarkko Nikula wrote: > >Convert the twl4030_wdt watchdog driver to watchdog core. > > > >While at there use devm_kzalloc and set the default timeout in order to be > >able test this driver with a simple shell script. > > > >Signed-off-by: Jarkko Nikula > >Tested-by: A

Re: [PATCH_v2] watchdog: Convert twl4030_wdt to watchdog core

2012-09-27 Thread Jarkko Nikula
Hi On 09/11/2012 09:01 AM, Jarkko Nikula wrote: Convert the twl4030_wdt watchdog driver to watchdog core. While at there use devm_kzalloc and set the default timeout in order to be able test this driver with a simple shell script. Signed-off-by: Jarkko Nikula Tested-by: Aaro Koskinen --- v2: -

[PATCH_v2] watchdog: Convert twl4030_wdt to watchdog core

2012-09-10 Thread Jarkko Nikula
Convert the twl4030_wdt watchdog driver to watchdog core. While at there use devm_kzalloc and set the default timeout in order to be able test this driver with a simple shell script. Signed-off-by: Jarkko Nikula Tested-by: Aaro Koskinen --- v2: - select WATCHDOG_CORE in Kconfig was accidentally