Re: [PATCH v5 1/2] led: Implement software led blinking

2024-07-13 Thread Mikhail Kshevetskiy
On 13.07.2024 18:13, Simon Glass wrote: > Hi Mikhail, > > On Fri, 12 Jul 2024 at 06:25, 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

Re: [PATCH v5 1/2] led: Implement software led blinking

2024-07-13 Thread Simon Glass
Hi Mikhail, On Fri, 12 Jul 2024 at 06:25, 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 Polynt