Re: [PATCH 3/3] board: ti: common: board_detect: Do 1byte address checks first.

2022-07-06 Thread Tom Rini
On Fri, Jun 17, 2022 at 01:26:12PM -0500, Nishanth Menon wrote: > Do 1 byte address checks first prior to doing 2 byte address checks. > When performing 2 byte addressing on 1 byte addressing eeprom, the > second byte is taken in as a write operation and ends up erasing the > eeprom region we

Re: [PATCH 3/3] board: ti: common: board_detect: Do 1byte address checks first.

2022-06-18 Thread Tom Rini
On Fri, Jun 17, 2022 at 01:26:12PM -0500, Nishanth Menon wrote: > Do 1 byte address checks first prior to doing 2 byte address checks. > When performing 2 byte addressing on 1 byte addressing eeprom, the > second byte is taken in as a write operation and ends up erasing the > eeprom region we

[PATCH 3/3] board: ti: common: board_detect: Do 1byte address checks first.

2022-06-17 Thread Nishanth Menon
Do 1 byte address checks first prior to doing 2 byte address checks. When performing 2 byte addressing on 1 byte addressing eeprom, the second byte is taken in as a write operation and ends up erasing the eeprom region we want to preserve. While we could have theoretically handled this by