devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jacek Anaszewski <jacek.anaszewski@gmail.com>
To: cy_huang <u0084500@gmail.com>,
	pavel@ucw.cz, dmurphy@ti.com, robh+dt@kernel.org
Cc: linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org,
	cy_huang@richtek.com, devicetree@vger.kernel.org
Subject: Re: [PATCH v2 1/2] leds: rt4505: Add support for Richtek RT4505 flash LED controller
Date: Mon, 2 Nov 2020 21:44:48 +0100	[thread overview]
Message-ID: <3cf3ee50-3dd8-d3b1-66a9-cea2ba487de3@gmail.com> (raw)
In-Reply-To: <1604284946-16254-1-git-send-email-u0084500@gmail.com>

Hi ChiYuan,

On 11/2/20 3:42 AM, cy_huang wrote:
> From: ChiYuan Huang <cy_huang@richtek.com>
> 
> Add support for RT4505 flash LED controller. It can support up to 1.5A
> flash current with hardware timeout and low input voltage protection.
> 
> Signed-off-by: ChiYuan Huang <cy_huang@richtek.com>
> ---
> Changes since v1 to v2
> 
> - Create flash directory into drvers/leds.
> - Coding style fix to meet 80 charactors per line limit.
> - Refine the description in the Kconfig help text.
> - Change all descriptions for 'led' text to uppercase 'LED'.
> 
> ---
>   drivers/leds/Kconfig             |   2 +
>   drivers/leds/Makefile            |   3 +
>   drivers/leds/flash/Kconfig       |  17 ++
>   drivers/leds/flash/Makefile      |   2 +
>   drivers/leds/flash/leds-rt4505.c | 430 +++++++++++++++++++++++++++++++++++++++
>   5 files changed, 454 insertions(+)
>   create mode 100644 drivers/leds/flash/Kconfig
>   create mode 100644 drivers/leds/flash/Makefile
>   create mode 100644 drivers/leds/flash/leds-rt4505.c

Acked-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>

-- 
Best regards,
Jacek Anaszewski

  parent reply	other threads:[~2020-11-02 20:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-02  2:42 [PATCH v2 1/2] leds: rt4505: Add support for Richtek RT4505 flash LED controller cy_huang
2020-11-02  2:42 ` [PATCH v2 2/2] leds: rt4505: Add DT binding document for Richtek RT4505 cy_huang
2020-11-02 20:44 ` Jacek Anaszewski [this message]
2021-03-25  7:52   ` [PATCH v2 1/2] leds: rt4505: Add support for Richtek RT4505 flash LED controller ChiYuan Huang
2021-03-25 10:01     ` Pavel Machek
2021-03-25 10:19       ` ChiYuan Huang
2021-03-25 10:27         ` Pavel Machek
2020-11-15 23:55 ` Linus Walleij
2020-11-17  1:10   ` ChiYuan Huang
2020-11-17 17:59     ` Linus Walleij

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=3cf3ee50-3dd8-d3b1-66a9-cea2ba487de3@gmail.com \
    --to=jacek.anaszewski@gmail.com \
    --cc=cy_huang@richtek.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dmurphy@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-leds@vger.kernel.org \
    --cc=pavel@ucw.cz \
    --cc=robh+dt@kernel.org \
    --cc=u0084500@gmail.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 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).