Re: [PATCH v5 2/2] led: Add dts property to specify blinking of the led

2024-07-15 Thread Simon Glass
On Mon, 15 Jul 2024 at 14:23, Mikhail Kshevetskiy wrote: > > > On 7/15/24 11:11, Simon Glass wrote: > > Hi Mikhail, > > > > On Sat, 13 Jul 2024 at 17:32, Mikhail Kshevetskiy > > wrote: > >> > >> On 13.07.2024 18:13, Simon Glass wrote: > >>> Hi Mikhail, > >>> > >>> On Fri, 12 Jul 2024 at 06:25, Mi

Re: [PATCH v5 2/2] led: Add dts property to specify blinking of the led

2024-07-15 Thread Mikhail Kshevetskiy
On 7/15/24 11:11, Simon Glass wrote: > Hi Mikhail, > > On Sat, 13 Jul 2024 at 17:32, Mikhail Kshevetskiy > wrote: >> >> 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 The standa

Re: [PATCH v5 2/2] led: Add dts property to specify blinking of the led

2024-07-15 Thread Simon Glass
Hi Mikhail, On Sat, 13 Jul 2024 at 17:32, Mikhail Kshevetskiy wrote: > > > 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 > >> > >> The standard property > >> > >> linux,default-trigge

Re: [PATCH v5 2/2] led: Add dts property to specify blinking of the led

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 >> >> The standard property >> >> linux,default-trigger = "pattern"; >> >> used to get an effect. No blinking parameters can be set yet. >> >> Sign

Re: [PATCH v5 2/2] led: Add dts property to specify blinking of the led

2024-07-13 Thread Simon Glass
Hi Mikhail, On Fri, 12 Jul 2024 at 06:25, Mikhail Kshevetskiy wrote: > > From: Michael Polyntsov > > The standard property > > linux,default-trigger = "pattern"; > > used to get an effect. No blinking parameters can be set yet. > > Signed-off-by: Michael Polyntsov > Signed-off-by: Mikhail K

[PATCH v5 2/2] led: Add dts property to specify blinking of the led

2024-07-11 Thread Mikhail Kshevetskiy
From: Michael Polyntsov The standard property linux,default-trigger = "pattern"; used to get an effect. No blinking parameters can be set yet. Signed-off-by: Michael Polyntsov Signed-off-by: Mikhail Kshevetskiy --- drivers/led/led-uclass.c | 33 + 1 file