leds: sgm3140: Add missing timer cleanup and flash gpio control
authorOndrej Jirman <megi@xff.cz>
Sat, 17 Feb 2024 19:11:30 +0000 (20:11 +0100)
committerLee Jones <lee@kernel.org>
Thu, 7 Mar 2024 08:48:12 +0000 (08:48 +0000)
commit205c29887a333ee4b37596e6533373e38cb23947
treed0d3a3121adc89099bce77bc98a1227e57de8e0a
parent2cd0d1db31e78a63553876f8e6a4c9dcc1f9c061
leds: sgm3140: Add missing timer cleanup and flash gpio control

Enabling strobe and then setting brightness to 0 causes the driver to enter
invalid state after strobe end timer fires. We should cancel strobe mode
resources when changing brightness (aka torch mode).

Fixes: cef8ec8cbd21 ("leds: add sgm3140 driver")
Signed-off-by: Ondrej Jirman <megi@xff.cz>
Link: https://lore.kernel.org/r/20240217191133.1757553-1-megi@xff.cz
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/leds/flash/leds-sgm3140.c