Message ID | 1651138365-17362-1-git-send-email-u0084500@gmail.com |
---|---|
Headers | show |
Series | leds: flash: mt6360: Apply the fixes and hardware features | expand |
Hi: Is there any comment about this patch series? One is for the fix, second is Kconfig refine, others are for the HW PWM/Breath feature added. cy_huang <u0084500@gmail.com> 於 2022年4月28日 週四 下午5:33寫道: > > From: ChiYuan Huang <cy_huang@richtek.com> > > This patch series includes some fixes and add supproted ISNK hardware features. > From MT6360, ISNK can support three modes (CC, PWM, and Breath). The previous > one can only support CC mode. > > ChiYuan Huang (4): > leds: flash: mt6360: Fix the wrong enable_reg in multicolor brightness > set > leds: flash: mt6360: Remove unused dependency in Kconfig > leds: flash: mt6360: Add mt6360 isnk channel hardware timer dimming > mode support > leds: flash: mt6360: Add mt6360 isnk channel hardwre breath mode > support > > drivers/leds/flash/Kconfig | 4 +- > drivers/leds/flash/leds-mt6360.c | 413 ++++++++++++++++++++++++++++++++++++++- > 2 files changed, 410 insertions(+), 7 deletions(-) > > -- > 2.7.4 >
From: ChiYuan Huang <cy_huang@richtek.com> This patch series includes some fixes and add supproted ISNK hardware features.