]> git.dujemihanovic.xyz Git - u-boot.git/commit
Merge tag 'for-v2023-07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-i2c
authorTom Rini <trini@konsulko.com>
Tue, 11 Apr 2023 13:29:28 +0000 (09:29 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 11 Apr 2023 13:29:28 +0000 (09:29 -0400)
commit9e804638bfe2693a908abf066ff66c251572afa7
tree20a1953649fdcc25acd2eb5bbb2aecf263d7d025
parent11c25c6df0b56ee7eee2c4ddc7f075880daeb8c7
parent5cf008637221ad3b4d4ecdc2befca19b2bdab53d
Merge tag 'for-v2023-07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-i2c

i2c updates for v2023-07-rc1

- designware_i2c: remove apparently redundant read of 'i2c, speeds' DT property
  from Rasmus Villemoes

- fix: correct I2C deblock logic from Haibo Chen

- imx_lpi2c: Fix misuse the IS_ENABLED for DM clock from Ye Li

- m68k: convert to DM from Angelo Dureghello