Re: [U-Boot] [PATCH] i2c_eeprom: Add reading support

2016-06-12 Thread Mario Six
Hi Simon, On Fri, Jun 10, 2016 at 2:35 AM, Simon Glass wrote: > Hi Mario, > > On 2 June 2016 at 07:07, Mario Six wrote: >> This patch implements the reading functionality for the generic I2C >> EEPROM driver, which was just a non-functional stub until now. >> >> Since the page size will be of im

Re: [U-Boot] [PATCH] i2c_eeprom: Add reading support

2016-06-09 Thread Simon Glass
Hi Mario, On 2 June 2016 at 07:07, Mario Six wrote: > This patch implements the reading functionality for the generic I2C > EEPROM driver, which was just a non-functional stub until now. > > Since the page size will be of importance for the writing support, we > add suitable members to the privat

[U-Boot] [PATCH] i2c_eeprom: Add reading support

2016-06-02 Thread Mario Six
This patch implements the reading functionality for the generic I2C EEPROM driver, which was just a non-functional stub until now. Since the page size will be of importance for the writing support, we add suitable members to the private data structure to keep track of it. Compatibility strings fo