[PATCH 1/2] gpio: omap: prepare and unprepare the debounce clock
From: Santosh Shilimkar <hidden>
Date: 2014-05-08 14:45:49
Also in:
linux-gpio, linux-omap
From: Santosh Shilimkar <hidden>
Date: 2014-05-08 14:45:49
Also in:
linux-gpio, linux-omap
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. Reported-by: Kishon Vijay Abraham I <redacted> Signed-off-by: Rajendra Nayak <redacted> Cc: linux-gpio at vger.kernel.org Cc: Santosh Shilimkar <redacted> Cc: Kevin Hilman <redacted> ---
$subject patch looks fine but I don't see patch 2/2 assuming this is series of two patches. Acked-by: Santosh Shilimkar <redacted>