
Hello Tom,
The following changes since commit d39221f33f0e78cc80d1304ab4ca4e4a3886fbff:
Prepare v2019.10-rc3 (2019-08-26 20:16:42 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git tags/for-v2019.10
for you to fetch changes up to 5ae84860b0428b37063a6d7b03cae26a4e772da7:
misc: i2c_eeprom: verify that the chip is functional at probe() (2019-08-27 06:26:49 +0200)
---------------------------------------------------------------- i2c bugfixes for 2019.10 - misc: i2c_eeprom: verify that the chip is functional at probe() - i2c: mxc_i2c: Remove i2c_idle_bus from probe - i2c-mux-gpio: Fix GPIO request flag issue
---------------------------------------------------------------- Baruch Siach (1): misc: i2c_eeprom: verify that the chip is functional at probe()
Ye Li (2): i2c-mux-gpio: Fix GPIO request flag issue i2c: mxc_i2c: Remove i2c_idle_bus from probe
drivers/i2c/muxes/i2c-mux-gpio.c | 2 +- drivers/i2c/mxc_i2c.c | 7 ------- drivers/misc/i2c_eeprom.c | 8 ++++++++ 3 files changed, 9 insertions(+), 8 deletions(-)
Travis build: https://travis-ci.org/hsdenx/u-boot-i2c/builds/577152550
bye, Heiko