| From: |
| Romain Gantois <romain.gantois-AT-bootlin.com> |
| To: |
| Rob Herring <robh-AT-kernel.org>, Krzysztof Kozlowski <krzk+dt-AT-kernel.org>, Conor Dooley <conor+dt-AT-kernel.org>, Arnd Bergmann <arnd-AT-arndb.de>, Greg Kroah-Hartman <gregkh-AT-linuxfoundation.org> |
| Subject: |
| [PATCH 0/2] misc: ti_fpc202: Add LED support |
| Date: |
| Tue, 27 Jan 2026 14:51:09 +0100 |
| Message-ID: |
| <20260127-fpc202-leds-v1-0-ebd0cfb9f9a1@bootlin.com> |
| Cc: |
| Thomas Petazzoni <thomas.petazzoni-AT-bootlin.com>, linux-kernel-AT-vger.kernel.org, devicetree-AT-vger.kernel.org, Romain Gantois <romain.gantois-AT-bootlin.com> |
| Archive-link: |
| Article |
Hi everyone,
The FPC202 dual port controller features eight special-purpose ports which
are meant to drive LEDs. These support PWM and blink offloading.
This series adds support for these special-purpose LED ports.
Best Regards,
Romain
Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>
---
Romain Gantois (2):
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 | 1 +
drivers/misc/ti_fpc202.c | 339 ++++++++++++++++++++-
3 files changed, 349 insertions(+), 13 deletions(-)
---
base-commit: a8a6d9b4da001a84dd715d92f034d2bf777199c8
change-id: 20260126-fpc202-leds-53def6ce751e
Best regards,
--
Romain Gantois <romain.gantois@bootlin.com>