]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARMV7: OMAP: Write more than 1 byte at a time in i2c_write
authorMichael Jones <[michael.jones@matrix-vision.de]>
Sun, 4 Sep 2011 18:01:55 +0000 (14:01 -0400)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Mon, 12 Sep 2011 15:40:48 +0000 (17:40 +0200)
commit0607e2b97a907ed3bdf926227e5ad0603a6216ad
tree860b1b838d48d23cf85f532403d0b4b553ccc8a2
parent569919d8e284c36d4ee981df5fcaa2e188f006a0
ARMV7: OMAP: Write more than 1 byte at a time in i2c_write

This allows the EEPROM layer to send a single i2c write command
per page, and wait CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS between
i2c write commands.

Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>
Acked-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
drivers/i2c/omap24xx_i2c.c