Re: [U-Boot] [PATCH v3] ARMV7: OMAP: I2C driver: Write more than 1 byte at a time in i2c_write

2011-08-01 Thread Heiko Schocher
Hello Michael, Michael Jones wrote: 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.jo...@matrix-vision.de --- Changes for v3: - Rewrote error

[U-Boot] [PATCH v3] ARMV7: OMAP: I2C driver: Write more than 1 byte at a time in i2c_write

2011-07-27 Thread Michael Jones
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.jo...@matrix-vision.de --- Changes for v3: - Rewrote error messages to be more descriptive. Changes for v2: