Merge tag 'for-v2021.10-rc3' of https://source.denx.de/u-boot/custodians/u-boot-i2c
authorTom Rini <trini@konsulko.com>
Mon, 23 Aug 2021 13:17:07 +0000 (09:17 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 23 Aug 2021 13:17:07 +0000 (09:17 -0400)
commit926fe46a6d9d3def405440227b0f77ed98ee2f9d
tree760829c8df31cdebe7178a52e25935a2e2bd05ee
parent3ee343cd7cc1eaa4e0b905ab3d8d0c764985d264
parentc50b21b70523939c561d0455a2c423f63a9162ca
Merge tag 'for-v2021.10-rc3' of https://source.denx.de/u-boot/custodians/u-boot-i2c

i2c changes for for-v2021.10-rc3

new driver:
- Introduce mcp230xx support
  from Sebastian Reichel

new feature:
- i2c-gpio: add support for "sda-gpios" + "scl-gpios" i2c-gpio bindings.
  from Samuel Holland

- bootcount: add a new driver with syscon as backend
  from Nandor Han