All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee@kernel.org>
To: Fenglin Wu <quic_fenglinw@quicinc.com>
Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
	pavel@ucw.cz, krzysztof.kozlowski@linaro.org,
	quic_collinsd@quicinc.com, quic_subbaram@quicinc.com
Subject: Re: [RESEND PATCH v5 0/2] Add LED driver for flash module in QCOM PMICs
Date: Thu, 5 Jan 2023 14:11:02 +0000	[thread overview]
Message-ID: <Y7badoCDWiENrzVI@google.com> (raw)
In-Reply-To: <9a0d7b7c-53bb-cfa6-8629-a0c48b70364f@quicinc.com>

On Thu, 05 Jan 2023, Fenglin Wu wrote:

> Hi Pavel, Jones,
> 
> Can you help to review the new flash LED driver changes for Qcom flash LED
> module when you are available? It's pending for while.
> Thanks

The patches I have in my inbox are from last week.

Please be patient - my backlog is presently very large.

You're 'on the list'.

> On 2022/12/27 16:15, Fenglin Wu wrote:
> > Initial driver and binding document changes for supporting flash LED
> > module in Qualcomm Technologies, Inc. PMICs.
> > 
> > Changes in V5:
> >    1. Add MODULE_DEVICE_TABLE for auto-loading.
> > 
> > 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          | 701 ++++++++++++++++++
> >   4 files changed, 833 insertions(+)
> >   create mode 100644 Documentation/devicetree/bindings/leds/qcom,spmi-flash-led.yaml
> >   create mode 100644 drivers/leds/flash/leds-qcom-flash.c
> > 

-- 
Lee Jones [李琼斯]

      reply	other threads:[~2023-01-05 14:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-27  8:15 [RESEND PATCH v5 0/2] Add LED driver for flash module in QCOM PMICs Fenglin Wu
2022-12-27  8:15 ` [RESEND PATCH v5 1/2] leds: flash: add driver to support flash LED " Fenglin Wu
2023-01-26 13:23   ` Lee Jones
2023-01-30 11:21     ` Fenglin Wu
2023-01-30 11:56       ` Lee Jones
2023-01-31  7:38         ` Fenglin Wu
2022-12-27  8:15 ` [RESEND PATCH v5 2/2] dt-bindings: leds: add QCOM flash LED controller Fenglin Wu
2023-01-05  4:03 ` [RESEND PATCH v5 0/2] Add LED driver for flash module in QCOM PMICs Fenglin Wu
2023-01-05 14:11   ` Lee Jones [this message]

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=Y7badoCDWiENrzVI@google.com \
    --to=lee@kernel.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pavel@ucw.cz \
    --cc=quic_collinsd@quicinc.com \
    --cc=quic_fenglinw@quicinc.com \
    --cc=quic_subbaram@quicinc.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 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.