All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Add LED driver for flash module in QCOM PMICs
@ 2022-10-25  7:38 Fenglin Wu
  2022-10-25  7:38 ` [PATCH v4 1/2] leds: flash: add driver to support flash LED " Fenglin Wu
  2022-10-25  7:38 ` [PATCH v4 2/2] dt-bindings: leds: add QCOM flash LED controller Fenglin Wu
  0 siblings, 2 replies; 14+ messages in thread
From: Fenglin Wu @ 2022-10-25  7:38 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 V4:
  1. Added Tested-By tag.
  2. Addressed review comments in the binding change and added
     Reviewed-by tag.

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: leds: add QCOM flash LED controller

 .../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] 14+ messages in thread

end of thread, other threads:[~2022-11-03  3:19 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-25  7:38 [PATCH v4 0/2] Add LED driver for flash module in QCOM PMICs Fenglin Wu
2022-10-25  7:38 ` [PATCH v4 1/2] leds: flash: add driver to support flash LED " Fenglin Wu
2022-10-31 10:34   ` Dylan Van Assche
2022-11-01  5:10     ` Fenglin Wu
2022-11-01 17:39       ` Dylan Van Assche
2022-11-02  7:25         ` Fenglin Wu
2022-11-02  8:14           ` Dylan Van Assche
2022-11-02  8:22             ` Fenglin Wu
2022-11-02 11:06             ` Fenglin Wu
2022-11-02 14:26               ` Dylan Van Assche
2022-11-03  3:19                 ` Fenglin Wu
2022-10-31 13:56   ` Luca Weiss
2022-11-01  5:11     ` Fenglin Wu
2022-10-25  7:38 ` [PATCH v4 2/2] dt-bindings: leds: add QCOM flash LED controller Fenglin Wu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.