Skip to content

Draft: fb-dev-leds: support hw_pattern for Qualcomm LPG

Qualcomm LPG LED drivers support HW patterns which are specific for the hardware. Add support for them so we can offload the LED pattern generation to the hardware. This way, the main CPU can suspend while the LED pattern still works.

The LPG LED driver hw_pattern discussion was resolved and a patch was merged in Linux 5.19-rc1: https://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds.git/commit/?h=leds-6.2-rc1&id=e98a860f65428a3cae7ed7b3e8ebcf6320d7fc5e

Merge request reports