summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Documentation: leds: Correct spellingRandy Dunlap2023-01-301-2/+2
* dt-bindings: leds: Document Bluetooth and WLAN triggersGeert Uytterhoeven2023-01-301-2/+6
* leds: Remove asic3 driverArnd Bergmann2023-01-303-189/+0
* leds: simatic-ipc-leds-gpio: Make sure we have the GPIO providing driverHenning Schild2023-01-301-0/+2
* leds: tca6507: Convert to use fwnode_device_is_compatible()Andy Shevchenko2023-01-301-2/+1
* leds: syscon: Get rid of custom led_init_default_state_get()Andy Shevchenko2023-01-301-26/+23
* leds: pm8058: Get rid of custom led_init_default_state_get()Andy Shevchenko2023-01-301-14/+15
* leds: pca955x: Get rid of custom led_init_default_state_get()Andy Shevchenko2023-01-301-20/+6
* leds: mt6360: Get rid of custom led_init_default_state_get()Andy Shevchenko2023-01-301-32/+6
* leds: mt6323: Get rid of custom led_init_default_state_get()Andy Shevchenko2023-01-301-15/+15
* leds: bcm6358: Get rid of custom led_init_default_state_get()Andy Shevchenko2023-01-301-16/+16
* leds: bcm6328: Get rid of custom led_init_default_state_get()Andy Shevchenko2023-01-301-25/+24
* leds: an30259a: Get rid of custom led_init_default_state_get()Andy Shevchenko2023-01-301-17/+4
* leds: Move led_init_default_state_get() to the global headerAndy Shevchenko2023-01-302-1/+2
* leds: Add missing includes and forward declarations in leds.hAndy Shevchenko2023-01-301-5/+8
* leds: is31fl319x: Wrap mutex_destroy() for devm_add_action_or_rest()Andy Shevchenko2023-01-301-1/+6
* leds: turris-omnia: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-301-3/+2
* leds: tlc591xx: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-301-3/+2
* leds: tca6507: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-301-3/+2
* leds: pca963x: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-301-3/+3
* leds: pca9532: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-301-5/+4
* leds: lp8860: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-301-3/+2
* leds: lp8501: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-301-3/+3
* leds: lp5562: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-301-3/+2
* leds: lp5523: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-301-3/+3
* leds: lp5521: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-301-3/+3
* leds: lp3952: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-301-3/+2
* leds: lp3944: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-301-3/+2
* leds: lm3697: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-301-3/+2
* leds: lm3692x: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-301-3/+3
* leds: lm3642: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-301-3/+2
* leds: lm355x: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-301-3/+3
* leds: lm3532: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-301-3/+2
* leds: lm3530: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-301-3/+2
* leds: is31fl32xx: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-301-3/+2
* leds: blinkm: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-301-3/+2
* leds: bd2802: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-301-3/+2
* leds: led-core: Fix refcount leak in of_led_get()Miaoqian Lin2023-01-301-0/+1
* leds: pwm: Clear the led structure before parsing each child nodeHui Wang2023-01-301-2/+2
* leds: led-class: Add generic [devm_]led_get()Hans de Goede2023-01-272-0/+105
* leds: led-class: Add __devm_led_get() helperHans de Goede2023-01-271-12/+17
* leds: led-class: Add led_module_get() helperHans de Goede2023-01-271-12/+18
* leds: led-class: Add missing put_device() to led_put()Hans de Goede2023-01-271-1/+4
* Linux 6.2-rc1v6.2-rc1Linus Torvalds2022-12-251-2/+2
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-2569-97/+97
* Merge tag 'spi-fix-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-231-3/+16
|\
| * spi: fsl_spi: Don't change speed while chipselect is activeChristophe Leroy2022-12-141-3/+16
* | Merge tag 'regulator-fix-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-231-2/+2
|\ \
| * | regulator: core: fix deadlock on regulator enableJohan Hovold2022-12-151-1/+1
| * | regulator: core: Fix resolve supply lookup issueChiYuan Huang2022-12-141-1/+1