Age | Commit message (Expand) | Author | Files | Lines |
2019-12-01 | Merge tag 'leds-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pav... | Linus Torvalds | 16 | -138/+578 |
2019-11-21 | leds: Use all-in-one vtime aware kcpustat accessor | Frederic Weisbecker | 1 | -5/+9 |
2019-11-03 | leds: trigger: netdev: fix handling on interface rename | Martin Schiller | 1 | -1/+4 |
2019-11-03 | leds: an30259a: add a check for devm_regmap_init_i2c | Chuhong Yuan | 1 | -0/+7 |
2019-11-03 | leds: mlxreg: Fix possible buffer overflow | Oleh Kravchenko | 1 | -2/+2 |
2019-11-03 | leds: pca953x: Use of_device_get_match_data() | Stephen Boyd | 1 | -12/+2 |
2019-11-03 | leds: core: Fix devm_classdev_match to reference correct structure | Dan Murphy | 1 | -1/+1 |
2019-11-03 | leds: lm3601x: Convert class registration to device managed | Dan Murphy | 1 | -3/+1 |
2019-11-03 | leds: flash: Add devm_* functions to the flash class | Dan Murphy | 1 | -0/+50 |
2019-11-03 | leds: Kconfig: Be consistent with the usage of "LED" | Dan Murphy | 1 | -2/+2 |
2019-11-03 | leds: remove PAGE_SIZE limit of /sys/class/leds/<led>/trigger | Akinobu Mita | 3 | -26/+78 |
2019-11-03 | leds: tlc591xx: update the maximum brightness | Jean-Jacques Hiblot | 1 | -3/+4 |
2019-11-03 | leds: lm3692x: Use flags from LM3692X_BRT_CTRL | Guido Günther | 1 | -1/+1 |
2019-11-03 | leds: lm3692x: Use flags from LM3692X_BOOST_CTRL | Guido Günther | 1 | -3/+3 |
2019-11-03 | leds: lm3692x: Handle failure to probe the regulator | Guido Günther | 1 | -2/+11 |
2019-11-03 | leds: lm3692x: Don't overwrite return value in error path | Guido Günther | 1 | -4/+5 |
2019-11-03 | leds: lm3692x: Print error value on dev_err | Guido Günther | 1 | -7/+10 |
2019-11-03 | leds: tlc591xx: use devm_led_classdev_register_ext() | Jean-Jacques Hiblot | 1 | -3/+5 |
2019-11-03 | leds: tlc591xx: simplify driver by using the managed led API | Jean-Jacques Hiblot | 1 | -62/+22 |
2019-11-03 | leds: bcm6358: Use devm_platform_ioremap_resource() in bcm6358_leds_probe() | Markus Elfring | 1 | -6/+1 |
2019-11-03 | leds: bcm6328: Use devm_platform_ioremap_resource() in bcm6328_leds_probe() | Markus Elfring | 1 | -6/+1 |
2019-11-03 | drivers: leds: tlc591xx: check error during device init | Daniel Mack | 1 | -1/+4 |
2019-11-03 | leds: add LED driver for EL15203000 board | Oleh Kravchenko | 3 | -0/+371 |
2019-10-29 | leds: Use vtime aware kcpustat accessor to fetch CPUTIME_SYSTEM | Frederic Weisbecker | 1 | -1/+1 |
2019-09-12 | leds: lm3532: Fix optional led-max-microamp prop error handling | Dan Murphy | 1 | -5/+8 |
2019-09-05 | led: triggers: Fix dereferencing of null pointer | Oleh Kravchenko | 1 | -2/+2 |
2019-09-03 | leds: ti-lmu-common: Move static keyword to the front of declaration | Krzysztof Wilczynski | 1 | -1/+1 |
2019-09-03 | leds: lm3532: Move static keyword to the front of declarations | Krzysztof Wilczynski | 1 | -3/+3 |
2019-09-01 | leds: trigger: gpio: GPIO 0 is valid | Andy Shevchenko | 1 | -5/+7 |
2019-09-01 | leds: pwm: Use struct_size() helper | Gustavo A. R. Silva | 1 | -7/+1 |
2019-09-01 | leds: is31fl32xx: Use struct_size() helper | Gustavo A. R. Silva | 1 | -7/+1 |
2019-09-01 | leds: ti-lmu-common: Fix coccinelle issue in TI LMU | Dan Murphy | 1 | -9/+6 |
2019-09-01 | leds: lm3532: Avoid potentially unpaired regulator calls | Tony Lindgren | 1 | -2/+24 |
2019-09-01 | leds: syscon: Use resource managed variant of device register | Alexander Dahl | 1 | -1/+1 |
2019-08-26 | leds: Allow to call led_classdev_unregister() unconditionally | Andy Shevchenko | 1 | -0/+4 |
2019-08-26 | leds: lm3532: Add full scale current configuration | Dan Murphy | 1 | -0/+25 |
2019-08-26 | leds: lm3532: Fixes for the driver for stability | Dan Murphy | 1 | -4/+13 |
2019-08-26 | leds: lm3532: Change the define for the fs current register | Dan Murphy | 1 | -6/+6 |
2019-08-26 | leds: lm3532: Fix brightness control for i2c mode | Dan Murphy | 1 | -14/+30 |
2019-08-23 | leds: Switch to use fwnode instead of be stuck with OF one | Andy Shevchenko | 2 | -8/+5 |
2019-08-23 | leds: max77650: Switch to fwnode property API | Andy Shevchenko | 1 | -13/+9 |
2019-08-20 | led: triggers: Fix a memory leak bug | Wenwen Wang | 1 | -0/+1 |
2019-08-08 | leds: pca953x: Include the right header | Linus Walleij | 1 | -1/+1 |
2019-07-30 | Merge tag 'generic_lookup_helpers' into for-next | Jacek Anaszewski | 1 | -8/+1 |
2019-07-30 | drivers: Introduce device lookup variants by name | Suzuki K Poulose | 1 | -8/+1 |
2019-07-29 | leds: netxbig: Add of_node_put() in netxbig_leds_get_of_pdata() | Nishka Dasgupta | 1 | -2/+4 |
2019-07-29 | leds: netxbig: remove legacy board-file support | Masahiro Yamada | 2 | -20/+51 |
2019-07-25 | leds: lm3697: Switch to use fwnode_property_count_uXX() | Andy Shevchenko | 1 | -4/+1 |
2019-07-25 | leds: lm36274: Switch to use fwnode_property_count_uXX() | Andy Shevchenko | 1 | -3/+1 |
2019-07-25 | leds: lm3532: Switch to use fwnode_property_count_uXX() | Andy Shevchenko | 1 | -4/+1 |