mbox series

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

Message ID bccaa431-f5ca-fcdc-4d8a-bf15283b83f4@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/bugfixes-for-v2020.07-rc4

Message

Heiko Schocher May 30, 2020, 3:51 a.m. UTC
Hello Tom,

please pull from u-boot-i2c master

The following changes since commit ab80137cc436e977ef91a154372ae5aeae3f4fb0:

   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell (2020-05-27 10:56:25 -0400)

are available in the Git repository at:

   https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git tags/bugfixes-for-v2020.07-rc4

for you to fetch changes up to b24dc83f156604f253ef6521776444188c5bff9b:

   misc: i2c_eeprom: implement different probe test eeprom offset (2020-05-28 06:51:06 +0200)

----------------------------------------------------------------
i2c changes for v2020.07-rc4
- fix eeprom issue with AT24MAC402 (address != 0)
- fix in i2c-uclass.c when compiling compiling with -Wtype-limits
- designware_i2c: small fixes:
   - check if the device is powered
   - tidy up use of NULL priv

----------------------------------------------------------------
Eugen Hristev (1):
       misc: i2c_eeprom: implement different probe test eeprom offset

Heinrich Schuchardt (1):
       i2c: observe scl_count in i2c_deblock_gpio_loop()

Raul E Rangel (1):
       i2c: designware_i2c: Check if the device is powered

Simon Glass (1):
       i2c: designware_i2c: Tidy up use of NULL priv

  drivers/i2c/designware_i2c.c | 51 ++++++++++++++++++++++++++++++++++++++++-----------
  drivers/i2c/i2c-uclass.c     |  2 +-
  drivers/misc/i2c_eeprom.c    |  8 +++++++-
  3 files changed, 48 insertions(+), 13 deletions(-)

Travis build:
https://travis-ci.org/github/hsdenx/u-boot-i2c/builds/692417564

bye,
Heiko

Comments

Tom Rini May 30, 2020, 3:37 p.m. UTC | #1
On Sat, May 30, 2020 at 05:51:18AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c master
> 
> The following changes since commit ab80137cc436e977ef91a154372ae5aeae3f4fb0:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell (2020-05-27 10:56:25 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git tags/bugfixes-for-v2020.07-rc4
> 
> for you to fetch changes up to b24dc83f156604f253ef6521776444188c5bff9b:
> 
>   misc: i2c_eeprom: implement different probe test eeprom offset (2020-05-28 06:51:06 +0200)
> 

Applied to u-boot/master, thanks!