Re: [PATCH v3 1/9] led: turn LED ON on initial SW blink

2024-09-19 Thread Heinrich Schuchardt
On 22.08.24 12:47, Christian Marangi wrote: On Tue, Aug 13, 2024 at 12:00:59AM +0200, Heinrich Schuchardt wrote: Am 12. August 2024 12:32:43 MESZ schrieb Christian Marangi : We currently init the LED OFF when SW blink is triggered when on_state_change() is called. This can be problematic for

Re: [PATCH v3 1/9] led: turn LED ON on initial SW blink

2024-09-19 Thread Christian Marangi
On Thu, Sep 19, 2024 at 04:13:44PM +0200, Simon Glass wrote: > Hi Christian, > > On Mon, 12 Aug 2024 at 12:33, Christian Marangi wrote: > > > > We currently init the LED OFF when SW blink is triggered when > > on_state_change() is called. This can be problematic for very short > > period as the O

Re: [PATCH v3 1/9] led: turn LED ON on initial SW blink

2024-09-19 Thread Simon Glass
Hi Christian, On Mon, 12 Aug 2024 at 12:33, Christian Marangi wrote: > > We currently init the LED OFF when SW blink is triggered when > on_state_change() is called. This can be problematic for very short > period as the ON/OFF blink might never trigger. > > Turn LED ON on initial SW blink to han

Re: [PATCH v3 1/9] led: turn LED ON on initial SW blink

2024-08-22 Thread Christian Marangi
On Tue, Aug 13, 2024 at 12:00:59AM +0200, Heinrich Schuchardt wrote: > > > Am 12. August 2024 12:32:43 MESZ schrieb Christian Marangi > : > >We currently init the LED OFF when SW blink is triggered when > >on_state_change() is called. This can be problematic for very short > >period as the ON/OF

Re: [PATCH v3 1/9] led: turn LED ON on initial SW blink

2024-08-12 Thread Heinrich Schuchardt
Am 12. August 2024 12:32:43 MESZ schrieb Christian Marangi : >We currently init the LED OFF when SW blink is triggered when >on_state_change() is called. This can be problematic for very short >period as the ON/OFF blink might never trigger. > >Turn LED ON on initial SW blink to handle this cor

[PATCH v3 1/9] led: turn LED ON on initial SW blink

2024-08-12 Thread Christian Marangi
We currently init the LED OFF when SW blink is triggered when on_state_change() is called. This can be problematic for very short period as the ON/OFF blink might never trigger. Turn LED ON on initial SW blink to handle this corner case and better display a LED blink from the user. Signed-off-by: