Please pull u-boot-i2c

Heiko Schocher hs at denx.de
Tue Jul 19 17:24:59 CEST 2022


Hello Tom,

please pull from:

The following changes since commit 26f6f7fb5c0651d65afdee6d8ed36063606179a8:

  Merge branch '2022-07-14-migrate-wiki-to-sphinx' (2022-07-14 18:43:51 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-i2c.git tags/for-v2022.10

for you to fetch changes up to 49f3a42edf097fbaca76aef9bfcd98d871b442cb:

  i2c: avoid dynamic stack use in dm_i2c_write (2022-07-19 13:46:28 +0200)

----------------------------------------------------------------
i2c changes for 2022.10

- new driver nuvoton, NPCM7xx from Jim Liu

Fixes:

- ast_i2c: Remove SCL direct drive mode
  from Eddie James

- avoid dynamic stack use in dm_i2c_write

    bloat-o-meter drivers/i2c/i2c-uclass.o.{0,1}
    add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-144 (-144)
    Function                                     old     new   delta
    dm_i2c_write                                 552     408    -144
    Total: Before=3828, After=3684, chg -3.76%

  patch from Rasmus Villemoes

----------------------------------------------------------------
Eddie James (1):
      i2c: ast_i2c: Remove SCL direct drive mode

Jim Liu (1):
      i2c: nuvoton: Add NPCM7xx i2c driver

Rasmus Villemoes (1):
      i2c: avoid dynamic stack use in dm_i2c_write

 drivers/i2c/Kconfig      |   5 ++
 drivers/i2c/Makefile     |   1 +
 drivers/i2c/ast_i2c.c    |   2 +-
 drivers/i2c/i2c-uclass.c |  30 +++-----
 drivers/i2c/npcm-i2c.c   | 630
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 649 insertions(+), 19 deletions(-)
 create mode 100644 drivers/i2c/npcm-i2c.c

Azure build is fine:

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


bye,
Heiko
-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
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