Re: [PATCH v6 2/3] led: Implement software led blinking

2024-07-20 Thread Simon Glass
On Fri, 19 Jul 2024 at 10:12, Mikhail Kshevetskiy wrote: > > From: Michael Polyntsov > > If hardware (or driver) doesn't support leds blinking, it's > now possible to use software implementation of blinking instead. > This relies on cyclic functions. > > Signed-off-by: Michael Polyntsov > Signed

[PATCH v6 2/3] led: Implement software led blinking

2024-07-19 Thread Mikhail Kshevetskiy
From: Michael Polyntsov If hardware (or driver) doesn't support leds blinking, it's now possible to use software implementation of blinking instead. This relies on cyclic functions. Signed-off-by: Michael Polyntsov Signed-off-by: Mikhail Kshevetskiy --- drivers/led/Kconfig| 16 -