Re: [U-Boot] [PATCH v6 08/11] dm: Add a simple EEPROM driver

2014-12-11 Thread Simon Glass
On 10 December 2014 at 08:55, Simon Glass wrote: > There seem to be a few EEPROM drivers around - perhaps we should have a > single standard one? This simple driver is used for sandbox testing, but > could be pressed into more active service. > > Signed-off-by: Simon Glass > Acked-by: Heiko Schoc

[U-Boot] [PATCH v6 08/11] dm: Add a simple EEPROM driver

2014-12-10 Thread Simon Glass
There seem to be a few EEPROM drivers around - perhaps we should have a single standard one? This simple driver is used for sandbox testing, but could be pressed into more active service. Signed-off-by: Simon Glass Acked-by: Heiko Schocher Reviewed-by: Masahiro Yamada --- Changes in v6: None C