All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vladimir Barinov <v.barinov@yadro.com>
To: Lee Jones <lee@kernel.org>, Pavel Machek <pavel@ucw.cz>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: <linux-leds@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<devicetree@vger.kernel.org>,
	Vladimir Barinov <v.barinov@yadro.com>, <linux@yadro.com>
Subject: [PATCH 0/2] leds: add Awinic AW2016 driver
Date: Wed, 24 May 2023 14:39:10 +0300	[thread overview]
Message-ID: <20230524113910.196321-1-v.barinov@yadro.com> (raw)

Hello,

This adds the folowing:
- LED driver for AW2016 chip
- Document Awinic AW2016 DT bindings

Datasheet file can be found here:
https://www.awinic.com/en/productDetail/AW2026DNR#tech-docs

Vladimir Barinov (2):
[1/2] leds: Add Awinic AW2016 LED driver
[2/2] dt-bindings: leds: Document Awinic AW2016 bindings

---
This patchset is against the 'kernel/git/lee/leds.git' repo, 'for-leds-next' branch.

 Documentation/devicetree/bindings/leds/awinic,aw2026.yaml |   92 ++
 drivers/leds/Kconfig                                      |   10 
 drivers/leds/Makefile                                     |    1 
 drivers/leds/leds-aw2026.c                                |  578 ++++++++++++++
 4 files changed, 681 insertions(+)


             reply	other threads:[~2023-05-24 11:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-24 11:39 Vladimir Barinov [this message]
2023-05-24 11:40 ` [PATCH 1/2] leds: add Awinic AW2016 LED driver Vladimir Barinov
2023-05-24 11:40 ` [PATCH 2/2] dt-bindings: leds: Document Awinic AW2016 bindings Vladimir Barinov
2023-05-24 12:21   ` Rob Herring
2023-06-02  8:06     ` Lee Jones
2023-06-02  8:46       ` Vladimir Barinov

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=20230524113910.196321-1-v.barinov@yadro.com \
    --to=v.barinov@yadro.com \
    --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=linux@yadro.com \
    --cc=pavel@ucw.cz \
    --cc=robh+dt@kernel.org \
    /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.