Re: [PATCH] i2c: davinci: Fix bad dev_get_platdata() conversion

2013-09-05 Thread Jingoo Han
On Friday, September 06, 2013 4:24 AM, Olof Johansson wrote: > > commit 6d4028c644e (i2c: use dev_get_platdata()) did a bad conversion > of this one case: > > drivers/i2c/busses/i2c-davinci.c: In function 'davinci_i2c_probe': > drivers/i2c/busses/i2c-davinci.c:665:2: warning: passing argument 1 o

[PATCH] i2c: davinci: Fix bad dev_get_platdata() conversion

2013-09-05 Thread Olof Johansson
commit 6d4028c644e (i2c: use dev_get_platdata()) did a bad conversion of this one case: drivers/i2c/busses/i2c-davinci.c: In function 'davinci_i2c_probe': drivers/i2c/busses/i2c-davinci.c:665:2: warning: passing argument 1 of 'dev_get_platdata' from incompatible pointer type [enabled by de

[PULL REQUEST] i2c for 3.12

2013-09-05 Thread Wolfram Sang
Linus, please pull the changes from the I2C subsystem for the 3.12 release. Highlights: * OF and ACPI helpers are now included in the core, and not in external files anymore. This removes dependency problems for modules and is cleaner, in general. * mv64xxx-driver gains fifo usage to support m