[APPLIED] [PATCH] OMAP: GPIO: fix auto-disable of debounce clock

2010-06-07 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): 0b703473c328c991acf2366f4ebefc8d38884799 PatchWorks http://patchwork.kernel.org/patch/103831/ Git (Likely to change, and takes a while to get

Re: [PATCH] OMAP: GPIO: fix auto-disable of debounce clock

2010-06-07 Thread Felipe Balbi
On Wed, Jun 02, 2010 at 05:22:29PM +0200, ext Kevin Hilman wrote: The addition of the new debounce code (commit 168ef3d9a56bd8bffe0ef4189c450888b4aefefe) broke the auto-disable of debounce clocks on idle by forgetting to update the debounce clock enable mask. Add back the updating of

[PATCH] OMAP: GPIO: fix auto-disable of debounce clock

2010-06-02 Thread Kevin Hilman
The addition of the new debounce code (commit 168ef3d9a56bd8bffe0ef4189c450888b4aefefe) broke the auto-disable of debounce clocks on idle by forgetting to update the debounce clock enable mask. Add back the updating of bank-dbck_enable_mask so debounce clocks are auto-disabled. Signed-off-by: