]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: OMAP: I2C: Support New read, write and probe functions for OMAP3
authorAdam Ford <aford173@gmail.com>
Mon, 17 Apr 2017 13:09:40 +0000 (08:09 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 10 May 2017 00:35:36 +0000 (20:35 -0400)
commit0fc8a3af5c27dba760dc3c40130c99189f0f7506
tree2ff898c83eb6d41913b5fa67536693db3aa2df28
parentcac4d6a68076c0f42407d2db33acde6dd545b532
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>
drivers/i2c/omap24xx_i2c.c