From: Romain Gantois <romain.gantois@bootlin.com>
To: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Arnd Bergmann <arnd@arndb.de>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Felix Gu <ustc.gu@gmail.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
Romain Gantois <romain.gantois@bootlin.com>,
Conor Dooley <conor.dooley@microchip.com>
Subject: [PATCH v3 0/3] misc: ti_fpc202: Add LED support
Date: Tue, 31 Mar 2026 11:20:55 +0200 [thread overview]
Message-ID: <20260331-fpc202-leds-v3-0-74b173537d42@bootlin.com> (raw)
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 three 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 v3:
- Described LED line unit adresses in hexadecimal instead of decimal
- Made LED "label" property optional
- Link to v2: https://lore.kernel.org/r/20260226-fpc202-leds-v2-0-bc74857869e0@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 | 21 ++
drivers/misc/Kconfig | 3 +-
drivers/misc/ti_fpc202.c | 339 ++++++++++++++++++++-
3 files changed, 349 insertions(+), 14 deletions(-)
---
base-commit: f552b769213459b62c976d3b380e7e0030af1920
change-id: 20260126-fpc202-leds-53def6ce751e
Best regards,
--
Romain Gantois <romain.gantois@bootlin.com>
next reply other threads:[~2026-03-31 9:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-31 9:20 Romain Gantois [this message]
2026-03-31 9:20 ` [PATCH v3 1/3] misc: ti_fpc202: Depend on GPIOLIB instead of selecting it Romain Gantois
2026-03-31 9:20 ` [PATCH v3 2/3] dt-bindings: misc: Describe FPC202 LED features Romain Gantois
2026-03-31 9:20 ` [PATCH v3 3/3] misc: ti_fpc202: Support special-purpose GPIO lines with " Romain Gantois
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260331-fpc202-leds-v3-0-74b173537d42@bootlin.com \
--to=romain.gantois@bootlin.com \
--cc=arnd@arndb.de \
--cc=conor+dt@kernel.org \
--cc=conor.dooley@microchip.com \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
--cc=thomas.petazzoni@bootlin.com \
--cc=ustc.gu@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox