summaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-lm3692x.c
Commit message (Expand)AuthorAgeFilesLines
* leds: parse linux,default-trigger DT property in LED coreMarek Behún2020-09-261-3/+0
* leds: lm3692x: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-091-7/+4
* leds: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-221-1/+1
* leds: lm3692x: Disable chip on brightness 0Guido Günther2020-01-071-1/+17
* leds: lm3692x: Split out lm3692x_leds_disableGuido Günther2020-01-071-16/+26
* leds: lm3692x: Move lm3692x_init and rename to lm3692x_leds_enableGuido Günther2020-01-071-35/+35
* leds: lm3692x: Make sure we don't exceed the maximum LED currentGuido Günther2020-01-071-1/+19
* leds: lm3692x: Allow to configure over voltage protectionGuido Günther2020-01-061-4/+30
* leds: lm3692x: Use flags from LM3692X_BRT_CTRLGuido Günther2019-11-031-1/+1
* leds: lm3692x: Use flags from LM3692X_BOOST_CTRLGuido Günther2019-11-031-3/+3
* leds: lm3692x: Handle failure to probe the regulatorGuido Günther2019-11-031-2/+11
* leds: lm3692x: Don't overwrite return value in error pathGuido Günther2019-11-031-4/+5
* leds: lm3692x: Print error value on dev_errGuido Günther2019-11-031-7/+10
* leds: lm3692x: Use generic support for composing LED namesJacek Anaszewski2019-07-251-16/+6
* leds: lm3692x: Support LED sync configurationDan Murphy2018-07-031-38/+120
* leds: lm3692x: Change DT calls to fwnode callsDan Murphy2018-07-031-17/+21
* leds: lm3692x: Update license header to SPDXDan Murphy2018-07-031-14/+3
* leds: lm3692x: Introduce LM3692x dual string driverDan Murphy2018-01-081-0/+393