The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Yuxi Wang <Yuxi.Wang@monolithicpower.com>
To: <Yuxi.Wang@monolithicpower.com>, <pavel@ucw.cz>, <lee@kernel.org>,
	<robh+dt@kernel.org>, <krzysztof.kozlowski+dt@linaro.org>,
	<conor+dt@kernel.org>, <wyx137120466@gmail.com>
Cc: <linux-leds@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Subject: [PATCH V2 0/2] leds: Add a driver for MP3326
Date: Tue, 11 Jun 2024 16:32:33 +0800	[thread overview]
Message-ID: <20240611083236.1609-1-Yuxi.Wang@monolithicpower.com> (raw)

Add the binding description and the corresponding driver for
the MPS MP3326.

Signed-off-by: Yuxi Wang <Yuxi.Wang@monolithicpower.com>

Changes in V2:
  - Fix patch format error

Yuxi Wang (2):
  dt-bindings: leds: add mps mp3326 LED
  leds: add mp3326 driver

 .../devicetree/bindings/leds/mps,mp3326.yaml  | 146 ++++
 drivers/leds/Kconfig                          |   9 +
 drivers/leds/Makefile                         |   1 +
 drivers/leds/leds-mp3326.c                    | 697 ++++++++++++++++++
 4 files changed, 853 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/leds/mps,mp3326.yaml
 create mode 100644 drivers/leds/leds-mp3326.c

-- 
2.39.2


             reply	other threads:[~2024-06-11  8:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-11  8:32 Yuxi Wang [this message]
2024-06-11  8:32 ` [PATCH V2 1/2] dt-bindings: leds: add mps mp3326 LED Yuxi Wang
2024-06-11  8:32 ` [PATCH V2 2/2] leds: add mp3326 driver Yuxi Wang
2024-06-11  9:21   ` Krzysztof Kozlowski
2024-06-12  2:23     ` Yuxi (Yuxi) Wang
2024-06-12  6:12       ` Krzysztof Kozlowski
2024-06-11 23:28   ` kernel test robot
2024-06-11  9:14 ` [PATCH V2 0/2] leds: Add a driver for MP3326 Krzysztof Kozlowski
2024-06-12  2:26   ` Yuxi (Yuxi) Wang
2024-06-12  6:13     ` Krzysztof Kozlowski

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=20240611083236.1609-1-Yuxi.Wang@monolithicpower.com \
    --to=yuxi.wang@monolithicpower.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=lee@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-leds@vger.kernel.org \
    --cc=pavel@ucw.cz \
    --cc=robh+dt@kernel.org \
    --cc=wyx137120466@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