summaryrefslogtreecommitdiff
path: root/drivers/leds
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-254-4/+4
* Merge tag 'pwm/for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-211-6/+8
|\
| * leds: qcom-lpg: Propagate errors in .get_state() to the callerUwe Kleine-König2022-12-061-4/+4
| * pwm: Make .get_state() callback return an error codeUwe Kleine-König2022-12-061-6/+8
* | Merge tag 'leds-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pav...Linus Torvalds2022-12-1710-48/+44
|\ \
| * | leds: use sysfs_emit() to instead of scnprintf()ye xingchen2022-12-075-14/+14
| * | leds: is31fl319x: Fix setting current limit for is31fl319{0,1,3}Luca Weiss2022-12-071-1/+2
| * | leds: lp5523: fix out-of-bounds bug in lp5523_selftest()Maarten Zanders2022-10-281-12/+15
| * | led: qcom-lpg: Fix sleeping in atomicDmitry Baryshkov2022-10-221-7/+11
| * | leds: max8997: Don't error if there is no pdataPaul Cercueil2022-10-221-6/+1
| * | leds: lp55xx: remove variable jColin Ian King2022-10-211-2/+1
| * | leds-pca955x: Remove the unused function pca95xx_num_led_regs()Jiapeng Chong2022-10-211-6/+0
| |/
* | Merge tag 'gpio-updates-for-v6.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-12-152-6/+4
|\ \
| * | leds: lgm-sso: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov2022-11-091-3/+2
| * | leds: gpio: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov2022-11-091-3/+2
| |/
* | leds: simatic-ipc-leds-gpio: fix incorrect LED to GPIO mappingHenning Schild2022-10-241-6/+6
|/
* Merge tag 'leds-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pav...Linus Torvalds2022-10-141-2/+20
|\
| * leds: pca963: fix misleading indentationPavel Machek2022-09-261-1/+1
| * leds: pca963x: fix blink with hw accelerationBernardo Rodrigues2022-09-211-2/+20
* | Merge tag 'platform-drivers-x86-v6.1-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-10-051-5/+37
|\ \
| * | leds: simatic-ipc-leds-gpio: Make simatic_ipc_led_gpio_table staticHans de Goede2022-09-101-1/+1
| * | leds: simatic-ipc-leds-gpio: add new model 227GHenning Schild2022-09-011-5/+37
| |/
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-1625-72/+26
* | leds: lm3601x: Improve error reporting for problems during .remove()Uwe Kleine-König2022-08-161-3/+8
* | leds: lm3601x: Don't use mutex after it was destroyedUwe Kleine-König2022-08-161-2/+0
* | leds: lm3697: Remove duplicated error reporting in .remove()Uwe Kleine-König2022-08-161-3/+1
|/
* Merge tag 'leds-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2022-08-087-198/+675
|\
| * leds: is31fl319x: use simple i2c probe functionAndy Shevchenko2022-08-021-3/+2
| * leds: is31fl319x: Fix devm vs. non-devm orderingAndy Shevchenko2022-08-021-23/+9
| * leds: is31fl319x: Make use of dev_err_probe()Andy Shevchenko2022-08-021-20/+13
| * leds: is31fl319x: Make use of device propertiesAndy Shevchenko2022-08-022-25/+21
| * leds: is31fl319x: Cleanup formatting and dev_dbg callsVincent Knecht2022-08-021-13/+9
| * leds: is31fl319x: Add support for is31fl319{0,1,3} chipsVincent Knecht2022-08-021-14/+147
| * leds: is31fl319x: Move chipset-specific values in chipdef structVincent Knecht2022-08-021-83/+125
| * leds: is31fl319x: Use non-wildcard names for vars, structs and definesVincent Knecht2022-08-021-71/+71
| * leds: is31fl319x: Add missing si-en compatiblesVincent Knecht2022-08-021-0/+8
| * leds: turris-omnia: convert to use dev_groupsGreg Kroah-Hartman2022-07-301-3/+1
| * leds: leds-bcm63138: get rid of LED_OFFRafał Miłecki2022-07-171-2/+1
| * leds: add help info about BCM63138 module nameRafał Miłecki2022-07-171-0/+2
| * leds: bcm63138: add support for BCM63138 controllerRafał Miłecki2022-07-173-0/+321
| * leds: clevo-mail: Mark as broken pending interface fixPavel Machek2022-07-171-3/+3
| * leds: pwm-multicolor: Support active-low LEDsEmil Renner Berthing2022-07-171-0/+5
| * leds: pwm-multicolor: Don't show -EPROBE_DEFER as errorsEmil Renner Berthing2022-07-171-2/+1
| * leds: clevo-mail: fix Kconfig "its" grammarRandy Dunlap2022-07-171-1/+1
* | leds: simatic-ipc-leds-gpio: Add GPIO version of Siemens driverHenning Schild2022-07-144-80/+113
* | leds: simatic-ipc-leds: Convert to use P2SB accessorHenning Schild2022-07-142-7/+8
|/
* Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-021-1/+0
|\
| * ARM: pxa: split up mach/hardware.hArnd Bergmann2022-04-191-1/+0
* | leds: qcom-lpg: Require pattern to follow documentationBjorn Andersson2022-05-241-5/+38
* | leds: lp50xx: Remove duplicated error reporting in .remove()Uwe Kleine-König2022-05-071-3/+1