| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-16 | leds: led-class: Add Device Tree support to led_get() | Hans de Goede | 1 | -2/+15 |
| 2025-07-31 | Merge tag 'leds-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 1 | -2/+1 |
| 2025-07-02 | leds: Unexport of_led_get() | Andy Shevchenko | 1 | -2/+1 |
| 2025-06-17 | sysfs: treewide: switch back to attribute_group::bin_attrs | Thomas Weißschuh | 1 | -1/+1 |
| 2025-01-09 | leds: triggers: Constify 'struct bin_attribute' | Thomas Weißschuh | 1 | -3/+3 |
| 2024-11-06 | leds: class: Protect brightness_show() with led_cdev->led_access mutex | Mukesh Ojha | 1 | -3/+11 |
| 2024-11-06 | leds: Introduce ordered workqueue for LEDs events instead of system_wq | Dmitry Rokosov | 1 | -1/+11 |
| 2024-07-17 | Merge tag 'leds-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 1 | -1/+0 |
| 2024-07-17 | Merge tag 'mfd-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds | 1 | -4/+5 |
| 2024-06-27 | Revert "leds: led-core: Fix refcount leak in of_led_get()" | Luca Ceresoli | 1 | -1/+0 |
| 2024-06-16 | leds: class: Revert: "If no default trigger is given, make hw_control trigger... | Hans de Goede | 1 | -6/+0 |
| 2024-06-14 | leds: class: Add flag to avoid automatic renaming of LED devices | Thomas Weißschuh | 1 | -0/+2 |
| 2024-06-14 | leds: class: Warn about name collisions earlier | Thomas Weißschuh | 1 | -4/+3 |
| 2024-03-07 | leds: class: If no default trigger is given, make hw_control trigger the defa... | Heiner Kallweit | 1 | -0/+6 |
| 2023-11-22 | leds: class: Don't expose color sysfs entry | Takashi Iwai | 1 | -14/+0 |
| 2023-08-18 | leds: Make leds_class a static const structure | Ivan Orlov | 1 | -13/+13 |
| 2023-08-17 | leds: class: Store the color index in struct led_classdev | Jean-Jacques Hiblot | 1 | -0/+21 |
| 2023-08-17 | leds: Provide devm_of_led_get_optional() | Jean-Jacques Hiblot | 1 | -0/+25 |
| 2023-07-28 | led: led-class: Read max-brightness from devicetree | Astrid Rost | 1 | -0/+4 |
| 2023-05-25 | leds: Replace all non-returning strlcpy with strscpy | Azeem Shaikh | 1 | -1/+1 |
| 2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-01-30 | leds: led-core: Fix refcount leak in of_led_get() | Miaoqian Lin | 1 | -0/+1 |
| 2023-01-27 | leds: led-class: Add generic [devm_]led_get() | Hans de Goede | 1 | -0/+84 |
| 2023-01-27 | leds: led-class: Add __devm_led_get() helper | Hans de Goede | 1 | -12/+17 |
| 2023-01-27 | leds: led-class: Add led_module_get() helper | Hans de Goede | 1 | -12/+18 |
| 2023-01-27 | leds: led-class: Add missing put_device() to led_put() | Hans de Goede | 1 | -1/+4 |
| 2022-01-12 | leds: led-core: Update fwnode with device_set_node | Sander Vanheule | 1 | -4/+2 |
| 2021-08-20 | leds: leds-core: Implement the retain-state-shutdown property | Eddie James | 1 | -2/+8 |
| 2021-05-28 | leds: class: The -ENOTSUPP should never be seen by user space | Andy Shevchenko | 1 | -4/+0 |
| 2021-05-28 | leds: led-class: Fix incorrectly documented param 'dev' | Lee Jones | 1 | -1/+1 |
| 2021-02-19 | leds: led-core: Get rid of enum led_brightness | Abanoub Sameh | 1 | -2/+1 |
| 2020-09-26 | leds: parse linux,default-trigger DT property in LED core | Marek Behún | 1 | -0/+5 |
| 2020-07-12 | leds: core: Flush scheduled work for system suspend | Kai-Heng Feng | 1 | -0/+1 |
| 2020-04-06 | leds: core: Fix warning message when init_data | Ricardo Ribalda Delgado | 1 | -1/+1 |
| 2020-01-06 | leds: populate the device's of_node | Jean-Jacques Hiblot | 1 | -1/+3 |
| 2020-01-06 | leds: Add managed API to get a LED from a device driver | Jean-Jacques Hiblot | 1 | -0/+49 |
| 2020-01-06 | leds: Add of_led_get() and led_put() | Tomi Valkeinen | 1 | -0/+44 |
| 2019-11-03 | leds: core: Fix devm_classdev_match to reference correct structure | Dan Murphy | 1 | -1/+1 |
| 2019-11-03 | leds: remove PAGE_SIZE limit of /sys/class/leds/<led>/trigger | Akinobu Mita | 1 | -4/+4 |
| 2019-08-26 | leds: Allow to call led_classdev_unregister() unconditionally | Andy Shevchenko | 1 | -0/+4 |
| 2019-08-23 | leds: Switch to use fwnode instead of be stuck with OF one | Andy Shevchenko | 1 | -2/+2 |
| 2019-07-30 | Merge tag 'generic_lookup_helpers' into for-next | Jacek Anaszewski | 1 | -8/+1 |
| 2019-07-30 | drivers: Introduce device lookup variants by name | Suzuki K Poulose | 1 | -8/+1 |
| 2019-07-25 | leds: core: Add support for composing LED class device names | Jacek Anaszewski | 1 | -3/+17 |
| 2019-07-25 | leds: class: Improve LED and LED flash class registration API | Jacek Anaszewski | 1 | -12/+17 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
| 2019-05-02 | leds: avoid races with workqueue | Pavel Machek | 1 | -0/+1 |
| 2018-05-24 | leds: class: ensure workqueue is initialized before setting brightness | Luis Henriques | 1 | -2/+8 |
| 2017-03-08 | leds: core: add OF variants of LED registering functions | Rafał Miłecki | 1 | -10/+16 |
| 2017-01-29 | leds: class: Add new optional brightness_hw_changed attribute | Hans de Goede | 1 | -0/+76 |
| 2016-11-22 | led: core: Use atomic bit-field for the blink-flags | Hans de Goede | 1 | -0/+1 |
| 2016-11-22 | leds: Use macro for max device node name size | David Lechner | 1 | -1/+2 |
| 2016-03-14 | leds: core: avoid error message when a USB LED device is unplugged | Heiner Kallweit | 1 | -0/+2 |
| 2016-01-04 | leds: turn off the LED and wait for completion on unregistering LED class device | Milo Kim | 1 | -2/+3 |
| 2016-01-04 | leds: core: Drivers shouldn't enforce SYNC/ASYNC brightness setting | Jacek Anaszewski | 1 | -2/+0 |
| 2016-01-04 | leds: core: Add led_set_brightness_nosleep{nopm} functions | Jacek Anaszewski | 1 | -2/+2 |
| 2015-11-03 | leds: core: Move LED core callbacks out of led-class.c | Jacek Anaszewski | 1 | -68/+1 |
| 2015-08-28 | leds/led-class: Add missing put_device() | Ricardo Ribalda Delgado | 1 | -2/+5 |
| 2015-07-01 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool... | Linus Torvalds | 1 | -0/+5 |
| 2015-05-25 | leds: fix brightness changing when software blinking is active | Stas Sergeev | 1 | -0/+5 |
| 2015-05-12 | leds / PM: fix hibernation on arm when gpio-led used with CPU led trigger | Grygorii Strashko | 1 | -4/+3 |
| 2015-03-30 | leds: Don't treat the LED name as a format string | Sakari Ailus | 1 | -1/+1 |
| 2015-03-30 | leds: Use log level warn instead of info when telling about a name clash | Sakari Ailus | 1 | -1/+1 |
| 2015-03-30 | leds/led-class: Handle LEDs with the same name | Ricardo Ribalda Delgado | 1 | -2/+37 |
| 2015-03-09 | leds: Introduce devres helper for led_classdev_register | Bjorn Andersson | 1 | -0/+57 |
| 2015-01-26 | leds: Add LED Flash class extension to the LED subsystem | Jacek Anaszewski | 1 | -0/+4 |
| 2015-01-14 | leds: Use setup_timer | Julia Lawall | 1 | -3/+2 |
| 2014-11-14 | leds: Add support for setting brightness in a synchronous way | Jacek Anaszewski | 1 | -4/+6 |
| 2014-11-14 | leds: implement sysfs interface locking mechanism | Jacek Anaszewski | 1 | -3/+16 |
| 2014-09-12 | leds: Improve and export led_update_brightness | Jacek Anaszewski | 1 | -6/+0 |
| 2014-09-11 | leds: avoid using DEVICE_ATTR macro for max_brightness attribute | Jacek Anaszewski | 1 | -2/+2 |
| 2014-09-11 | leds: Reorder include directives | Jacek Anaszewski | 1 | -6/+7 |
| 2014-09-02 | Revert "leds: convert blink timer to workqueue" | Jiri Kosina | 1 | -7/+7 |
| 2014-07-03 | leds: convert blink timer to workqueue | Vincent Donnefort | 1 | -7/+7 |
| 2014-06-25 | leds: add led-class attribute-group support | Johan Hovold | 1 | -2/+3 |
| 2013-07-26 | leds: convert class code to use dev_groups | Greg Kroah-Hartman | 1 | -8/+30 |
| 2013-06-20 | leds: Convert led class driver from legacy pm ops to dev_pm_ops | Shuah Khan | 1 | -3/+7 |
| 2012-11-27 | leds: led-class: Fix checkpatch warning | Sachin Kamat | 1 | -1/+1 |
| 2012-09-11 | leds: delay led_set_brightness if stopping soft-blink | Fabio Baltieri | 1 | -0/+15 |
| 2012-07-24 | leds: Rename led_brightness_set() to led_set_brightness() | Shuah Khan | 1 | -1/+1 |
| 2012-07-24 | leds: Rename led_set_brightness() to __led_set_brightness() | Shuah Khan | 1 | -3/+3 |
| 2012-07-24 | leds: add oneshot blink functions | Fabio Baltieri | 1 | -0/+19 |
| 2012-06-12 | leds: fixed a coding style issue. | Jeffrin Jose | 1 | -1/+1 |
| 2012-05-29 | leds: simple_strtoul() cleanup | Shuah Khan | 1 | -13/+8 |
| 2012-03-23 | led-class: change back LEDS_CLASS to tristate instead of bool | Bryan Wu | 1 | -70/+0 |
| 2012-01-06 | Merge branch 'driver-core-next' into Linux 3.2 | Greg Kroah-Hartman | 1 | -1/+0 |
| 2011-12-21 | driver-core: remove sysdev.h usage. | Kay Sievers | 1 | -1/+0 |
| 2011-11-15 | Revert "leds: save the delay values after a successful call to blink_set()" | Johan Hovold | 1 | -4/+1 |
| 2011-10-31 | leds: turn the blink_timer off before starting to blink | Antonio Ospite | 1 | -0/+2 |
| 2011-10-31 | leds: save the delay values after a successful call to blink_set() | Antonio Ospite | 1 | -1/+4 |
| 2011-05-25 | leds: support automatic start of blinking with ledtrig-timer | Esben Haabendal | 1 | -1/+2 |
| 2010-12-22 | led_class: fix typo in blink API | Johannes Berg | 1 | -1/+1 |
| 2010-11-12 | led-class: always implement blinking | Johannes Berg | 1 | -1/+104 |
| 2010-05-26 | leds: led-class: set permissions on max_brightness file to 0444 | Axel Lin | 1 | -1/+1 |
| 2010-03-16 | leds: Fix race between LED device uevent and actual attributes creation | Florian Fainelli | 1 | -32/+8 |
| 2010-03-16 | leds: led-class.c - Quiet boot messages | H Hartley Sweeten | 1 | -1/+1 |
| 2009-12-15 | tree-wide: convert open calls to remove spaces to skip_spaces() lib function | André Goddard Rosa | 1 | -1/+1 |
| 2009-04-06 | leds: allow led-drivers to use a variable range of brightness values | Guennadi Liakhovetski | 1 | -1/+20 |
| 2009-01-08 | leds: Add suspend/resume to the core class | Richard Purdie | 1 | -0/+22 |
| 2009-01-08 | leds: Fixup kdoc comment to match parameter names | Sven Wegener | 1 | -1/+1 |
| 2008-10-20 | leds: Fix trigger registration race | Richard Purdie | 1 | -2/+3 |
| 2008-10-20 | leds: Fix leds-class.c comment | Qinghuang Feng | 1 | -1/+1 |
| 2008-10-20 | leds: Remove uneeded strlen calls | Sven Wegener | 1 | -4/+1 |
| 2008-10-16 | device create: misc: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 1 | -2/+2 |
| 2008-05-20 | LEDS: fix race in device_create | Greg Kroah-Hartman | 1 | -4/+2 |
| 2008-04-29 | Remove duplicated unlikely() in IS_ERR() | Hirofumi Nakagawa | 1 | -1/+1 |
| 2008-04-24 | leds: Add support to leds with readable status | Henrique de Moraes Holschuh | 1 | -0/+9 |
| 2008-04-24 | leds: disable triggers on brightness set | Németh Márton | 1 | -0/+3 |
| 2008-04-19 | PM: Remove destroy_suspended_device() | Rafael J. Wysocki | 1 | -8/+3 |
| 2008-02-05 | leds: add possibility to remove leds classdevs during suspend/resume | Rafael J. Wysocki | 1 | -4/+9 |
| 2007-12-31 | leds: Fix leds_list_lock locking issues | Richard Purdie | 1 | -4/+4 |
| 2007-12-07 | leds: Fix led trigger locking bugs | Richard Purdie | 1 | -3/+3 |
| 2007-07-16 | leds: Convert from struct class_device to struct device | Richard Purdie | 1 | -27/+22 |
| 2006-10-17 | [PATCH] drivers/led: handle sysfs errors | Jeff Garzik | 1 | -5/+21 |
| 2006-10-03 | kerneldoc-typo in led-class.c | Henrik Kretzschmar | 1 | -1/+1 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-05-15 | [PATCH] LED: Fix sysfs store function error handling | Richard Purdie | 1 | -2/+7 |
| 2006-03-31 | [PATCH] LED: add LED trigger tupport | Richard Purdie | 1 | -0/+20 |
| 2006-03-31 | [PATCH] LED: add LED class | Richard Purdie | 1 | -0/+147 |