mbox series

[U-Boot] Please pull from u-boot-i2c

Message ID 90017d29-8df1-25c1-f48b-12418577c6f7@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Please pull from u-boot-i2c | expand

Pull-request

git://git.denx.de/u-boot-i2c.git master

Message

Heiko Schocher May 20, 2019, 9:55 a.m. UTC
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

Comments

Tom Rini May 20, 2019, 5:53 p.m. UTC | #1
On Mon, May 20, 2019 at 11:55:01AM +0200, Heiko Schocher wrote:

> 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)
> 

Applied to u-boot/master, thanks!