mbox series

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

Message ID 9a06d024-08d4-2c9f-aa74-b44c794aba77@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Please pull from u-boot-i2c | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git tags/for-v2019.10

Message

Heiko Schocher Aug. 27, 2019, 9:48 a.m. UTC
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

Comments

Tom Rini Aug. 27, 2019, 5:19 p.m. UTC | #1
On Tue, Aug 27, 2019 at 11:48:26AM +0200, Heiko Schocher wrote:

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

Applied to u-boot/master, thanks!