Home
last modified time | relevance | path

Searched hist:"77466267 eb3f937f432135f73efb25122e668cfc" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/i2c/
H A Dmv_i2c.c77466267eb3f937f432135f73efb25122e668cfc Tue Dec 13 17:49:53 UTC 2016 Bradley Bolen <bradleybolen@gmail.com> i2c: mv_i2c.c: Correct address endianness

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 <bradleybolen@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>