On Fri, Jun 24, 2022 at 8:23 AM Linus Walleij linus.walleij@linaro.org wrote:
Thanks for your patch!
On Thu, Jun 23, 2022 at 1:58 PM ChiaEn Wu peterwu.pub@gmail.com wrote:
From: ChiYuan Huang cy_huang@richtek.com
Add Mediatek MT6370 current sink type LED Indicator driver.
Signed-off-by: ChiYuan Huang cy_huang@richtek.com
(...)
drivers/leds/Kconfig | 11 + drivers/leds/Makefile | 1 + drivers/leds/leds-mt6370.c | 989 +++++++++++++++++++++++++++++++++++++++++++++
There is a drivers/leds/flash subdirectory these days, put the driver in that directory instead.
Sorry I'm commenting on the wrong patch.
I meant this one. Move that into drivers/leds/flash drivers/leds/flash/leds-mt6370-flash.c | 657 ++++++++++++
Yours, Linus Walleij