Re: [U-Boot] [PATCH 06/14] drivers: i2c: omap24xx_i2c: adopt omap_i2c driver to driver model

2016-07-20 Thread Simon Glass
On 18 July 2016 at 03:41, Mugunthan V N wrote: > Convert omap i2c driver to adopt i2c driver model > > Signed-off-by: Mugunthan V N > --- > drivers/i2c/omap24xx_i2c.c | 99 > ++ > 1 file changed, 99

[U-Boot] [PATCH 06/14] drivers: i2c: omap24xx_i2c: adopt omap_i2c driver to driver model

2016-07-18 Thread Mugunthan V N
Convert omap i2c driver to adopt i2c driver model Signed-off-by: Mugunthan V N --- drivers/i2c/omap24xx_i2c.c | 99 ++ 1 file changed, 99 insertions(+) diff --git a/drivers/i2c/omap24xx_i2c.c b/drivers/i2c/omap24xx_i2c.c index