Please pull u-boot-i2c

Heiko Schocher hs at denx.de
Mon Feb 13 15:52:55 CET 2023


Hello Tom,

please pull from u-boot-i2c:

The following changes since commit a5e490f14e904fd240ccec5d364509b36a3150f9:

  socfpga: fix the serial console on DE1-SoC (2023-02-12 15:47:19 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-i2c.git tags/i2c-updates-for-v2023.04

for you to fetch changes up to f536fda99fa2c1c88f68d8da54ed6233cec3532e:

  i2c: i2c-cdns.c: Update driver to read fifo-depth from device tree (2023-02-13 09:58:27 +0100)

----------------------------------------------------------------
i2c updates for v2023.04

- add new i2c driver ast2600 from Ryan Chen

- i2c-cdns: make read fifo-depth configurable through device tree
  from Pei Yue Ho

- mxc i2c driver: print base address in hex, not in decimal
  from Fabio

----------------------------------------------------------------
Fabio Estevam (1):
      i2c: mxc_i2c: Use hex notation for the base address

Pei Yue Ho (2):
      dt-bindings: i2c: i2c-cdns.txt: Add description for an optional parameter, fifo-depth
      i2c: i2c-cdns.c: Update driver to read fifo-depth from device tree

Ryan Chen (2):
      i2c:aspeed:support ast2600 i2c new register mode driver
      arm: aspeed: dtsi: add reg for i2c

 MAINTAINERS                               |   6 +++
 arch/arm/dts/ast2600.dtsi                 |   1 +
 doc/device-tree-bindings/i2c/i2c-cdns.txt |   4 ++
 drivers/i2c/Kconfig                       |  10 ++++
 drivers/i2c/Makefile                      |   1 +
 drivers/i2c/ast2600_i2c.c                 | 366
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/i2c/ast2600_i2c.h                 | 120 ++++++++++++++++++++++++++++++++++++++++++++++
 drivers/i2c/i2c-cdns.c                    |  30 +++++++-----
 drivers/i2c/mxc_i2c.c                     |   2 +-
 9 files changed, 527 insertions(+), 13 deletions(-)
 create mode 100644 drivers/i2c/ast2600_i2c.c
 create mode 100644 drivers/i2c/ast2600_i2c.h


Azure build is fine:

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

bye,
Heiko
-- 
DENX Software Engineering GmbH,      Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: hs at denx.de


More information about the U-Boot mailing list