Re: [U-Boot] [PATCH RFC 4/7] ARM: OMAP: I2C: Support New read, write and probe functions for OMAP3

2017-04-10 Thread Lokesh Vutla
On Tuesday 11 April 2017 03:43 AM, Adam Ford wrote: > New i2c_read, i2c_write and i2c_probe functions, tested on OMAP4 > (4430/60/70), OMAP5 (5430) and AM335X (3359) were added in 960187ffa125( > "ARM: OMAP: I2C: New read, write and probe functions") but not tested > on OMAP3. This patch will al

[U-Boot] [PATCH RFC 4/7] ARM: OMAP: I2C: Support New read, write and probe functions for OMAP3

2017-04-10 Thread Adam Ford
New i2c_read, i2c_write and i2c_probe functions, tested on OMAP4 (4430/60/70), OMAP5 (5430) and AM335X (3359) were added in 960187ffa125( "ARM: OMAP: I2C: New read, write and probe functions") but not tested on OMAP3. This patch will allow the updated drivers using device tree and DM_I2C to operat