Re: [U-Boot] [PATCH RESEND 5/9] EEPROM: Add an EEPROM uclass

2016-11-14 Thread Maxime Ripard
Hi Moritz, On Fri, Nov 11, 2016 at 11:13:39AM -0800, Moritz Fischer wrote: > Hi Maxime, > > On Fri, Nov 11, 2016 at 8:17 AM, Simon Glass wrote: > > Hi Maxime, > > > > On 8 November 2016 at 03:19, Maxime Ripard > > wrote: > >> We might want to access data stored onto EEPROMs. Create a framework

Re: [U-Boot] [PATCH RESEND 5/9] EEPROM: Add an EEPROM uclass

2016-11-11 Thread Moritz Fischer
Hi Maxime, On Fri, Nov 11, 2016 at 8:17 AM, Simon Glass wrote: > Hi Maxime, > > On 8 November 2016 at 03:19, Maxime Ripard > wrote: >> We might want to access data stored onto EEPROMs. Create a framework to >> provide a consistent API. > > We have UCLASS_I2C_EEPROM. Can we unify these? If not, p

Re: [U-Boot] [PATCH RESEND 5/9] EEPROM: Add an EEPROM uclass

2016-11-11 Thread Simon Glass
Hi Maxime, On 8 November 2016 at 03:19, Maxime Ripard wrote: > We might want to access data stored onto EEPROMs. Create a framework to > provide a consistent API. We have UCLASS_I2C_EEPROM. Can we unify these? If not, please add a sandbox driver and test. > > Signed-off-by: Maxime Ripard > ---

[U-Boot] [PATCH RESEND 5/9] EEPROM: Add an EEPROM uclass

2016-11-08 Thread Maxime Ripard
We might want to access data stored onto EEPROMs. Create a framework to provide a consistent API. Signed-off-by: Maxime Ripard --- drivers/Kconfig| 2 +- drivers/Makefile | 1 +- drivers/eeprom/Kconfig | 17 ++- drivers/eeprom/Makefile| 2