summaryrefslogtreecommitdiffstats
path: root/drivers/leds
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'leds-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2022-01-1212-215/+931
|\
| * leds: lp55xx: initialise output direction from dtsMerlijn Wajer2022-01-121-1/+3
| * leds: ktd2692: Drop calling dev_of_node() in ktd2692_parse_dtLad Prabhakar2022-01-121-1/+1
| * leds: lgm-sso: Get rid of duplicate of_node assignmentAndy Shevchenko2022-01-121-1/+0
| * leds: tca6507: Get rid of duplicate of_node assignmentAndy Shevchenko2022-01-121-3/+0
| * leds: leds-fsg: Drop FSG3 LED driverLinus Walleij2022-01-123-201/+0
| * leds: lp50xx: remove unused variableSven Schuchmann2022-01-121-1/+0
| * leds: led-core: Update fwnode with device_set_nodeSander Vanheule2022-01-121-4/+2
| * leds: tca6507: use swap() to make code cleanerYihao Han2022-01-121-3/+1
| * leds: Add mt6360 driverGene Chen2022-01-123-0/+924
* | leds: simatic-ipc-leds: add new driver for Siemens Industial PCsHenning Schild2021-12-235-0/+221
|/
* leds: trigger: Disable CPU trigger on PREEMPT_RTSebastian Andrzej Siewior2021-10-131-0/+1
* leds: trigger: use RCU to protect the led_cdevs listJohannes Berg2021-09-271-20/+21
* led-class-flash: fix -Wrestrict warningArnd Bergmann2021-09-271-1/+1
* leds: pca955x: Switch to i2c probe_newEddie James2021-08-201-4/+19
* leds: pca955x: Let the core process the fwnodeEddie James2021-08-201-28/+30
* leds: pca955x: Implement the default-state propertyEddie James2021-08-201-8/+46
* leds: pca955x: Add brightness_get functionEddie James2021-08-201-0/+52
* leds: pca955x: Clean up code formattingEddie James2021-08-201-33/+30
* leds: leds-core: Implement the retain-state-shutdown propertyEddie James2021-08-201-2/+8
* leds: trigger: remove reference to obsolete CONFIG_IDE_GD_ATALukas Bulwahn2021-08-181-1/+1
* leds: lp50xx: Fix chip name in KConfigJan Kundrát2021-08-181-1/+1
* leds: pwm: add support for default-state device propertyDenis Osterland-Heim2021-08-181-6/+43
* leds: move default_state read from fwnode to coreDenis Osterland-Heim2021-08-183-10/+18
* leds: flash: Remove redundant initialization of variable retPavel Machek2021-08-161-4/+2
* leds: lgm-sso: Propagate error codes from callee to callerAndy Shevchenko2021-08-071-4/+8
* leds: trigger: audio: Add an activate callback to ensure the initial brightne...Hans de Goede2021-08-031-8/+29
* leds: rt8515: Put fwnode in any case during ->probe()Andy Shevchenko2021-08-031-1/+3
* leds: lt3593: Put fwnode in any case during ->probe()Andy Shevchenko2021-08-031-3/+2
* leds: lm3697: Make error handling more robustAndy Shevchenko2021-08-031-4/+3
* leds: lm3697: Update header block to reflect realityAndy Shevchenko2021-08-031-2/+7
* leds: lm3692x: Correct headers (of*.h -> mod_devicetable.h)Andy Shevchenko2021-08-031-2/+1
* leds: lgm-sso: Convert to use list_for_each_entry*() APIAndy Shevchenko2021-08-031-9/+4
* leds: lgm-sso: Remove explicit managed GPIO resource cleanupAndy Shevchenko2021-08-031-3/+0
* leds: lgm-sso: Don't spam logs when probe is deferredAndy Shevchenko2021-08-031-1/+1
* leds: lgm-sso: Put fwnode in any case during ->probe()Andy Shevchenko2021-08-031-4/+7
* leds: el15203000: Correct headers (of*.h -> mod_devicetable.h)Andy Shevchenko2021-08-031-1/+2
* leds: is31fl32xx: Fix missing error code in is31fl32xx_parse_dt()Jiapeng Chong2021-07-121-0/+1
* leds: ktd2692: Move driver to flash subdirectoryLinus Walleij2021-07-125-11/+11
* leds: lm3601x: Move driver to flash subdirectoryLinus Walleij2021-07-125-10/+9
* leds: sgm3140: Move driver to flash subdirectoryLinus Walleij2021-07-125-9/+8
* leds: max77693: Move driver to flash subdirectoryLinus Walleij2021-07-125-12/+11
* leds: as3645a: Move driver to flash subdirectoryLinus Walleij2021-07-125-10/+10
* leds: aat1290: Move driver to flash subdirectoryLinus Walleij2021-07-125-11/+10
* Merge tag 'leds-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2021-07-0326-147/+145
|\
| * leds: lgm: Fix up includesLinus Walleij2021-06-241-2/+3
| * leds: ktd2692: Fix an error handling pathChristophe JAILLET2021-06-241-9/+18
| * leds: as3645a: Fix error return code in as3645a_parse_node()Zhen Lei2021-06-231-0/+1
| * leds: turris-omnia: add missing MODULE_DEVICE_TABLEZou Wei2021-06-231-0/+1
| * leds: lp55xx: Initialize enable GPIO direction to outputDoug Zobel2021-06-231-1/+1