aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds/leds-lm3692x.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-01leds: lm392x: Convert to use maple tree register cacheGravatar Mark Brown 1-1/+1
2023-05-25leds: Switch i2c drivers back to use .probe()Gravatar Uwe Kleine-König 1-1/+1
2023-01-30leds: lm3692x: Convert to i2c's .probe_new()Gravatar Uwe Kleine-König 1-3/+3
2022-08-16i2c: Make remove callback return voidGravatar Uwe Kleine-König 1-3/+1
2022-02-12leds: lm3692x: Return 0 from remove callbackGravatar Uwe Kleine-König 1-4/+1
2021-08-03leds: lm3692x: Correct headers (of*.h -> mod_devicetable.h)Gravatar Andy Shevchenko 1-2/+1
2021-05-28leds: lm3692x: Put fwnode in any case during ->probe()Gravatar Andy Shevchenko 1-4/+4
2021-05-28leds: leds-lm3692x: Fix some kernel-doc formatting issuesGravatar Lee Jones 1-9/+9
2020-09-26leds: parse linux,default-trigger DT property in LED coreGravatar Marek Behún 1-3/+0
2020-09-09leds: lm3692x: Simplify with dev_err_probe()Gravatar Krzysztof Kozlowski 1-7/+4
2020-07-22leds: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-1/+1
2020-01-07leds: lm3692x: Disable chip on brightness 0Gravatar Guido Günther 1-1/+17
2020-01-07leds: lm3692x: Split out lm3692x_leds_disableGravatar Guido Günther 1-16/+26
2020-01-07leds: lm3692x: Move lm3692x_init and rename to lm3692x_leds_enableGravatar Guido Günther 1-35/+35
2020-01-07leds: lm3692x: Make sure we don't exceed the maximum LED currentGravatar Guido Günther 1-1/+19
2020-01-06leds: lm3692x: Allow to configure over voltage protectionGravatar Guido Günther 1-4/+30
2019-11-03leds: lm3692x: Use flags from LM3692X_BRT_CTRLGravatar Guido Günther 1-1/+1
2019-11-03leds: lm3692x: Use flags from LM3692X_BOOST_CTRLGravatar Guido Günther 1-3/+3
2019-11-03leds: lm3692x: Handle failure to probe the regulatorGravatar Guido Günther 1-2/+11
2019-11-03leds: lm3692x: Don't overwrite return value in error pathGravatar Guido Günther 1-4/+5
2019-11-03leds: lm3692x: Print error value on dev_errGravatar Guido Günther 1-7/+10
2019-07-25leds: lm3692x: Use generic support for composing LED namesGravatar Jacek Anaszewski 1-16/+6
2018-07-03leds: lm3692x: Support LED sync configurationGravatar Dan Murphy 1-38/+120
2018-07-03leds: lm3692x: Change DT calls to fwnode callsGravatar Dan Murphy 1-17/+21
2018-07-03leds: lm3692x: Update license header to SPDXGravatar Dan Murphy 1-14/+3
2018-01-08leds: lm3692x: Introduce LM3692x dual string driverGravatar Dan Murphy 1-0/+393