mbox series

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

Message ID 1598441840-15226-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 Aug. 26, 2020, 11:37 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 |   50 +
 drivers/leds/Kconfig                                    |   11 
 drivers/leds/Makefile                                   |    1 
 drivers/leds/leds-mt6360.c                              |  680 ++++++++++++++++
 4 files changed, 742 insertions(+)

Comments

Jacek Anaszewski Aug. 27, 2020, 9:32 p.m. UTC | #1
He Gene,

Please resend the set with updated version (I suppose it should be v3).

On 8/26/20 1:37 PM, Gene Chen wrote:
> 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 |   50 +
>   drivers/leds/Kconfig                                    |   11
>   drivers/leds/Makefile                                   |    1
>   drivers/leds/leds-mt6360.c                              |  680 ++++++++++++++++
>   4 files changed, 742 insertions(+)
>