summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMurali Karicheri <m-karicheri2@ti.com>2012-08-30 18:10:36 +0000
committerWolfram Sang <w.sang@pengutronix.de>2012-09-14 15:20:33 +0200
commit2bdbfa9c4a14f0015d1e189b17175a989d7c2a40 (patch)
tree7fe9ffd44ad3e42765f6c599f7b41c73cb234608 /lib
parentc5d3cd6dc2dc106ca9fcc8cb6587754ee6cfc86e (diff)
downloadlwn-2bdbfa9c4a14f0015d1e189b17175a989d7c2a40.tar.gz
lwn-2bdbfa9c4a14f0015d1e189b17175a989d7c2a40.zip
i2c: davinci: preparation for switch to common clock framework
As a first step towards migrating davinci platforms to use common clock framework, replace all instances of clk_enable() with clk_prepare_enable() and clk_disable() with clk_disable_unprepare(). Until the platform is switched to use the CONFIG_HAVE_CLK_PREPARE Kconfig variable, this just adds a might_sleep() call and would work without any issues. This will make it easy later to switch to common clk based implementation of clk driver from DaVinci specific driver. Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions