Re: [PATCH v2 1/2] leds: rt4505: Add support for Richtek RT4505 flash LED controller

2021-03-25 Thread Pavel Machek
On Thu 2021-03-25 18:19:03, ChiYuan Huang wrote: > Pavel Machek 於 2021年3月25日 週四 下午6:01寫道: > > > > Hi! > > > > > > > create mode 100644 drivers/leds/flash/Kconfig > > > > > create mode 100644 drivers/leds/flash/Makefile > > > > > create mode 100644 drivers/leds/flash/leds-rt4505.c > > > > >

Re: [PATCH v2 1/2] leds: rt4505: Add support for Richtek RT4505 flash LED controller

2021-03-25 Thread ChiYuan Huang
Pavel Machek 於 2021年3月25日 週四 下午6:01寫道: > > Hi! > > > > > create mode 100644 drivers/leds/flash/Kconfig > > > > create mode 100644 drivers/leds/flash/Makefile > > > > create mode 100644 drivers/leds/flash/leds-rt4505.c > > > > > > Acked-by: Jacek Anaszewski > > > > > Any problem with this

Re: [PATCH v2 1/2] leds: rt4505: Add support for Richtek RT4505 flash LED controller

2021-03-25 Thread Pavel Machek
Hi! > > > create mode 100644 drivers/leds/flash/Kconfig > > > create mode 100644 drivers/leds/flash/Makefile > > > create mode 100644 drivers/leds/flash/leds-rt4505.c > > > > Acked-by: Jacek Anaszewski > > > Any problem with this patch? Do I need to submit it again? It won't apply on

Re: [PATCH v2 1/2] leds: rt4505: Add support for Richtek RT4505 flash LED controller

2021-03-25 Thread ChiYuan Huang
Hi, Jacek: Jacek Anaszewski 於 2020年11月3日 週二 上午4:44寫道: > > Hi ChiYuan, > > On 11/2/20 3:42 AM, cy_huang wrote: > > From: ChiYuan Huang > > > > Add support for RT4505 flash LED controller. It can support up to 1.5A > > flash current with hardware timeout and low input voltage protection. > > > >

Re: [PATCH v2 1/2] leds: rt4505: Add support for Richtek RT4505 flash LED controller

2020-11-17 Thread Linus Walleij
On Tue, Nov 17, 2020 at 2:10 AM ChiYuan Huang wrote: > From linus walleij's mail, how can I support him? > Or just wait my patch to be committed on linux main stream? I think it's chill, Lee has a good habit to sync with other maintainers with immutable branches, so the LED maintainers should

Re: [PATCH v2 1/2] leds: rt4505: Add support for Richtek RT4505 flash LED controller

2020-11-16 Thread ChiYuan Huang
Hi, Jacek/Pavel: Linus Walleij 於 2020年11月16日 週一 上午7:55寫道: > > On Mon, Nov 2, 2020 at 3:42 AM cy_huang wrote: > > > drivers/leds/flash/Kconfig | 17 ++ > > drivers/leds/flash/Makefile | 2 + > > drivers/leds/flash/leds-rt4505.c | 430 > > +++ >

Re: [PATCH v2 1/2] leds: rt4505: Add support for Richtek RT4505 flash LED controller

2020-11-15 Thread Linus Walleij
On Mon, Nov 2, 2020 at 3:42 AM cy_huang wrote: > drivers/leds/flash/Kconfig | 17 ++ > drivers/leds/flash/Makefile | 2 + > drivers/leds/flash/leds-rt4505.c | 430 > +++ Hm Pavel also asked me to create this directory and structure, so if this

Re: [PATCH v2 1/2] leds: rt4505: Add support for Richtek RT4505 flash LED controller

2020-11-02 Thread Jacek Anaszewski
Hi ChiYuan, On 11/2/20 3:42 AM, cy_huang wrote: From: ChiYuan Huang Add support for RT4505 flash LED controller. It can support up to 1.5A flash current with hardware timeout and low input voltage protection. Signed-off-by: ChiYuan Huang --- Changes since v1 to v2 - Create flash directory

[PATCH v2 1/2] leds: rt4505: Add support for Richtek RT4505 flash LED controller

2020-11-01 Thread cy_huang
From: ChiYuan Huang Add support for RT4505 flash LED controller. It can support up to 1.5A flash current with hardware timeout and low input voltage protection. Signed-off-by: ChiYuan Huang --- Changes since v1 to v2 - Create flash directory into drvers/leds. - Coding style fix to meet 80