| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | kernel: leds-ws2812b: fix build with Linux >= 5.18 | Daniel Golle | 2023-07-08 | 1 | -0/+7 |
| | | | | | | | | | 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 | 2 | -0/+234 |
| 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> | |||||
