Re: [U-Boot] [PATCH 11/12] eeprom: use eeprom_execute_command for all eeprom functions

2016-05-23 Thread Tom Rini
On Sat, Apr 16, 2016 at 05:55:12PM +0300, Nikita Kiryanov wrote: > Update eeprom_execute_command() and related code to accommodate both layout > aware and layout unaware functions. > > No functional changes. > > Cc: Heiko Schocher > Cc: Marek Vasut > Cc: Simon Glass > Cc: Igor Grinberg > Cc:

[U-Boot] [PATCH 11/12] eeprom: use eeprom_execute_command for all eeprom functions

2016-04-16 Thread Nikita Kiryanov
Update eeprom_execute_command() and related code to accommodate both layout aware and layout unaware functions. No functional changes. Cc: Heiko Schocher Cc: Marek Vasut Cc: Simon Glass Cc: Igor Grinberg Cc: Tom Rini Signed-off-by: Nikita Kiryanov --- cmd/eeprom.c | 59