[PATCH RESEND v2 0/3] misc: ti_fpc202: Add LED support

Romain Gantois posted 3 patches 1 week, 1 day ago
There is a newer version of this series
.../devicetree/bindings/misc/ti,fpc202.yaml        |  22 ++
drivers/misc/Kconfig                               |   3 +-
drivers/misc/ti_fpc202.c                           | 339 ++++++++++++++++++++-
3 files changed, 350 insertions(+), 14 deletions(-)
[PATCH RESEND v2 0/3] misc: ti_fpc202: Add LED support
Posted by Romain Gantois 1 week, 1 day ago
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@gmail.com/

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@bootlin.com>
---
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@bootlin.com

---
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@bootlin.com>
Re: [PATCH RESEND v2 0/3] misc: ti_fpc202: Add LED support
Posted by Arnd Bergmann 1 week, 1 day ago
On Wed, Mar 25, 2026, at 10:54, Romain Gantois wrote:
> ---
> 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@bootlin.com

Looks good to me, thanks for updating it.

     Arnd