Re: [PATCH 4/4] dt: i2c-omap: Convert i2c driver to use device tree

2011-08-03 Thread Cousson, Benoit
On 7/28/2011 11:32 PM, Grant Likely wrote: On Thu, Jul 28, 2011 at 11:34 AM, Cousson, Benoitb-cous...@ti.com wrote: [...] Do we have to modify every drivers in order to take advantage of the DT bus? Cannot we init the already existing pdata during device creation and let the driver

Re: [PATCH 4/4] dt: i2c-omap: Convert i2c driver to use device tree

2011-07-28 Thread Cousson, Benoit
Hi Grant, On 7/14/2011 1:20 AM, Grant Likely wrote: On Thu, Jul 14, 2011 at 7:06 AM, G, Manjunath Kondaiahmanj...@ti.com wrote: The i2c-omap driver is converted for supporting both dt and non dt builds and driver is modified to use dt data partially. [...] /* NOTE: driver uses

Re: [PATCH 4/4] dt: i2c-omap: Convert i2c driver to use device tree

2011-07-28 Thread Grant Likely
On Thu, Jul 28, 2011 at 11:34 AM, Cousson, Benoit b-cous...@ti.com wrote: Hi Grant, On 7/14/2011 1:20 AM, Grant Likely wrote: On Thu, Jul 14, 2011 at 7:06 AM, G, Manjunath Kondaiahmanj...@ti.com  wrote: The i2c-omap driver is converted for supporting both dt and non dt builds and driver

[PATCH 4/4] dt: i2c-omap: Convert i2c driver to use device tree

2011-07-13 Thread G, Manjunath Kondaiah
The i2c-omap driver is converted for supporting both dt and non dt builds and driver is modified to use dt data partially. Tested on OMAP3 beagle board. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com --- drivers/i2c/busses/i2c-omap.c | 48 - 1

Re: [PATCH 4/4] dt: i2c-omap: Convert i2c driver to use device tree

2011-07-13 Thread Grant Likely
On Thu, Jul 14, 2011 at 7:06 AM, G, Manjunath Kondaiah manj...@ti.com wrote: The i2c-omap driver is converted for supporting both dt and non dt builds and driver is modified to use dt data partially. Tested on OMAP3 beagle board. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com ---