Re: [U-Boot] [PATCH] i2c: mv_i2c.c: Correct address endianness

2016-12-18 Thread Heiko Schocher
Hello Stefan, Am 19.12.2016 um 06:56 schrieb Stefan Roese: On 13.12.2016 18:49, Bradley Bolen wrote: 0c0f719ad2f46c8566a56daee37ebdb7c078c3b1 accidentally changed the endianness of the i2c read and write addresses. This was noticable when accessing EEPROMs that use 2 byte addressing as the LSB

Re: [U-Boot] [PATCH] i2c: mv_i2c.c: Correct address endianness

2016-12-18 Thread Stefan Roese
On 13.12.2016 18:49, Bradley Bolen wrote: 0c0f719ad2f46c8566a56daee37ebdb7c078c3b1 accidentally changed the endianness of the i2c read and write addresses. This was noticable when accessing EEPROMs that use 2 byte addressing as the LSB was being sent first. Signed-off-by: Bradley Bolen --- dr

[U-Boot] [PATCH] i2c: mv_i2c.c: Correct address endianness

2016-12-13 Thread Bradley Bolen
0c0f719ad2f46c8566a56daee37ebdb7c078c3b1 accidentally changed the endianness of the i2c read and write addresses. This was noticable when accessing EEPROMs that use 2 byte addressing as the LSB was being sent first. Signed-off-by: Bradley Bolen --- drivers/i2c/mv_i2c.c | 4 ++-- 1 file changed,