Re: [PATCH 00/11] 'eeprom' command improvements

2024-06-07 Thread Tom Rini
On Tue, 21 May 2024 09:13:24 +0200, Marek BehĂșn wrote: > this series contains improvements for the 'eeprom' command: > - refactors > - fixes > - improvements > - ability to use driver model EEPROMs (uclass UCLASS_I2C_EEPROM) > - more flexible EEPROM layout support > > [...] Applied to u-boot/nex

[PATCH 00/11] 'eeprom' command improvements

2024-05-21 Thread Marek BehĂșn
Hi Tom, this series contains improvements for the 'eeprom' command: - refactors - fixes - improvements - ability to use driver model EEPROMs (uclass UCLASS_I2C_EEPROM) - more flexible EEPROM layout support It should not cause any behavior change for any existing board. This series is a dependenc