Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | kernel: leds-ws2812b: fix build with Linux >= 5.18 | Daniel Golle | 2023-07-08 |
| | | | | | | | | The return value of the .remove function pointer has changed from int to void with Linux 5.18. Use a precompiler macro to allow building the leds-ws2812b module with both, Linux 5.15 and Linux 6.1. Signed-off-by: Daniel Golle <daniel@makrotopia.org> | ||
* | kernel: add driver package for WS2812B LEDs | Chuanhong Guo | 2022-12-16 |
Two WS2812B (NeoPixel) clones are used in Xiaomi Redmi AX6000 as indicator lights. Add a driver for controlling it using SPI MOSI. Signed-off-by: Chuanhong Guo <gch981213@gmail.com> |