mbox series

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

Message ID a77ffa68-0f24-e30d-13d2-5ece48b17e35@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 Dec. 7, 2017, 12:23 p.m. UTC
Hello Tom,

please pull from u-boot-i2c master

The following changes since commit c8e1ca3ebfd21915f6f2e399c9ca1cd3d7a4b076:

   tools: omapimage: fix corner-case in byteswap path (2017-12-05 21:56:29 -0500)

are available in the git repository at:

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

for you to fetch changes up to 28df8ed07f2ae936e9af28c146d555ed4d0c122a:

   cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2C (2017-12-07 09:29:35 +0100)

----------------------------------------------------------------
Alan Ott (2):
       i2c: at91_i2c: Wait for TXRDY after sending the first byte
       i2c: at91_i2c: remove the .probe_chip function

Beniamino Galvani (4):
       i2c: meson: improve Kconfig description
       i2c: meson: reduce timeout
       i2c: meson: fix return codes on error
       i2c: meson: add some comments

Nobuhiro Iwamatsu (1):
       cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2C

  cmd/i2c.c               | 14 ++++++++++++--
  drivers/i2c/Kconfig     |  7 ++++++-
  drivers/i2c/at91_i2c.c  | 24 ++----------------------
  drivers/i2c/meson_i2c.c | 31 ++++++++++++++++++++++---------
  4 files changed, 42 insertions(+), 34 deletions(-)

travis build looks good, see:
https://travis-ci.org/hsdenx/u-boot-i2c/builds/312841815

bye,
Heiko

Comments

Tom Rini Dec. 7, 2017, 8:05 p.m. UTC | #1
On Thu, Dec 07, 2017 at 01:23:03PM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c master
> 
> The following changes since commit c8e1ca3ebfd21915f6f2e399c9ca1cd3d7a4b076:
> 
>   tools: omapimage: fix corner-case in byteswap path (2017-12-05 21:56:29 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 28df8ed07f2ae936e9af28c146d555ed4d0c122a:
> 
>   cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2C (2017-12-07 09:29:35 +0100)
> 

Applied to u-boot/master, thanks!