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
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
>
> 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
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
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
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?
>
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