Re: [PATCH] i2c: s3c2410: use clk_prepare_enable and clk_disable_unprepare

2012-10-06 Thread Wolfram Sang
On Wed, Oct 03, 2012 at 08:26:39AM +0900, Thomas Abraham wrote: > Convert clk_enable/clk_disable to clk_prepare_enable/clk_disable_unprepare > calls as required by common clock framework. > > Signed-off-by: Thomas Abraham Applied to -next, thanks! -- Pengutronix e.K.

[PATCH] i2c: s3c2410: use clk_prepare_enable and clk_disable_unprepare

2012-10-02 Thread Thomas Abraham
Convert clk_enable/clk_disable to clk_prepare_enable/clk_disable_unprepare calls as required by common clock framework. Signed-off-by: Thomas Abraham --- drivers/i2c/busses/i2c-s3c2410.c | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/i2c/busses/