aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds
AgeCommit message (Expand)AuthorFilesLines
2022-03-27Merge tag 'leds-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Gravatar Linus Torvalds 4-51/+56
2022-03-02leds: pca955x: Allow zero LEDs to be specifiedGravatar Andrew Jeffery 1-1/+1
2022-03-02leds: pca955x: Make the gpiochip always expose all pinsGravatar Andrew Jeffery 1-31/+34
2022-02-17leds: simatic-ipc-leds: Don't directly deref ioremap_resource() returned ptrGravatar Hans de Goede 1-14/+18
2022-02-17leds: simatic-ipc-leds: Make simatic_ipc_led_mem_res staticGravatar Hans de Goede 1-1/+1
2022-02-12leds: lm3692x: Return 0 from remove callbackGravatar Uwe Kleine-König 1-4/+1
2022-02-12leds: sgm3140: Add ocs,ocp8110 compatibleGravatar André Apitzsch 1-0/+1
2022-02-09spi: make remove callback a void functionGravatar Uwe Kleine-König 4-12/+4
2022-01-12Merge tag 'leds-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Gravatar Linus Torvalds 12-215/+931
2022-01-12leds: lp55xx: initialise output direction from dtsGravatar Merlijn Wajer 1-1/+3
2022-01-12leds: ktd2692: Drop calling dev_of_node() in ktd2692_parse_dtGravatar Lad Prabhakar 1-1/+1
2022-01-12leds: lgm-sso: Get rid of duplicate of_node assignmentGravatar Andy Shevchenko 1-1/+0
2022-01-12leds: tca6507: Get rid of duplicate of_node assignmentGravatar Andy Shevchenko 1-3/+0
2022-01-12leds: leds-fsg: Drop FSG3 LED driverGravatar Linus Walleij 3-201/+0
2022-01-12leds: lp50xx: remove unused variableGravatar Sven Schuchmann 1-1/+0
2022-01-12leds: led-core: Update fwnode with device_set_nodeGravatar Sander Vanheule 1-4/+2
2022-01-12leds: tca6507: use swap() to make code cleanerGravatar Yihao Han 1-3/+1
2022-01-12leds: Add mt6360 driverGravatar Gene Chen 3-0/+924
2021-12-23leds: simatic-ipc-leds: add new driver for Siemens Industial PCsGravatar Henning Schild 5-0/+221
2021-10-13leds: trigger: Disable CPU trigger on PREEMPT_RTGravatar Sebastian Andrzej Siewior 1-0/+1
2021-09-27leds: trigger: use RCU to protect the led_cdevs listGravatar Johannes Berg 1-20/+21
2021-09-27led-class-flash: fix -Wrestrict warningGravatar Arnd Bergmann 1-1/+1
2021-08-20leds: pca955x: Switch to i2c probe_newGravatar Eddie James 1-4/+19
2021-08-20leds: pca955x: Let the core process the fwnodeGravatar Eddie James 1-28/+30
2021-08-20leds: pca955x: Implement the default-state propertyGravatar Eddie James 1-8/+46
2021-08-20leds: pca955x: Add brightness_get functionGravatar Eddie James 1-0/+52
2021-08-20leds: pca955x: Clean up code formattingGravatar Eddie James 1-33/+30
2021-08-20leds: leds-core: Implement the retain-state-shutdown propertyGravatar Eddie James 1-2/+8
2021-08-18leds: trigger: remove reference to obsolete CONFIG_IDE_GD_ATAGravatar Lukas Bulwahn 1-1/+1
2021-08-18leds: lp50xx: Fix chip name in KConfigGravatar Jan Kundrát 1-1/+1
2021-08-18leds: pwm: add support for default-state device propertyGravatar Denis Osterland-Heim 1-6/+43
2021-08-18leds: move default_state read from fwnode to coreGravatar Denis Osterland-Heim 3-10/+18
2021-08-16leds: flash: Remove redundant initialization of variable retGravatar Pavel Machek 1-4/+2
2021-08-07leds: lgm-sso: Propagate error codes from callee to callerGravatar Andy Shevchenko 1-4/+8
2021-08-03leds: trigger: audio: Add an activate callback to ensure the initial brightne...Gravatar Hans de Goede 1-8/+29
2021-08-03leds: rt8515: Put fwnode in any case during ->probe()Gravatar Andy Shevchenko 1-1/+3
2021-08-03leds: lt3593: Put fwnode in any case during ->probe()Gravatar Andy Shevchenko 1-3/+2
2021-08-03leds: lm3697: Make error handling more robustGravatar Andy Shevchenko 1-4/+3
2021-08-03leds: lm3697: Update header block to reflect realityGravatar Andy Shevchenko 1-2/+7
2021-08-03leds: lm3692x: Correct headers (of*.h -> mod_devicetable.h)Gravatar Andy Shevchenko 1-2/+1
2021-08-03leds: lgm-sso: Convert to use list_for_each_entry*() APIGravatar Andy Shevchenko 1-9/+4
2021-08-03leds: lgm-sso: Remove explicit managed GPIO resource cleanupGravatar Andy Shevchenko 1-3/+0
2021-08-03leds: lgm-sso: Don't spam logs when probe is deferredGravatar Andy Shevchenko 1-1/+1
2021-08-03leds: lgm-sso: Put fwnode in any case during ->probe()Gravatar Andy Shevchenko 1-4/+7
2021-08-03leds: el15203000: Correct headers (of*.h -> mod_devicetable.h)Gravatar Andy Shevchenko 1-1/+2
2021-07-12leds: is31fl32xx: Fix missing error code in is31fl32xx_parse_dt()Gravatar Jiapeng Chong 1-0/+1
2021-07-12leds: ktd2692: Move driver to flash subdirectoryGravatar Linus Walleij 5-11/+11
2021-07-12leds: lm3601x: Move driver to flash subdirectoryGravatar Linus Walleij 5-10/+9
2021-07-12leds: sgm3140: Move driver to flash subdirectoryGravatar Linus Walleij 5-9/+8
2021-07-12leds: max77693: Move driver to flash subdirectoryGravatar Linus Walleij 5-12/+11