git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
6f657c6
ec7b49c
)
Merge tag 'i2cfixes-for-2025.07-rc4' of https://source.denx.de/u-boot/custodians...
author
Tom Rini
<trini@konsulko.com>
Mon, 2 Jun 2025 14:42:04 +0000
(08:42 -0600)
committer
Tom Rini
<trini@konsulko.com>
Mon, 2 Jun 2025 14:42:04 +0000
(08:42 -0600)
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.
Trivial merge