Re: [PATCH 0/3] Fix driver for misc/atsha204a

2024-03-08 Thread Michał Barnaś
Thank you very much! On Tue, Mar 5, 2024 at 2:17 PM Tom Rini wrote: > > On Mon, 19 Feb 2024 16:32:01 +, Michał Barnaś wrote: > > > 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

Re: [PATCH 0/3] Fix driver for misc/atsha204a

2024-03-05 Thread Tom Rini
On Mon, 19 Feb 2024 16:32:01 +, Michał Barnaś wrote: > 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

[PATCH 0/3] Fix driver for misc/atsha204a

2024-02-19 Thread Michał Barnaś
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