[PATCH v2 0/3] misc: ti_fpc202: Add LED support
From: Romain Gantois
Date: Thu Feb 26 2026 - 09:01:00 EST
Hi everyone,
This series depends on "misc: ti_fpc202: two small fixes" by Felix Gu:
https://lore.kernel.org/all/20260221-fp202-v1-0-4d28cb8b28fb@xxxxxxxxx/
The FPC202 dual port controller features eight special-purpose ports which
are meant to drive LEDs. These support PWM and blink offloading.
This is version two of my series which adds support for these
special-purpose LED ports.
Best Regards,
Romain
Signed-off-by: Romain Gantois <romain.gantois@xxxxxxxxxxx>
---
Changes in v2:
- Avoided selecting foreign subsystems in Kconfig
- Rebased on conflicting bugfix series
- Link to v1: https://lore.kernel.org/r/20260127-fpc202-leds-v1-0-ebd0cfb9f9a1@xxxxxxxxxxx
---
Romain Gantois (3):
misc: ti_fpc202: Depend on GPIOLIB instead of selecting it
dt-bindings: misc: Describe FPC202 LED features
misc: ti_fpc202: Support special-purpose GPIO lines with LED features
.../devicetree/bindings/misc/ti,fpc202.yaml | 22 ++
drivers/misc/Kconfig | 3 +-
drivers/misc/ti_fpc202.c | 339 ++++++++++++++++++++-
3 files changed, 350 insertions(+), 14 deletions(-)
---
base-commit: 486b22d5a7306613f12e308208cd54352099d444
change-id: 20260126-fpc202-leds-53def6ce751e
Best regards,
--
Romain Gantois <romain.gantois@xxxxxxxxxxx>