Re: [PATCH v6 0/3] led: implement software blinking

2024-07-30 Thread Tom Rini
On Fri, 19 Jul 2024 13:12:10 +0400, Mikhail Kshevetskiy wrote: > v2 changes: > * Drop sw_blink_state structure, move its necessary fields to >led_uc_plat structure. > * Add cyclic_info pointer to led_uc_plat structure. This >simplify code a lot. > * Remove cyclic function search logic.

[PATCH v6 0/3] led: implement software blinking

2024-07-19 Thread Mikhail Kshevetskiy
v2 changes: * Drop sw_blink_state structure, move its necessary fields to led_uc_plat structure. * Add cyclic_info pointer to led_uc_plat structure. This simplify code a lot. * Remove cyclic function search logic. Not needed anymore. * Fix blinking period. It was twice large. * Other cle