Re: Using archaic I2C with OF

2009-05-04 Thread Gary Thomas
Wolfram Sang wrote: >> Post this on the i2c list. Jean has made an effort to convert all >> drivers. He must have missed that one. >> > > What Jean did was converting all drivers who used the legacy i2c-binding to > use > the new binding which is a lot better suited to the driver model. The a

Re: Using archaic I2C with OF

2009-05-01 Thread Gary Thomas
Wolfram Sang wrote: >> Post this on the i2c list. Jean has made an effort to convert all >> drivers. He must have missed that one. > > What Jean did was converting all drivers who used the legacy i2c-binding to > use > the new binding which is a lot better suited to the driver model. The above >

Re: Using archaic I2C with OF

2009-05-01 Thread Wolfram Sang
> Post this on the i2c list. Jean has made an effort to convert all > drivers. He must have missed that one. What Jean did was converting all drivers who used the legacy i2c-binding to use the new binding which is a lot better suited to the driver model. The above mentioned driver already uses the

Re: Using archaic I2C with OF

2009-05-01 Thread Jon Smirl
On Fri, May 1, 2009 at 10:50 AM, Gary Thomas wrote: > Jon Smirl wrote: >> On Fri, May 1, 2009 at 10:39 AM, Jon Smirl wrote: >>> On Fri, May 1, 2009 at 9:04 AM, Gary Thomas wrote: I'd like to use an existing I2C driver (a touchscreen device) with my 834x based platform.  How do I arrang

Re: Using archaic I2C with OF

2009-05-01 Thread Gary Thomas
Jon Smirl wrote: > On Fri, May 1, 2009 at 10:39 AM, Jon Smirl wrote: >> On Fri, May 1, 2009 at 9:04 AM, Gary Thomas wrote: >>> I'd like to use an existing I2C driver (a touchscreen device) >>> with my 834x based platform. How do I arrange to provide >>> platform data (i2c_client->dev.platform_da

Re: Using archaic I2C with OF

2009-05-01 Thread Jon Smirl
On Fri, May 1, 2009 at 10:39 AM, Jon Smirl wrote: > On Fri, May 1, 2009 at 9:04 AM, Gary Thomas wrote: >> I'd like to use an existing I2C driver (a touchscreen device) >> with my 834x based platform.  How do I arrange to provide >> platform data (i2c_client->dev.platform_data) from my OF world? >

Re: Using archaic I2C with OF

2009-05-01 Thread Jon Smirl
On Fri, May 1, 2009 at 9:04 AM, Gary Thomas wrote: > I'd like to use an existing I2C driver (a touchscreen device) > with my 834x based platform.  How do I arrange to provide > platform data (i2c_client->dev.platform_data) from my OF world? It is easier to convert the i2c driver to work in the cu