From 345477ffe2ed0c53ffbbfeae73f9bca38e827d0d Mon Sep 17 00:00:00 2001 From: Rajendra Nayak Date: Wed, 23 Apr 2014 11:41:03 +0530 Subject: [PATCH] gpio: omap: prepare and unprepare the debounce clock 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 Signed-off-by: Rajendra Nayak Acked-by: Javier Martinez Canillas Acked-by: Santosh Shilimkar Cc: Kevin Hilman Signed-off-by: Linus Walleij --- Reading git-format-patch failed