Re: [PATCH 1/2] gpio: omap: prepare and unprepare the debounce clock

2014-05-13 Thread Linus Walleij
On Thu, May 8, 2014 at 9:06 AM, Rajendra Nayak rna...@ti.com wrote: Do you mind picking this fix up via the GPIO tree? Yes, it's merged to my devel branch now with the ACKs. Alternatively you could Ack this if you are fine and we can take both Patch 1/2 and Patch 2/2 from this series via

Re: [PATCH 1/2] gpio: omap: prepare and unprepare the debounce clock

2014-05-08 Thread Rajendra Nayak
On Wednesday 23 April 2014 11:41 AM, Rajendra Nayak wrote: Replace the clk_enable()s with a clk_prepare_enable() and the clk_disables()s with a clk_disable_unprepare() This never showed issues due to the OMAP platform code (hwmod) leaving these clocks in clk_prepare()ed state by default.

Re: [PATCH 1/2] gpio: omap: prepare and unprepare the debounce clock

2014-05-08 Thread Javier Martinez Canillas
Hello Rajendra, On Thu, May 8, 2014 at 9:06 AM, Rajendra Nayak rna...@ti.com wrote: On Wednesday 23 April 2014 11:41 AM, Rajendra Nayak wrote: Replace the clk_enable()s with a clk_prepare_enable() and the clk_disables()s with a clk_disable_unprepare() This never showed issues due to the OMAP

Re: [PATCH 1/2] gpio: omap: prepare and unprepare the debounce clock

2014-05-08 Thread Rajendra Nayak
On Thursday 08 May 2014 02:56 PM, Javier Martinez Canillas wrote: Hello Rajendra, On Thu, May 8, 2014 at 9:06 AM, Rajendra Nayak rna...@ti.com wrote: On Wednesday 23 April 2014 11:41 AM, Rajendra Nayak wrote: Replace the clk_enable()s with a clk_prepare_enable() and the clk_disables()s with

Re: [PATCH 1/2] gpio: omap: prepare and unprepare the debounce clock

2014-05-08 Thread Javier Martinez Canillas
Hello Rajendra, On Thu, May 8, 2014 at 1:10 PM, Rajendra Nayak rna...@ti.com wrote: On Thursday 08 May 2014 02:56 PM, Javier Martinez Canillas wrote: Hello Rajendra, On Thu, May 8, 2014 at 9:06 AM, Rajendra Nayak rna...@ti.com wrote: On Wednesday 23 April 2014 11:41 AM, Rajendra Nayak wrote:

Re: [PATCH 1/2] gpio: omap: prepare and unprepare the debounce clock

2014-05-08 Thread Rajendra Nayak
On Thursday 08 May 2014 05:34 PM, Javier Martinez Canillas wrote: Hello Rajendra, On Thu, May 8, 2014 at 1:10 PM, Rajendra Nayak rna...@ti.com wrote: On Thursday 08 May 2014 02:56 PM, Javier Martinez Canillas wrote: Hello Rajendra, On Thu, May 8, 2014 at 9:06 AM, Rajendra Nayak

Re: [PATCH 1/2] gpio: omap: prepare and unprepare the debounce clock

2014-05-08 Thread Santosh Shilimkar
On Wednesday 23 April 2014 02:11 AM, Rajendra Nayak wrote: Replace the clk_enable()s with a clk_prepare_enable() and the clk_disables()s with a clk_disable_unprepare() This never showed issues due to the OMAP platform code (hwmod) leaving these clocks in clk_prepare()ed state by default.

Re: [PATCH 1/2] gpio: omap: prepare and unprepare the debounce clock

2014-05-08 Thread Santosh Shilimkar
On Wednesday 23 April 2014 02:11 AM, Rajendra Nayak wrote: Replace the clk_enable()s with a clk_prepare_enable() and the clk_disables()s with a clk_disable_unprepare() This never showed issues due to the OMAP platform code (hwmod) leaving these clocks in clk_prepare()ed state by default.

[PATCH 1/2] gpio: omap: prepare and unprepare the debounce clock

2014-04-23 Thread Rajendra Nayak
Replace the clk_enable()s with a clk_prepare_enable() and the clk_disables()s with a clk_disable_unprepare() This never showed issues due to the OMAP platform code (hwmod) leaving these clocks in clk_prepare()ed state by default. Reported-by: Kishon Vijay Abraham I kis...@ti.com Signed-off-by: