Re: [PATCH 1/2] leds: mt6360: Add LED driver for MT6360

2020-09-09 Thread Pavel Machek
Hi! > > >@@ -271,6 +271,17 @@ config LEDS_MT6323 > > This option enables support for on-chip LED drivers found on > > Mediatek MT6323 PMIC. ...522 lines... > >+static int mt6360_init_isnk_properties(struct mt6360_led *led, struct > >led_init_data *init_data) > >+{ > >+struct

Re: [PATCH 1/2] leds: mt6360: Add LED driver for MT6360

2020-09-01 Thread Gene Chen
Randy Dunlap 於 2020年8月26日 週三 下午11:30寫道: > > On 8/26/20 4:37 AM, Gene Chen wrote: > > diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig > > index 1c181df..ce95ead 100644 > > --- a/drivers/leds/Kconfig > > +++ b/drivers/leds/Kconfig > > @@ -271,6 +271,17 @@ config LEDS_MT6323 > >

Re: [PATCH 1/2] leds: mt6360: Add LED driver for MT6360

2020-08-26 Thread Randy Dunlap
On 8/26/20 4:37 AM, Gene Chen wrote: > diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig > index 1c181df..ce95ead 100644 > --- a/drivers/leds/Kconfig > +++ b/drivers/leds/Kconfig > @@ -271,6 +271,17 @@ config LEDS_MT6323 > This option enables support for on-chip LED drivers found on

Re: [PATCH 1/2] leds: mt6360: Add LED driver for MT6360

2020-08-26 Thread Dan Murphy
Hello On 8/26/20 6:37 AM, Gene Chen wrote: From: Gene Chen Add MT6360 LED driver include 2-channel Flash LED with torch/strobe mode, and 4-channel RGB LED support Register/Flash/Breath Mode Signed-off-by: Gene Chen --- drivers/leds/Kconfig | 11 + drivers/leds/Makefile |

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

2020-08-26 Thread Gene Chen
From: Gene Chen Add MT6360 LED driver include 2-channel Flash LED with torch/strobe mode, and 4-channel RGB LED support Register/Flash/Breath Mode Signed-off-by: Gene Chen --- drivers/leds/Kconfig | 11 + drivers/leds/Makefile | 1 + drivers/leds/leds-mt6360.c | 680