Merge tag 'for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-i2c
authorTom Rini <trini@konsulko.com>
Tue, 19 Jul 2022 19:54:41 +0000 (15:54 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 19 Jul 2022 19:54:41 +0000 (15:54 -0400)
commit5eefa9344b0a46f97c97fbbb35ac17bd9a4c6f2a
tree319a147428126bc03c798d62788aa93736fb273e
parentfc97ff2695d6d7fbea7d5fda7b080f405d6ee744
parent49f3a42edf097fbaca76aef9bfcd98d871b442cb
Merge tag 'for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-i2c

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