commit | 3dc631df20aa5aabbe6994e693ca428dff046491 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Mon Apr 17 08:09:40 2017 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue May 09 20:35:36 2017 -0400 |
tree | 2ff898c83eb6d41913b5fa67536693db3aa2df28 | |
parent | 6d438698b8f6b478c502d007cf5c7c8a26149c99 [diff] |
ARM: OMAP: I2C: Support New read, write and probe functions for OMAP3 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 operate on OMAP3. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>