Message ID | 20230725-leds-qcom-flash-driver-tiny-fixes-v2-0-0f5cbce5fed0@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | leds-qcom-flash: several tiny fixes | expand |
On Tue, 25 Jul 2023 17:57:18 +0800, Fenglin Wu wrote: > Add small changes to address the review comments from Paval which were > posted after the driver was applied: > https://lore.kernel.org/linux-arm-msm/20230325170957.GA2904@bug/#t > https://lore.kernel.org/linux-arm-msm/ZB8wbv93+Vmx3trt@duo.ucw.cz/ > > 1) Add a sentence in Kconfig to explain the driver can be compiled as a > module > 2) Strobe off the LED channel before setting flash current > 3) Put the child node while register flash LED device failed. > > [...] Applied, thanks! [1/3] leds: flash: leds-qcom-flash: declare the driver as a module commit: 05a576059ac23355a86e4be058cb43997d83c7fd [2/3] leds: flash: leds-qcom-flash: turn off LED before setting flash current commit: 7c47381c8664d55861036d1d858daf5e9d5d67b8 [3/3] leds: flash: leds-qcom-flash: put child node if registration failed commit: 546924102de8327a5b2095d2134faed6de971476 -- Lee Jones [李琼斯]
Add small changes to address the review comments from Paval which were posted after the driver was applied: https://lore.kernel.org/linux-arm-msm/20230325170957.GA2904@bug/#t https://lore.kernel.org/linux-arm-msm/ZB8wbv93+Vmx3trt@duo.ucw.cz/ 1) Add a sentence in Kconfig to explain the driver can be compiled as a module 2) Strobe off the LED channel before setting flash current 3) Put the child node while register flash LED device failed. Changes in v2: Sperate the fixes into 3 independent changes. Signed-off-by: Fenglin Wu <quic_fenglinw@quicinc.com> --- Fenglin Wu (3): leds: flash: leds-qcom-flash: declare the driver as a module leds: flash: leds-qcom-flash: turn off LED before setting flash current leds: flash: leds-qcom-flash: put child node if registration failed drivers/leds/flash/Kconfig | 2 ++ drivers/leds/flash/leds-qcom-flash.c | 5 +++++ 2 files changed, 7 insertions(+) --- base-commit: 7a2b85a76b05f16e8e788d035afcacdd4faa1d71 change-id: 20230725-leds-qcom-flash-driver-tiny-fixes-f6fd8d90eb94 Best regards,