commit | 96ca3d362d3e900d687d668d9bf81ce18692d96b | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Mar 05 08:08:31 2024 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 05 08:08:31 2024 -0500 |
tree | b67294ed7f957752a48301da9f70be2f47b7cf48 | |
parent | 4ce29a9a4ae3979044c67249fcb43a6c9967181c [diff] | |
parent | 2a31d71d830fa4269208c846256a5a274b0d70fb [diff] |
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.