mbox series

[v3,0/2] leds: mt6360: Add LED driver for MT6360

Message ID 1599474459-20853-1-git-send-email-gene.chen.richtek@gmail.com (mailing list archive)
Headers show
Series leds: mt6360: Add LED driver for MT6360 | expand

Message

Gene Chen Sept. 7, 2020, 10:27 a.m. UTC
In-Reply-To: 

This patch series add MT6360 LED support contains driver and binding document

Gene Chen (2)
 leds: mt6360: Add LED driver for MT6360
 dt-bindings: leds: Add bindings for MT6360 LED

 Documentation/devicetree/bindings/leds/leds-mt6360.yaml |  105 ++
 drivers/leds/Kconfig                                    |   11 
 drivers/leds/Makefile                                   |    1 
 drivers/leds/leds-mt6360.c                              |  681 ++++++++++++++++
 4 files changed, 798 insertions(+)

changelogs between v1 & v2
 - add led driver with mfd

changelogs between v2 & v3
 - independent add led driver
 - add dt-binding document
 - refactor macros definition for easy to debug
 - parse device tree by fwnode
 - use devm*ext to register led class device

Comments

Dan Murphy Sept. 8, 2020, 2:14 p.m. UTC | #1
Gene

On 9/7/20 5:27 AM, Gene Chen wrote:
> In-Reply-To:
>
> This patch series add MT6360 LED support contains driver and binding document

I cannot find the v2 patch series for this.

Dan
Gene Chen Sept. 9, 2020, midnight UTC | #2
Dan Murphy <dmurphy@ti.com> 於 2020年9月8日 週二 下午10:14寫道:
>
> Gene
>
> On 9/7/20 5:27 AM, Gene Chen wrote:
> > In-Reply-To:
> >
> > This patch series add MT6360 LED support contains driver and binding document
>
> I cannot find the v2 patch series for this.
>
> Dan
>

There is a little confuse of patch v2 which title didn't show the version.
I list the patch sequence as below

[v1] leds: mt6360: Add LED driver for MT6360
https://patchwork.kernel.org/patch/11586959/
[v2] [1/2] leds: mt6360: Add LED driver for MT6360
https://patchwork.kernel.org/patch/11737995/
[v3] [v3,1/2] leds: mt6360: Add LED driver for MT6360
https://patchwork.kernel.org/patch/11760491/