Searched hist:"2 bdbfa9c4a14f0015d1e189b17175a989d7c2a40" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-davinci.c | diff 2bdbfa9c4a14f0015d1e189b17175a989d7c2a40 Thu Aug 30 13:10:36 CDT 2012 Murali Karicheri <m-karicheri2@ti.com> 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>
|