Re: [RFC PATCH 5/5] OMAP: I2C: Convert I2C driver to use device tree

2011-07-07 Thread Grant Likely
On Thu, Jul 07, 2011 at 10:43:49PM +0530, G, Manjunath Kondaiah wrote: > On Wed, Jul 06, 2011 at 01:08:03PM -0600, Grant Likely wrote: > > On Thu, Jun 30, 2011 at 03:07:27PM +0500, G, Manjunath Kondaiah wrote: > > > > > > The OMAP I2C driver is modified to use platform_device data from > > > devic

Re: [RFC PATCH 5/5] OMAP: I2C: Convert I2C driver to use device tree

2011-07-07 Thread G, Manjunath Kondaiah
On Wed, Jul 06, 2011 at 01:08:03PM -0600, Grant Likely wrote: > On Thu, Jun 30, 2011 at 03:07:27PM +0500, G, Manjunath Kondaiah wrote: > > > > The OMAP I2C driver is modified to use platform_device data from > > device tree data structures. > > > > Signed-off-by: G, Manjunath Kondaiah > > Mostl

Re: [RFC PATCH 5/5] OMAP: I2C: Convert I2C driver to use device tree

2011-07-06 Thread Grant Likely
On Thu, Jun 30, 2011 at 03:07:27PM +0500, G, Manjunath Kondaiah wrote: > > The OMAP I2C driver is modified to use platform_device data from > device tree data structures. > > Signed-off-by: G, Manjunath Kondaiah Mostly looks good, but a few things that need to be fixed. You can probably even g

[RFC PATCH 5/5] OMAP: I2C: Convert I2C driver to use device tree

2011-06-30 Thread G, Manjunath Kondaiah
The OMAP I2C driver is modified to use platform_device data from device tree data structures. Signed-off-by: G, Manjunath Kondaiah --- drivers/i2c/busses/i2c-omap.c | 30 +- 1 files changed, 29 insertions(+), 1 deletions(-) diff --git a/drivers/i2c/busses/i2c-omap