Hello Tom,

The following changes since commit 53bd87651e45b32efa398dd5e433d8b93d781445:

  block: sandbox: Add support for SYS_64BIT_LBA (2025-07-11 11:33:25 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-i2c.git 
tags/i2c-for-2025.10-take2

for you to fetch changes up to 070c48fdb648716682cc7db8887856ce4d247a9a:

  cmd: i2c: fix build when CFG_SYS_I2C_NOPROBES defined with DM_I2C (2025-07-16 
09:21:03 +0200)

----------------------------------------------------------------
i2c updates for v2025.10

- i2c Kconfig updates from Tom
  - add some driver dependencies
  - added missing include delay.h in iproc_i2c.c

- i2c: muxes: Add PCA9541 i2c arbitrator driver
  from Padmarao Begari

- pca954x: add pca9545 support
  from Frank Wunderlich

- cmd: i2c: fix build when CFG_SYS_I2C_NOPROBES defined with DM_I2C
  From Holger Brunck

----------------------------------------------------------------
Frank Wunderlich (1):
      i2c: muxes: pca954x: add pca9545 support

Holger Brunck (1):
      cmd: i2c: fix build when CFG_SYS_I2C_NOPROBES defined with DM_I2C

Padmarao Begari (1):
      i2c: muxes: Add PCA9541 i2c arbitrator driver

Tom Rini (2):
      i2c: Add missing <linux/delay.h> to iproc_i2c.c
      i2c: Kconfig: Tighten some i2c driver dependencies

 cmd/i2c.c                   |   6 ++--
 drivers/i2c/Kconfig         |  11 ++++--
 drivers/i2c/iproc_i2c.c     |   1 +
 drivers/i2c/muxes/Kconfig   |   7 ++++
 drivers/i2c/muxes/Makefile  |   1 +
drivers/i2c/muxes/pca9541.c | 297 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/i2c/muxes/pca954x.c |   6 ++++
 7 files changed, 323 insertions(+), 6 deletions(-)
 create mode 100644 drivers/i2c/muxes/pca9541.c

Azure build is now fine!

https://dev.azure.com/hs0298/hs/_build/results?buildId=182&view=results

and gitlab CI pipeline, is fine too:

https://source.denx.de/u-boot/custodians/u-boot-i2c/-/pipelines/27120

Thanks!

bye,
Heiko
--
DENX Software Engineering GmbH, Managing Director: Johanna Denk, Tabea Lutz
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de

Reply via email to