RE: i2c:clk: preparation for switch to common clock framework

2012-09-13 Thread Karicheri, Muralidharan
t; open-sou...@linux.davincidsp.com; linux-...@vger.kernel.org; linux- >> ker...@vger.kernel.org >> Subject: Re: i2c:clk: preparation for switch to common clock framework >> >> On Thu, Aug 30, 2012 at 06:10:36PM -, m-kariche...@ti.com wrote: >> > As a first

Re: i2c:clk: preparation for switch to common clock framework

2012-09-13 Thread Wolfram Sang
On Thu, Aug 30, 2012 at 06:10:36PM -, m-kariche...@ti.com wrote: > 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 >

Re: i2c:clk: preparation for switch to common clock framework

2012-09-13 Thread Wolfram Sang
On Thu, Aug 30, 2012 at 06:10:36PM -, m-kariche...@ti.com wrote: 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

RE: i2c:clk: preparation for switch to common clock framework

2012-09-13 Thread Karicheri, Muralidharan
-...@vger.kernel.org; linux- ker...@vger.kernel.org Subject: Re: i2c:clk: preparation for switch to common clock framework On Thu, Aug 30, 2012 at 06:10:36PM -, m-kariche...@ti.com wrote: As a first step towards migrating davinci platforms to use common clock framework, replace all instances