Re: [PATCH] OMAP2+: omap_hwmod: fix wakeup enable/disable for consistency

2010-12-14 Thread Paul Walmsley
On Thu, 9 Dec 2010, Kevin Hilman wrote: In the omap_hwmod core, most of the SYSCONFIG register helper functions do not directly write the register, but instead just modify a value passed in. This patch converts the _enable_wakeup() and _disable_wakeup() helper functions to take a value

[PATCH] OMAP2+: omap_hwmod: fix wakeup enable/disable for consistency

2010-12-09 Thread Kevin Hilman
In the omap_hwmod core, most of the SYSCONFIG register helper functions do not directly write the register, but instead just modify a value passed in. This patch converts the _enable_wakeup() and _disable_wakeup() helper functions to take a value argument and only modify it instead of actually