]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
misc: ti_fpc202: Support special-purpose GPIO lines with LED features
authorRomain Gantois <romain.gantois@bootlin.com>
Tue, 31 Mar 2026 09:20:58 +0000 (11:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Apr 2026 14:29:27 +0000 (16:29 +0200)
commit2a8c2080b1a52ed70e01c29363539d15eca0a37b
tree8ba93077f959182d2512dd408000cf2db1f2727b
parent7bc515285086837c6737c0b4ecaadd7de631d221
misc: ti_fpc202: Support special-purpose GPIO lines with LED features

The FPC202 dual port controller has 20 regular GPIO lines and 8 special
GPIO lines with LED features. Each one of these "LED GPIOs" can output PWM
and blink signals.

Add support for the eight special-purpose GPIO lines to the existing FPC202
driver's GPIO support. Add support for registering led-class devices on
these GPIO lines.

Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>
Link: https://patch.msgid.link/20260331-fpc202-leds-v3-3-74b173537d42@bootlin.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/Kconfig
drivers/misc/ti_fpc202.c