
Hello Tom,
please pull from u-boot-i2c.git master
The following changes since commit 5b4b680cfe29a67171ccbe439c66374cb31faca3:
Prepare v2019.07-rc2 (2019-05-15 15:58:48 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-i2c.git master
for you to fetch changes up to ca0a8f3e8c5920485e9ab2ebba30a01b901f6bb7:
i2c: mxc: Hide kconfig based control in DM_I2C mode (2019-05-17 05:35:24 +0200)
---------------------------------------------------------------- Trent Piepho (4): i2c: mxc_i2c: Document how non-DM functions work i2c: mxc_i2c: Fix read and read->write xfers in DM mode wandboard: Don't use I2C speed Kconfig settings with DM_I2C i2c: mxc: Hide kconfig based control in DM_I2C mode
board/wandboard/wandboard.c | 19 ++++++++++++++----- drivers/i2c/Kconfig | 5 ++++- drivers/i2c/mxc_i2c.c | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------- 3 files changed, 116 insertions(+), 37 deletions(-)
Pull requests contains fix for mxc_i2c driver in DM mode, thanks to Trent!
Travis builds fine:
https://travis-ci.org/hsdenx/u-boot-i2c/builds/533622527
bye, Heiko