summaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-lm3692x.c
Commit message (Expand)AuthorAgeFilesLines
* leds: lm392x: Convert to use maple tree register cacheMark Brown2023-11-011-1/+1
* leds: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-251-1/+1
* leds: lm3692x: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-301-3/+3
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* leds: lm3692x: Return 0 from remove callbackUwe Kleine-König2022-02-121-4/+1
* leds: lm3692x: Correct headers (of*.h -> mod_devicetable.h)Andy Shevchenko2021-08-031-2/+1
* leds: lm3692x: Put fwnode in any case during ->probe()Andy Shevchenko2021-05-281-4/+4
* leds: leds-lm3692x: Fix some kernel-doc formatting issuesLee Jones2021-05-281-9/+9
* 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