diff options
author | Murali Karicheri <m-karicheri2@ti.com> | 2012-08-30 20:10:36 +0200 |
---|---|---|
committer | Wolfram Sang <w.sang@pengutronix.de> | 2012-09-14 15:20:33 +0200 |
commit | 2bdbfa9c4a14f0015d1e189b17175a989d7c2a40 (patch) | |
tree | 7fe9ffd44ad3e42765f6c599f7b41c73cb234608 /drivers/i2c/busses/i2c-mpc.c | |
parent | omap-i2c: fix incorrect log message when using a device tree (diff) | |
download | linux-2bdbfa9c4a14f0015d1e189b17175a989d7c2a40.tar.xz linux-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 'drivers/i2c/busses/i2c-mpc.c')
0 files changed, 0 insertions, 0 deletions