Re: [PATCH REBASE 2/2] i2c: tegra: dynamically control fast clk

2012-08-18 Thread Wolfram Sang
On Sat, Aug 18, 2012 at 12:32:35AM +0530, Laxman Dewangan wrote: > Tegra I2C driver enables the fast clock during initialization > and does not disable till driver removed. > Enable this clock before transfer and disable after transfer done. > > Signed-off-by: Laxman Dewangan Except that this pa

[PATCH REBASE 2/2] i2c: tegra: dynamically control fast clk

2012-08-17 Thread Laxman Dewangan
Tegra I2C driver enables the fast clock during initialization and does not disable till driver removed. Enable this clock before transfer and disable after transfer done. Signed-off-by: Laxman Dewangan --- This is rebased on linux-next-20120816. drivers/i2c/busses/i2c-tegra.c | 35 +++