| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'leds-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds | 2024-01-17 | 15 | -152/+1116 |
|\ |
|
| * | leds: trigger: netdev: Add core support for hw not supporting fallback to LED... | Heiner Kallweit | 2023-12-21 | 1 | -0/+15 |
| * | leds: trigger: panic: Don't register panic notifier if creating the trigger f... | Heiner Kallweit | 2023-12-21 | 1 | -1/+4 |
| * | leds: sun50i-a100: Convert to be agnostic to property provider | Andy Shevchenko | 2023-12-21 | 2 | -24/+24 |
| * | leds: max5970: Add missing headers | Andy Shevchenko | 2023-12-21 | 1 | -0/+4 |
| * | leds: max5970: Make use of dev_err_probe() | Andy Shevchenko | 2023-12-21 | 1 | -3/+2 |
| * | leds: max5970: Make use of device properties | Andy Shevchenko | 2023-12-21 | 1 | -12/+12 |
| * | leds: max5970: Remove unused variable | Andy Shevchenko | 2023-12-21 | 1 | -2/+1 |
| * | leds: rgb: Drop obsolete dependency on COMPILE_TEST | Jean Delvare | 2023-12-21 | 1 | -1/+1 |
| * | leds: sun50i-a100: Avoid division-by-zero warning | Arnd Bergmann | 2023-12-13 | 1 | -1/+5 |
| * | leds: trigger: Remove unused function led_trigger_rename_static() | Heiner Kallweit | 2023-12-13 | 1 | -13/+0 |
| * | leds: qcom-lpg: Introduce a wrapper for getting driver data from a pwm chip | Uwe Kleine-König | 2023-12-13 | 1 | -3/+8 |
| * | leds: gpio: Add kernel log if devm_fwnode_gpiod_get() fails | Stefan Wahren | 2023-12-13 | 1 | -0/+2 |
| * | leds: aw200xx: Add support for aw20108 device | George Stark | 2023-12-13 | 2 | -6/+18 |
| * | leds: aw200xx: Improve autodim calculation method | George Stark | 2023-12-13 | 1 | -3/+4 |
| * | leds: aw200xx: Enable disable_locking flag in regmap config | George Stark | 2023-12-13 | 1 | -0/+1 |
| * | leds: aw200xx: Add delay after software reset | George Stark | 2023-12-13 | 1 | -0/+3 |
| * | leds: aw200xx: Calculate dts property display_rows in the driver | George Stark | 2023-12-13 | 1 | -10/+27 |
| * | leds: aw200xx: Support HWEN hardware control | Dmitry Rokosov | 2023-12-13 | 1 | -0/+33 |
| * | leds: aw200xx: Fix write to DIM parameter | Martin Kurbanov | 2023-12-13 | 1 | -1/+6 |
| * | leds: ledtrig-tty: Add additional line state evaluation | Florian Eckert | 2023-12-13 | 1 | -1/+77 |
| * | leds: ledtrig-tty: Make rx tx activitate configurable | Florian Eckert | 2023-12-13 | 1 | -11/+103 |
| * | leds: ledtrig-tty: Replace mutex with completion | Florian Eckert | 2023-12-13 | 1 | -29/+30 |
| * | leds: qcom-lpg: Consistenly use dev_err_probe() in .probe()'s error path | Uwe Kleine-König | 2023-12-13 | 1 | -23/+17 |
| * | leds: qcom-lpg: Use devm_pwmchip_add() simplifying driver removal | Uwe Kleine-König | 2023-12-13 | 1 | -11/+1 |
| * | leds: ledtrig-tty: Free allocated ttyname buffer on deactivate | Florian Eckert | 2023-12-13 | 1 | -0/+4 |
| * | leds: max5970: Add support for max5970 | Patrick Rudolph | 2023-12-13 | 3 | -0/+121 |
| * | leds: tca6507: Use devm_led_classdev_register() to simplify remove path | Andrew Davis | 2023-12-13 | 1 | -15/+3 |
| * | leds: tca6507: Use devm_gpiochip_add_data() to simplify remove path | Andrew Davis | 2023-12-13 | 1 | -11/+1 |
| * | leds: trigger: gpio: Convert to DEVICE_ATTR_RW() | Andy Shevchenko | 2023-12-13 | 1 | -4/+3 |
| * | leds: trigger: gpio: Use sysfs_emit() to instead of s*printf() | Andy Shevchenko | 2023-12-13 | 1 | -1/+1 |
| * | leds: trigger: gpio: Convert to use kstrtox() | Andy Shevchenko | 2023-12-13 | 1 | -6/+4 |
| * | leds: trigger: gpio: Replace custom code for gpiod_get_optional() | Andy Shevchenko | 2023-12-13 | 1 | -4/+3 |
| * | leds: aw2013: Select missing dependency REGMAP_I2C | Dang Huynh | 2023-12-13 | 1 | -0/+1 |
| * | leds: sun50i-a100: New driver for the A100 LED controller | Samuel Holland | 2023-12-13 | 3 | -0/+590 |
| * | leds: syscon: Support 'reg' in addition to 'offset' for register address | Rob Herring | 2023-12-13 | 1 | -1/+2 |
| * | leds: trigger: netdev: Extend speeds up to 10G | Daniel Golle | 2023-12-13 | 1 | -1/+31 |
* | | Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2024-01-12 | 2 | -3/+3 |
|\ \ |
|
| * | | pwm: Rename pwm_apply_state() to pwm_apply_might_sleep() | Sean Young | 2023-12-20 | 2 | -3/+3 |
| |/ |
|
* | | leds: trigger: netdev: fix RTNL handling to prevent potential deadlock | Heiner Kallweit | 2023-12-06 | 1 | -4/+7 |
* | | leds: class: Don't expose color sysfs entry | Takashi Iwai | 2023-11-22 | 1 | -14/+0 |
|/ |
|
* | Merge tag 'pwm/for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-11-09 | 1 | -1/+0 |
|\ |
|
| * | pwm: Manage owner assignment implicitly for drivers | Uwe Kleine-König | 2023-10-13 | 1 | -1/+0 |
* | | Merge tag 'leds-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds | 2023-11-02 | 56 | -365/+1161 |
|\ \ |
|
| * | | leds: lp5521: Add an error check in lp5521_post_init_device | Su Hui | 2023-11-01 | 1 | -0/+2 |
| * | | leds: gpio: Update headers | Andy Shevchenko | 2023-11-01 | 1 | -1/+5 |
| * | | leds: gpio: Remove unneeded assignment | Andy Shevchenko | 2023-11-01 | 1 | -1/+1 |
| * | | leds: gpio: Move temporary variable for struct device to gpio_led_probe() | Andy Shevchenko | 2023-11-01 | 1 | -11/+8 |
| * | | leds: gpio: Refactor code to use devm_gpiod_get_index_optional() | Andy Shevchenko | 2023-11-01 | 1 | -4/+4 |
| * | | leds: gpio: Utilise PTR_ERR_OR_ZERO() | Andy Shevchenko | 2023-11-01 | 1 | -10/+7 |