[PATCH 1/2] gpio: omap: prepare and unprepare the debounce clock
From: Santosh Shilimkar <hidden>
Date: 2014-05-08 14:41:07
Also in:
linux-gpio, linux-omap
From: Santosh Shilimkar <hidden>
Date: 2014-05-08 14:41:07
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> --- drivers/gpio/gpio-omap.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
Acked-by: Santosh Shilimkar <redacted>