linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] auxdisplay: 7 segment LED display
@ 2024-02-27 21:22 Chris Packham
  2024-02-27 21:22 ` [PATCH v2 1/4] auxdisplay: Add 7 segment LED display driver Chris Packham
                   ` (4 more replies)
  0 siblings, 5 replies; 24+ messages in thread
From: Chris Packham @ 2024-02-27 21:22 UTC (permalink / raw)
  To: andy, geert, robh+dt, krzysztof.kozlowski+dt, conor+dt, andrew,
	gregory.clement, sebastian.hesselbarth, ojeda, tzimmermann,
	javierm, robin, lee, pavel
  Cc: devicetree, linux-leds, linux-kernel, linux-arm-kernel, Chris Packham

This series adds a driver for a 7 segment LED display.

At this point I've decided not to pursue supporting >1 character. I had
a look at what would be required to add a devm_fwnode_gpiod_get_array()
and got bogged down in OF and ACPI code for counting GPIOs.
--
[1] - https://lore.kernel.org/lkml/2a8d19ee-b18b-4b7c-869f-7d601cea30b6@alliedtelesis.co.nz/

Chris Packham (4):
  auxdisplay: Add 7 segment LED display driver
  dt-bindings: auxdisplay: Add bindings for generic 7 segment LED
  ARM: dts: marvell: Add 7 segment LED display on x530
  ARM: dts: marvell: Indicate USB activity on x530

 .../auxdisplay/generic-gpio-7seg.yaml         |  40 ++++++
 .../boot/dts/marvell/armada-385-atl-x530.dts  |  22 +++-
 drivers/auxdisplay/Kconfig                    |  10 ++
 drivers/auxdisplay/Makefile                   |   1 +
 drivers/auxdisplay/seg-led.c                  | 119 ++++++++++++++++++
 5 files changed, 191 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/auxdisplay/generic-gpio-7seg.yaml
 create mode 100644 drivers/auxdisplay/seg-led.c

-- 
2.43.2


^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2024-02-29 10:44 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-27 21:22 [PATCH v2 0/4] auxdisplay: 7 segment LED display Chris Packham
2024-02-27 21:22 ` [PATCH v2 1/4] auxdisplay: Add 7 segment LED display driver Chris Packham
2024-02-27 22:13   ` Randy Dunlap
2024-02-27 23:56   ` Andy Shevchenko
2024-02-27 21:22 ` [PATCH v2 2/4] dt-bindings: auxdisplay: Add bindings for generic 7 segment LED Chris Packham
2024-02-27 22:19   ` Rob Herring
2024-02-28  0:03   ` Andy Shevchenko
2024-02-28  1:53     ` Chris Packham
2024-02-28 17:22       ` Andy Shevchenko
2024-02-28 14:04   ` Rob Herring
2024-02-28 14:57     ` Andy Shevchenko
2024-02-29  9:23       ` Geert Uytterhoeven
2024-02-29 10:42         ` Andy Shevchenko
2024-02-28 20:01     ` Chris Packham
2024-02-29  9:24       ` Geert Uytterhoeven
2024-02-29 10:44         ` andy
2024-02-27 21:22 ` [PATCH v2 3/4] ARM: dts: marvell: Add 7 segment LED display on x530 Chris Packham
2024-02-28  0:12   ` Andy Shevchenko
2024-02-27 21:22 ` [PATCH v2 4/4] ARM: dts: marvell: Indicate USB activity " Chris Packham
2024-02-28  0:09   ` Andy Shevchenko
2024-02-28  1:11     ` Chris Packham
2024-02-28  0:05 ` [PATCH v2 0/4] auxdisplay: 7 segment LED display Andy Shevchenko
2024-02-28  0:25   ` Chris Packham
2024-02-28 18:45     ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).