Re: [PATCH] watchdog: omap_wdt: Add 'early_disable' module parameter

2014-09-11 Thread Guenter Roeck
On Tue, Sep 09, 2014 at 03:07:37PM +0200, Rostislav Lisovy wrote: > This parameter makes it possible to control if the watchdog > is being disabled during initialization or will stay enabled > in case it was previously initialized in the bootloader. > > To maintain the existing behavior, the defau

[PATCH] watchdog: omap_wdt: Add 'early_disable' module parameter

2014-09-09 Thread Rostislav Lisovy
This parameter makes it possible to control if the watchdog is being disabled during initialization or will stay enabled in case it was previously initialized in the bootloader. To maintain the existing behavior, the default value is 'true', thus the watchdog is disabled during initialization. Th