]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Merge patch series "Fix driver for misc/atsha204a"
authorTom Rini <trini@konsulko.com>
Tue, 5 Mar 2024 13:08:31 +0000 (08:08 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 5 Mar 2024 13:08:31 +0000 (08:08 -0500)
Michał Barnaś <barnas@google.com> says:

Fix the driver to behave like the chip datasheet requires.
Improve wake up function to send low signal on SDA line for at least
60us as chip requires to wake up. Fix sleep function to move the chip
into sleep mode, not into idle mode. Remove unnecessary for loop,
which would never run for more than one iteration.


Trivial merge