mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add LED driver for flash module in QCOM PMICs
@ 2022-10-18  1:40 Fenglin Wu
  2022-10-18  1:40 ` [PATCH v3 1/2] leds: flash: add driver to support flash LED " Fenglin Wu
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Fenglin Wu @ 2022-10-18  1:40 UTC (permalink / raw)
  To: linux-arm-msm, linux-kernel, krzysztof.kozlowski
  Cc: quic_collinsd, quic_subbaram, quic_fenglinw

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

Changes in V3:
  1. Updated the driver to use regmap_field for register access.
  2. Adressed the review comments in binding document change.

Changes in V2:
  1. Addressed review comments in binding change, thanks Krzysztof!
  2. Updated driver to address the compilation issue reported by
     kernel test robot.


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/qcom,spmi-flash-led.yaml    | 116 +++
 drivers/leds/flash/Kconfig                    |  15 +
 drivers/leds/flash/Makefile                   |   1 +
 drivers/leds/flash/leds-qcom-flash.c          | 700 ++++++++++++++++++
 4 files changed, 832 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/leds/qcom,spmi-flash-led.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-10-20  6:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-18  1:40 [PATCH v3 0/2] Add LED driver for flash module in QCOM PMICs Fenglin Wu
2022-10-18  1:40 ` [PATCH v3 1/2] leds: flash: add driver to support flash LED " Fenglin Wu
2022-10-18  1:40 ` [PATCH v3 2/2] dt-bindings: add bindings for QCOM flash LED Fenglin Wu
2022-10-19 13:36   ` Krzysztof Kozlowski
2022-10-20  6:33     ` Fenglin Wu
2022-10-19  7:23 ` [PATCH v3 0/2] Add LED driver for flash module in QCOM PMICs Luca Weiss
2022-10-19 10:17   ` Fenglin Wu
2022-10-19 11:09     ` Luca Weiss
2022-10-19 10:19   ` Fenglin Wu

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

all inboxes | Powered by JetHome®