public inbox for linux-arm-msm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Add LED driver for flash module in QCOM PMICs
@ 2022-09-28  2:42 Fenglin Wu
  2022-09-28  2:42 ` [PATCH v1 1/2] leds: flash: add driver to support flash LED " Fenglin Wu
  2022-09-28  2:42 ` [PATCH v1 2/2] dt-bindings: add bindings for QCOM flash LED Fenglin Wu
  0 siblings, 2 replies; 9+ messages in thread
From: Fenglin Wu @ 2022-09-28  2:42 UTC (permalink / raw)
  To: linux-arm-msm, linux-kernel; +Cc: quic_collinsd, quic_subbaram, quic_fenglinw

Initial driver and binding document changes for supporting flash LED
module in Qualcomm Technologies, Inc. PMICs.

Fenglin Wu (2):
  leds: flash: add driver to support flash LED module in QCOM PMICs
  dt-bindings: add bindings for QCOM flash LED

 .../bindings/leds/leds-qcom-flash.yaml        | 108 +++
 drivers/leds/flash/Kconfig                    |  14 +
 drivers/leds/flash/Makefile                   |   1 +
 drivers/leds/flash/leds-qcom-flash.c          | 706 ++++++++++++++++++
 4 files changed, 829 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/leds/leds-qcom-flash.yaml
 create mode 100644 drivers/leds/flash/leds-qcom-flash.c

-- 
2.25.1


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

end of thread, other threads:[~2022-09-29 11:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-28  2:42 [PATCH v1 0/2] Add LED driver for flash module in QCOM PMICs Fenglin Wu
2022-09-28  2:42 ` [PATCH v1 1/2] leds: flash: add driver to support flash LED " Fenglin Wu
2022-09-28  2:42 ` [PATCH v1 2/2] dt-bindings: add bindings for QCOM flash LED Fenglin Wu
2022-09-28  8:21   ` Krzysztof Kozlowski
2022-09-29  2:20     ` Fenglin Wu
2022-09-29  7:06       ` Krzysztof Kozlowski
2022-09-29 10:56         ` Fenglin Wu
2022-09-29 11:13           ` Krzysztof Kozlowski
2022-09-28 12:38   ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox