Ping? Gentle reminder. On Monday 04 July 2022 12:59:52 Marek Behún wrote: > Hello Pavel, > > the upstream leds-turris-omnia driver is disabled in upstream Omnia > device-tree and isn't used by TurrisOS because it does not support > enabling HW control. This is because I wanted to implement it via > netdev trigger transparent offloading, but I still wasn't able to > implement this satisfactorily (and truthfully haven't had much time > to look into this for almost half a year now). > > Let's implement this in the meantime via the private trigger > mechanism that we added two years ago. > > In the future if netdev offloading gets implemented, we can still > keep this implementation if backwards compatibility is desired, or > we can just drop it. > > Marek > > Marek Behún (3): > leds: turris-omnia: support HW controlled mode via private trigger > leds: turris-omnia: initialize multi-intensity to full > leds: turris-omnia: change max brightness from 255 to 1 > > drivers/leds/Kconfig | 1 + > drivers/leds/leds-turris-omnia.c | 46 +++++++++++++++++++++++++++++++- > 2 files changed, 46 insertions(+), 1 deletion(-) > > -- > 2.35.1 >