Age | Commit message (Expand) | Author | Files | Lines |
2023-05-25 | leds: cht-wcove: Add suspend/resume handling | Hans de Goede | 1 | -0/+33 |
2023-05-25 | leds: Add Intel Cherry Trail Whiskey Cove PMIC LED driver | Yauhen Kharuzhy | 3 | -0/+392 |
2023-05-25 | leds: qcom-lpg: Add support for PMI632 LPG | Luca Weiss | 1 | -0/+15 |
2023-05-25 | leds: lp55xx: Configure internal charge pump | Maarten Zanders | 4 | -14/+28 |
2023-05-25 | leds: trigger: netdev: Use mutex instead of spinlocks | Christian Marangi | 1 | -9/+9 |
2023-05-25 | leds: trigger: netdev: Convert device attr to macro | Christian Marangi | 1 | -41/+16 |
2023-05-25 | leds: trigger: netdev: Rename add namespace to netdev trigger enum modes | Christian Marangi | 1 | -33/+25 |
2023-05-25 | leds: trigger: netdev: Drop NETDEV_LED_MODE_LINKUP from mode | Christian Marangi | 1 | -11/+8 |
2023-05-25 | leds: trigger: netdev: Recheck NETDEV_LED_MODE_LINKUP on dev rename | Christian Marangi | 1 | -0/+3 |
2023-05-02 | Merge tag 'leds-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds | 16 | -58/+2702 |
2023-04-27 | leds: bd2606mvv: Driver for the Rohm 6 Channel i2c LED driver | Andreas Kemnade | 3 | -0/+175 |
2023-04-20 | leds: pwm-multicolor: Simplify an error message | Christophe JAILLET | 1 | -2/+2 |
2023-04-20 | leds: rgb: leds-qcom-lpg: Add support for PMK8550 PWM | Anjelique Melendez | 1 | -0/+9 |
2023-04-20 | leds: rgb: leds-qcom-lpg: Add support for high resolution PWM | Anjelique Melendez | 1 | -45/+106 |
2023-04-05 | leds: tca6507: Fix error handling of using fwnode_property_read_string | H. Nikolaus Schaller | 1 | -2/+3 |
2023-03-30 | leds: flash: Set variables mvflash_{3,4}ch_regs storage-class-specifier to st... | Tom Rix | 1 | -2/+2 |
2023-03-30 | leds: rgb: mt6370: Correct config name to select in LEDS_MT6370_RGB | Lukas Bulwahn | 1 | -1/+1 |
2023-03-23 | leds: rgb: mt6370: Fix implicit declaration for FIELD_GET | ChiYuan Huang | 1 | -0/+1 |
2023-03-23 | leds: flash: mt6370: Add MediaTek MT6370 flashlight support | ChiYuan Huang | 3 | -0/+587 |
2023-03-23 | leds: rgb: mt6370: Add MediaTek MT6370 current sink type LED Indicator support | ChiYuan Huang | 3 | -0/+1024 |
2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 1 | -1/+1 |
2023-03-16 | leds: flash: Add driver to support flash LED module in QCOM PMICs | Fenglin Wu | 3 | -0/+789 |
2023-03-16 | leds: Mark GPIO LED trigger broken | Linus Walleij | 1 | -0/+1 |
2023-03-16 | leds: tlc591xx: Mark OF related data as maybe unused | Krzysztof Kozlowski | 1 | -1/+1 |
2023-03-16 | leds: lp8860: Remove duplicate NULL checks for gpio_desc | Andy Shevchenko | 1 | -6/+3 |
2023-03-16 | leds: lp8860: Remove unused of_gpio,h | Andy Shevchenko | 1 | -1/+0 |
2023-03-16 | leds: TI_LMU_COMMON: select REGMAP instead of depending on it | Randy Dunlap | 1 | -1/+1 |
2023-02-24 | Merge tag 'leds-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds | 38 | -429/+171 |
2023-02-22 | Merge tag 'platform-drivers-x86-v6.3-1' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -20/+118 |
2023-02-04 | leds: Remove ide-disk trigger | Corentin Labbe | 1 | -4/+0 |
2023-01-30 | leds: Remove asic3 driver | Arnd Bergmann | 3 | -189/+0 |
2023-01-30 | leds: simatic-ipc-leds-gpio: Make sure we have the GPIO providing driver | Henning Schild | 1 | -0/+2 |
2023-01-30 | leds: tca6507: Convert to use fwnode_device_is_compatible() | Andy Shevchenko | 1 | -2/+1 |
2023-01-30 | leds: syscon: Get rid of custom led_init_default_state_get() | Andy Shevchenko | 1 | -26/+23 |
2023-01-30 | leds: pm8058: Get rid of custom led_init_default_state_get() | Andy Shevchenko | 1 | -14/+15 |
2023-01-30 | leds: pca955x: Get rid of custom led_init_default_state_get() | Andy Shevchenko | 1 | -20/+6 |
2023-01-30 | leds: mt6360: Get rid of custom led_init_default_state_get() | Andy Shevchenko | 1 | -32/+6 |
2023-01-30 | leds: mt6323: Get rid of custom led_init_default_state_get() | Andy Shevchenko | 1 | -15/+15 |
2023-01-30 | leds: bcm6358: Get rid of custom led_init_default_state_get() | Andy Shevchenko | 1 | -16/+16 |
2023-01-30 | leds: bcm6328: Get rid of custom led_init_default_state_get() | Andy Shevchenko | 1 | -25/+24 |
2023-01-30 | leds: an30259a: Get rid of custom led_init_default_state_get() | Andy Shevchenko | 1 | -17/+4 |
2023-01-30 | leds: Move led_init_default_state_get() to the global header | Andy Shevchenko | 1 | -1/+0 |
2023-01-30 | leds: is31fl319x: Wrap mutex_destroy() for devm_add_action_or_rest() | Andy Shevchenko | 1 | -1/+6 |
2023-01-30 | leds: turris-omnia: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
2023-01-30 | leds: tlc591xx: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
2023-01-30 | leds: tca6507: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
2023-01-30 | leds: pca963x: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+3 |
2023-01-30 | leds: pca9532: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -5/+4 |
2023-01-30 | leds: lp8860: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
2023-01-30 | leds: lp8501: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+3 |