index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
leds
/
leds-lm3692x.c
Age
Commit message (
Expand
)
Author
2023-11-01
leds: lm392x: Convert to use maple tree register cache
Mark Brown
2023-05-25
leds: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-01-30
leds: lm3692x: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
2022-02-12
leds: lm3692x: Return 0 from remove callback
Uwe Kleine-König
2021-08-03
leds: lm3692x: Correct headers (of*.h -> mod_devicetable.h)
Andy Shevchenko
2021-05-28
leds: lm3692x: Put fwnode in any case during ->probe()
Andy Shevchenko
2021-05-28
leds: leds-lm3692x: Fix some kernel-doc formatting issues
Lee Jones
2020-09-26
leds: parse linux,default-trigger DT property in LED core
Marek Behún
2020-09-09
leds: lm3692x: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-07-22
leds: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-01-07
leds: lm3692x: Disable chip on brightness 0
Guido Günther
2020-01-07
leds: lm3692x: Split out lm3692x_leds_disable
Guido Günther
2020-01-07
leds: lm3692x: Move lm3692x_init and rename to lm3692x_leds_enable
Guido Günther
2020-01-07
leds: lm3692x: Make sure we don't exceed the maximum LED current
Guido Günther
2020-01-06
leds: lm3692x: Allow to configure over voltage protection
Guido Günther
2019-11-03
leds: lm3692x: Use flags from LM3692X_BRT_CTRL
Guido Günther
2019-11-03
leds: lm3692x: Use flags from LM3692X_BOOST_CTRL
Guido Günther
2019-11-03
leds: lm3692x: Handle failure to probe the regulator
Guido Günther
2019-11-03
leds: lm3692x: Don't overwrite return value in error path
Guido Günther
2019-11-03
leds: lm3692x: Print error value on dev_err
Guido Günther
2019-07-25
leds: lm3692x: Use generic support for composing LED names
Jacek Anaszewski
2018-07-03
leds: lm3692x: Support LED sync configuration
Dan Murphy
2018-07-03
leds: lm3692x: Change DT calls to fwnode calls
Dan Murphy
2018-07-03
leds: lm3692x: Update license header to SPDX
Dan Murphy
2018-01-08
leds: lm3692x: Introduce LM3692x dual string driver
Dan Murphy