Re: [PATCH] OMAP2+: PM: fix watchdog boot when runtime PM is disabled

2011-07-13 Thread Paul Walmsley
On Tue, 12 Jul 2011, Kevin Hilman wrote: Paul's concern is valid, and could be addressed by making that init code actually check if the WDT is currently active (as suggested by the comment there.) In the mean time, this simple fix should be applied to prevent a boot crash, IMO. Thing is,

Re: [PATCH] OMAP2+: PM: fix watchdog boot when runtime PM is disabled

2011-07-12 Thread Kevin Hilman
Santosh Shilimkar santosh.shilim...@ti.com writes: On 7/11/2011 4:21 PM, Kevin Hilman wrote: Fix boot crash in watchdog driver when runtime PM is disabled. When runtime PM is disabled, devices should be left enabled so that all device accesses in drivers will succeed even though the runtime

[PATCH] OMAP2+: PM: fix watchdog boot when runtime PM is disabled

2011-07-11 Thread Kevin Hilman
Fix boot crash in watchdog driver when runtime PM is disabled. When runtime PM is disabled, devices should be left enabled so that all device accesses in drivers will succeed even though the runtime PM get/put calls are noops. This is already the case for all devices, but the WDT init has its

Re: [PATCH] OMAP2+: PM: fix watchdog boot when runtime PM is disabled

2011-07-11 Thread Hilman, Kevin
On Mon, Jul 11, 2011 at 4:21 PM, Kevin Hilman khil...@ti.com wrote: Fix boot crash in watchdog driver when runtime PM is disabled. When runtime PM is disabled, devices should be left enabled so that all device accesses in drivers will succeed even though the runtime PM get/put calls are

Re: [PATCH] OMAP2+: PM: fix watchdog boot when runtime PM is disabled

2011-07-11 Thread Santosh Shilimkar
On 7/11/2011 4:21 PM, Kevin Hilman wrote: Fix boot crash in watchdog driver when runtime PM is disabled. When runtime PM is disabled, devices should be left enabled so that all device accesses in drivers will succeed even though the runtime PM get/put calls are noops. This is already the case