Merge tag 'i2cfixes-for-2025.07-rc4' of https://source.denx.de/u-boot/custodians...
authorTom Rini <trini@konsulko.com>
Mon, 2 Jun 2025 14:42:04 +0000 (08:42 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 2 Jun 2025 14:42:04 +0000 (08:42 -0600)
commit716422b3d831399b8bdd17e9bb4e946f1e07e3bd
treeb104f9fb579760673a162a9eebae7f79a55e9bf3
parent6f657c64c9c429a29f5b5e5167ef30825d23bb6d
parentec7b49c4108afdca3864da45b5444efb327ce75c
Merge tag 'i2cfixes-for-2025.07-rc4' of https://source.denx.de/u-boot/custodians/u-boot-i2c

i2c bugfixes for v2025.07-rc4
- designware_i2c: fix globally wrong return value -1 into -ETIMEDOUT
  in driver, which leaded in silent errors as a timeout resulted in
  an uninitialized value being returned, potentially causing
  unexpected behavior.