
Hello Tom,
please pull from u-boot-i2c master
The following changes since commit ab80137cc436e977ef91a154372ae5aeae3f4fb0:
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell (2020-05-27 10:56:25 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git tags/bugfixes-for-v2020.07-rc4
for you to fetch changes up to b24dc83f156604f253ef6521776444188c5bff9b:
misc: i2c_eeprom: implement different probe test eeprom offset (2020-05-28 06:51:06 +0200)
---------------------------------------------------------------- i2c changes for v2020.07-rc4 - fix eeprom issue with AT24MAC402 (address != 0) - fix in i2c-uclass.c when compiling compiling with -Wtype-limits - designware_i2c: small fixes: - check if the device is powered - tidy up use of NULL priv
---------------------------------------------------------------- Eugen Hristev (1): misc: i2c_eeprom: implement different probe test eeprom offset
Heinrich Schuchardt (1): i2c: observe scl_count in i2c_deblock_gpio_loop()
Raul E Rangel (1): i2c: designware_i2c: Check if the device is powered
Simon Glass (1): i2c: designware_i2c: Tidy up use of NULL priv
drivers/i2c/designware_i2c.c | 51 ++++++++++++++++++++++++++++++++++++++++----------- drivers/i2c/i2c-uclass.c | 2 +- drivers/misc/i2c_eeprom.c | 8 +++++++- 3 files changed, 48 insertions(+), 13 deletions(-)
Travis build: https://travis-ci.org/github/hsdenx/u-boot-i2c/builds/692417564
bye, Heiko