aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-lm3692x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-02-12leds: lm3692x: Return 0 from remove callbackUwe Kleine-König1-4/+1
2021-08-03leds: lm3692x: Correct headers (of*.h -> mod_devicetable.h)Andy Shevchenko1-2/+1
2021-05-28leds: lm3692x: Put fwnode in any case during ->probe()Andy Shevchenko1-4/+4
2021-05-28leds: leds-lm3692x: Fix some kernel-doc formatting issuesLee Jones1-9/+9
2020-09-26leds: parse linux,default-trigger DT property in LED coreMarek Behún1-3/+0
2020-09-09leds: lm3692x: Simplify with dev_err_probe()Krzysztof Kozlowski1-7/+4
2020-07-22leds: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-01-07leds: lm3692x: Disable chip on brightness 0Guido Günther1-1/+17
2020-01-07leds: lm3692x: Split out lm3692x_leds_disableGuido Günther1-16/+26
2020-01-07leds: lm3692x: Move lm3692x_init and rename to lm3692x_leds_enableGuido Günther1-35/+35
2020-01-07leds: lm3692x: Make sure we don't exceed the maximum LED currentGuido Günther1-1/+19
2020-01-06leds: lm3692x: Allow to configure over voltage protectionGuido Günther1-4/+30
2019-11-03leds: lm3692x: Use flags from LM3692X_BRT_CTRLGuido Günther1-1/+1
2019-11-03leds: lm3692x: Use flags from LM3692X_BOOST_CTRLGuido Günther1-3/+3
2019-11-03leds: lm3692x: Handle failure to probe the regulatorGuido Günther1-2/+11
2019-11-03leds: lm3692x: Don't overwrite return value in error pathGuido Günther1-4/+5
2019-11-03leds: lm3692x: Print error value on dev_errGuido Günther1-7/+10
2019-07-25leds: lm3692x: Use generic support for composing LED namesJacek Anaszewski1-16/+6
2018-07-03leds: lm3692x: Support LED sync configurationDan Murphy1-38/+120
2018-07-03leds: lm3692x: Change DT calls to fwnode callsDan Murphy1-17/+21
2018-07-03leds: lm3692x: Update license header to SPDXDan Murphy1-14/+3
2018-01-08leds: lm3692x: Introduce LM3692x dual string driverDan Murphy1-0/+393