Re: [PATCH v2] board: ti: common: board_detect: Fix EEPROM read quirk for 2-byte

2023-01-03 Thread Tom Rini
On Tue, Dec 13, 2022 at 11:57:34AM +0530, Neha Malcom Francis wrote: > EEPROM detection logic in ti_i2c_eeprom_get() involves figuring out > whether addressing is 1-byte or 2-byte. There are currently different > behaviours seen across boards as documented in commit bf6376642fe8 > ("board: ti: com

Re: [PATCH v2] board: ti: common: board_detect: Fix EEPROM read quirk for 2-byte

2022-12-17 Thread Matwey V. Kornilov
вт, 13 дек. 2022 г. в 09:27, Neha Malcom Francis : > > EEPROM detection logic in ti_i2c_eeprom_get() involves figuring out > whether addressing is 1-byte or 2-byte. There are currently different > behaviours seen across boards as documented in commit bf6376642fe8 > ("board: ti: common: board_detect

Re: [PATCH v2] board: ti: common: board_detect: Fix EEPROM read quirk for 2-byte

2022-12-13 Thread Tom Rini
On Tue, Dec 13, 2022 at 11:57:34AM +0530, Neha Malcom Francis wrote: > EEPROM detection logic in ti_i2c_eeprom_get() involves figuring out > whether addressing is 1-byte or 2-byte. There are currently different > behaviours seen across boards as documented in commit bf6376642fe8 > ("board: ti: com

[PATCH v2] board: ti: common: board_detect: Fix EEPROM read quirk for 2-byte

2022-12-12 Thread Neha Malcom Francis
EEPROM detection logic in ti_i2c_eeprom_get() involves figuring out whether addressing is 1-byte or 2-byte. There are currently different behaviours seen across boards as documented in commit bf6376642fe8 ("board: ti: common: board_detect: Fix EEPROM read quirk"). Adding to the list, we see that th