commit | bb54d579cc44cd1dc76b0dfa5f90983c2a485d2e | [log] [tgz] |
---|---|---|
author | Michael Jones <[michael.jones@matrix-vision.de]> | Sun Sep 04 14:01:55 2011 -0400 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Mon Sep 12 17:40:48 2011 +0200 |
tree | 860b1b838d48d23cf85f532403d0b4b553ccc8a2 | |
parent | 46b9c20e25695b5fe08b7cc4b1b198ee54105f34 [diff] |
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>