]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commit96ca3d362d3e900d687d668d9bf81ce18692d96b
treeb67294ed7f957752a48301da9f70be2f47b7cf48
parent4ce29a9a4ae3979044c67249fcb43a6c9967181c
parent2a31d71d830fa4269208c846256a5a274b0d70fb
Merge patch series "Fix driver for misc/atsha204a"

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.