| Commit message (Expand) | Author | Age | Files | Lines |
* | leds: ktd2692: Fix an error handling path | Christophe JAILLET | 2021-07-20 | 1 | -9/+18 |
* | leds: as3645a: Fix error return code in as3645a_parse_node() | Zhen Lei | 2021-07-20 | 1 | -0/+1 |
* | leds: lp5523: check return value of lp5xx_read and jump to cleanup code | Phillip Potter | 2021-05-26 | 1 | -1/+3 |
* | Revert "leds: lp5523: fix a missing check of return value of lp55xx_read" | Greg Kroah-Hartman | 2021-05-26 | 1 | -3/+1 |
* | leds: trigger: fix potential deadlock with libata | Andrea Righi | 2021-02-03 | 1 | -4/+6 |
* | leds: bcm6328, bcm6358: use devres LED registering function | Marek Behún | 2020-11-05 | 2 | -2/+2 |
* | leds: core: Flush scheduled work for system suspend | Kai-Heng Feng | 2020-08-21 | 1 | -0/+1 |
* | leds: lm355x: avoid enum conversion warning | Arnd Bergmann | 2020-08-21 | 1 | -3/+4 |
* | leds: 88pm860x: fix use-after-free on unbind | Johan Hovold | 2020-08-21 | 1 | -1/+13 |
* | leds: lm3533: fix use-after-free on unbind | Johan Hovold | 2020-08-21 | 1 | -3/+9 |
* | leds: da903x: fix use-after-free on unbind | Johan Hovold | 2020-08-21 | 1 | -1/+13 |
* | leds: wm831x-status: fix use-after-free on unbind | Johan Hovold | 2020-08-21 | 1 | -1/+13 |
* | leds: pca963x: Fix open-drain initialization | Zahari Petkov | 2020-02-28 | 1 | -3/+5 |
* | leds: leds-lp5562 allow firmware files up to the maximum length | Nick Stoughton | 2019-10-05 | 1 | -1/+5 |
* | leds: pwm: silently error out on EPROBE_DEFER | Jerome Brunet | 2019-05-16 | 1 | -2/+3 |
* | leds: pca9532: fix a potential NULL pointer dereference | Kangjie Lu | 2019-05-04 | 1 | -2/+6 |
* | leds: lp55xx: fix null deref on firmware load failure | Michal Kazior | 2019-04-05 | 1 | -2/+2 |
* | leds: lp5523: fix a missing check of return value of lp55xx_read | Kangjie Lu | 2019-02-27 | 1 | -1/+3 |
* | leds: pm8058: Silence pointer to integer size warning | Bjorn Andersson | 2018-03-19 | 1 | -1/+1 |
* | leds: core: Fix regression caused by commit 2b83ff96f51d | Jacek Anaszewski | 2018-03-03 | 1 | -1/+2 |
* | led: core: Fix brightness setting when setting delay_off=0 | Matthieu CASTET | 2018-03-03 | 1 | -1/+1 |
* | leds: pca955x: Don't invert requested value in pca955x_gpio_set_value() | Andrew Jeffery | 2017-12-25 | 1 | -5/+12 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 2 | -0/+2 |
* | as3645a: Unregister indicator LED on device unbind | Sakari Ailus | 2017-09-23 | 1 | -0/+1 |
* | as3645a: Use integer numbers for parsing LEDs | Sakari Ailus | 2017-09-23 | 1 | -2/+24 |
* | as3645a: Use ams,input-max-microamp as documented in DT bindings | Sakari Ailus | 2017-09-23 | 1 | -1/+1 |
* | dmi: Mark all struct dmi_system_id instances const | Christoph Hellwig | 2017-09-14 | 2 | -2/+2 |
* | Merge tag 'leds_for_4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/j.... | Linus Torvalds | 2017-09-07 | 12 | -94/+329 |
|\ |
|
| * | leds: pca955x: check for I2C errors | Cédric Le Goater | 2017-08-30 | 1 | -31/+83 |
| * | leds: gpio: Allow LED to retain state at shutdown | Andrew Jeffery | 2017-08-29 | 1 | -1/+6 |
| * | leds: powernv: Delete an error message for a failed memory allocation in powe... | Markus Elfring | 2017-08-29 | 1 | -5/+1 |
| * | leds: lp8501: make several arrays static const | Colin Ian King | 2017-08-29 | 1 | -3/+3 |
| * | leds: lp5562: make several arrays static const | Colin Ian King | 2017-08-29 | 1 | -5/+5 |
| * | leds: lp5521: make several arrays static const | Colin Ian King | 2017-08-29 | 1 | -4/+4 |
| * | leds: aat1290: make array max_mm_current_percent static const | Colin Ian King | 2017-08-29 | 1 | -2/+4 |
| * | leds: pca955x: Prevent crippled LED device name | Jacek Anaszewski | 2017-08-29 | 1 | -4/+8 |
| * | leds: lm3533: constify attribute_group structure | Amitoj Kaur Chawla | 2017-08-29 | 1 | -1/+1 |
| * | leds: pca955x: add GPIO support | Cédric Le Goater | 2017-08-14 | 2 | -17/+131 |
| * | leds: pca955x: use devm_led_classdev_register | Cédric Le Goater | 2017-08-14 | 1 | -22/+4 |
| * | leds: pca955x: add device tree support | Cédric Le Goater | 2017-08-14 | 1 | -12/+89 |
| * | leds: Convert to using %pOF instead of full_name | Rob Herring | 2017-08-12 | 1 | -2/+2 |
| * | leds: blinkm: constify attribute_group structures. | Arvind Yadav | 2017-08-04 | 1 | -1/+1 |
| * | leds: tlc591xx: add missing of_node_put | Julia Lawall | 2017-07-16 | 1 | -2/+6 |
| * | leds: tlc591xx: merge conditional tests | Julia Lawall | 2017-07-16 | 1 | -3/+2 |
* | | media: leds: as3645a: add V4L2_FLASH_LED_CLASS dependency | Arnd Bergmann | 2017-09-05 | 1 | -0/+1 |
* | | media: leds: as3645a: Add LED flash class driver | Sakari Ailus | 2017-08-26 | 3 | -0/+772 |
* | | media: v4l2-flash-led-class: Create separate sub-devices for indicators | Sakari Ailus | 2017-08-26 | 2 | -4/+4 |
|/ |
|
* | Merge tag 'leds_for_4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/j.... | Linus Torvalds | 2017-07-06 | 7 | -237/+27 |
|\ |
|
| * | leds: lp55xx: make various arrays static const | Colin Ian King | 2017-06-30 | 1 | -5/+5 |
| * | leds: Remove SEAD-3 driver | Paul Burton | 2017-06-19 | 3 | -89/+0 |