| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-11-22 | Merge tag 'leds-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 1 | -8/+3 |
| 2024-11-09 | leds: gpio: Avoid using GPIOF_ACTIVE_LOW | Andy Shevchenko | 1 | -5/+4 |
| 2024-10-09 | leds: gpio: Remove unused local leds.h | Javier Carrasco | 1 | -2/+0 |
| 2024-10-09 | leds: gpio: Switch to device_for_each_child_node_scoped() | Javier Carrasco | 1 | -6/+3 |
| 2024-08-23 | leds: gpio: Set num_leds after allocation | Kees Cook | 1 | -3/+6 |
| 2023-12-13 | leds: gpio: Add kernel log if devm_fwnode_gpiod_get() fails | Stefan Wahren | 1 | -0/+2 |
| 2023-11-01 | leds: gpio: Update headers | Andy Shevchenko | 1 | -1/+5 |
| 2023-11-01 | leds: gpio: Remove unneeded assignment | Andy Shevchenko | 1 | -1/+1 |
| 2023-11-01 | leds: gpio: Move temporary variable for struct device to gpio_led_probe() | Andy Shevchenko | 1 | -11/+8 |
| 2023-11-01 | leds: gpio: Refactor code to use devm_gpiod_get_index_optional() | Andy Shevchenko | 1 | -4/+4 |
| 2023-11-01 | leds: gpio: Utilise PTR_ERR_OR_ZERO() | Andy Shevchenko | 1 | -10/+7 |
| 2023-11-01 | leds: gpio: Keep driver firmware interface agnostic | Andy Shevchenko | 1 | -3/+3 |
| 2023-11-01 | leds: gpio: Annotate struct gpio_leds_priv with __counted_by | Kees Cook | 1 | -1/+1 |
| 2023-05-25 | leds: gpio: Configure per-LED pin control | Marek Vasut | 1 | -0/+18 |
| 2022-11-09 | leds: gpio: switch to using devm_fwnode_gpiod_get() | Dmitry Torokhov | 1 | -3/+2 |
| 2021-08-18 | leds: move default_state read from fwnode to core | Denis Osterland-Heim | 1 | -10/+2 |
| 2021-02-03 | leds: gpio: Set max brightness to 1 | Dylan Van Assche | 1 | -1/+2 |
| 2020-09-26 | leds: parse linux,default-trigger DT property in LED core | Marek Behún | 1 | -3/+0 |
| 2020-07-12 | leds: gpio: Use struct_size() in devm_kzalloc() | Gustavo A. R. Silva | 1 | -10/+3 |
| 2020-07-12 | leds: gpio: Fix semantic error | Linus Walleij | 1 | -1/+1 |
| 2020-01-22 | leds: gpio: Fix uninitialized gpio label for fwnode based probe | Jacek Anaszewski | 1 | -1/+9 |
| 2019-07-25 | leds: gpio: Use generic support for composing LED names | Jacek Anaszewski | 1 | -13/+13 |
| 2019-07-25 | leds: class: Improve LED and LED flash class registration API | Jacek Anaszewski | 1 | -1/+1 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -5/+1 |
| 2018-12-08 | leds: gpio: Drop unneeded manual of_node assignment | Krzysztof Kozlowski | 1 | -1/+0 |
| 2018-10-26 | leds: gpio: set led_dat->gpiod pointer for OF defined GPIO leds | Liviu Dudau | 1 | -0/+2 |
| 2018-09-10 | leds: gpio: Try to lookup gpiod from device | Linus Walleij | 1 | -30/+62 |
| 2017-08-29 | leds: gpio: Allow LED to retain state at shutdown | Andrew Jeffery | 1 | -1/+6 |
| 2017-03-08 | leds: gpio: use OF variant of LED registering function | Rafał Miłecki | 1 | -6/+6 |
| 2017-02-04 | gpio: Rename devm_get_gpiod_from_child() | Boris Brezillon | 1 | -2/+3 |
| 2017-01-26 | gpio: Pass GPIO label down to gpiod_request | Alexander Stein | 1 | -6/+7 |
| 2017-01-26 | gpiolib: Convert fwnode_get_named_gpiod() to configure GPIO | Andy Shevchenko | 1 | -1/+1 |
| 2016-09-15 | leds: gpio: fix and simplify error handling in gpio_leds_create | Heiner Kallweit | 1 | -8/+4 |
| 2016-09-15 | leds: gpio: switch to managed version of led_classdev_register | Heiner Kallweit | 1 | -21/+2 |
| 2016-09-15 | leds: gpio: fix and simplify reading property "label" | Heiner Kallweit | 1 | -9/+7 |
| 2016-09-15 | leds: gpio: simplify gpio_leds_create | Heiner Kallweit | 1 | -3/+1 |
| 2016-09-15 | leds: gpio: add helper cdev_to_gpio_led_data | Heiner Kallweit | 1 | -4/+8 |
| 2016-09-15 | leds: gpio: fix an unhandled error case in create_gpio_led | Heiner Kallweit | 1 | -3/+6 |
| 2016-09-15 | leds: gpio: introduce gpio_blink_set_t | Heiner Kallweit | 1 | -4/+2 |
| 2016-07-11 | leds: leds-gpio: Set of_node for created LED devices | Rafał Miłecki | 1 | -2/+3 |
| 2016-05-06 | leds: gpio: Support the "panic-indicator" firmware property | Ezequiel Garcia | 1 | -0/+4 |
| 2016-03-14 | leds: gpio: Use GPIOF_OUT_INIT_LOW instead of hardcoded zero | Geert Uytterhoeven | 1 | -1/+1 |
| 2016-03-14 | leds: leds-gpio: Fix return value check in create_gpio_led() | Wei Yongjun | 1 | -2/+2 |
| 2016-01-04 | leds: gpio: Remove work queue | Jacek Anaszewski | 1 | -40/+22 |
| 2015-11-03 | leds: leds-gpio: add shutdown function | Heiko Schocher | 1 | -0/+13 |
| 2015-07-01 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool... | Linus Torvalds | 1 | -4/+8 |
| 2015-06-24 | ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node() | Alexander Sverdlin | 1 | -1/+1 |
| 2015-05-25 | leds: leds-gpio: Add missing #include <linux/of.h> | Geert Uytterhoeven | 1 | -0/+1 |
| 2015-05-04 | leds: gpio: Fix error handling for led name null pointer case | Jacek Anaszewski | 1 | -2/+4 |
| 2015-05-04 | leds: gpio: Fix device teardown on probe deferral | Sebastian Hesselbarth | 1 | -2/+3 |
| 2015-03-04 | gpio: add parameter to allow the use named gpios | Olliver Schinagl | 1 | -1/+1 |
| 2015-02-02 | leds: leds-gpio: Pass on error codes unmodified | Soren Brinkmann | 1 | -1/+2 |
| 2014-12-18 | Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
| 2014-12-10 | leds: leds-gpio: Fix the "default-state" property check | Fabio Estevam | 1 | -1/+1 |
| 2014-12-04 | leds: leds-gpio: Fix multiple instances registration without 'label' property | Fabio Estevam | 1 | -1/+11 |
| 2014-11-06 | leds: leds-gpio: Fix legacy GPIO number case | Geert Uytterhoeven | 1 | -3/+3 |
| 2014-11-04 | leds: leds-gpio: Convert gpio_blink_set() to use GPIO descriptors | Mika Westerberg | 1 | -18/+13 |
| 2014-11-04 | leds: leds-gpio: Make use of device property API | Rafael J. Wysocki | 1 | -37/+26 |
| 2014-11-04 | leds: leds-gpio: Add support for GPIO descriptors | Mika Westerberg | 1 | -35/+45 |
| 2014-11-03 | Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 1 | -1/+0 |
| 2014-10-20 | leds: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
| 2014-09-29 | leds: gpio: cleanup the leds-gpio driver | Xiubo Li | 1 | -3/+1 |
| 2014-09-29 | led: gpio: Sort include headers alphabetically | Xiubo Li | 1 | -5/+5 |
| 2014-03-06 | leds-gpio: of: introduce MODULE_DEVICE_TABLE for module autoloading | Paolo Pisati | 1 | -0/+2 |
| 2014-02-27 | drivers/leds: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
| 2014-02-27 | leds: leds-gpio: add retain-state-suspended property | Robin Gong | 1 | -0/+3 |
| 2013-10-25 | leds-gpio: of: led should not be created if its status is disabled | Josh Wu | 1 | -3/+3 |
| 2013-10-22 | leds: Include linux/of.h header | Sachin Kamat | 1 | -0/+1 |
| 2013-08-26 | leds: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 |
| 2013-06-20 | leds: leds-gpio: Let device core handle pinctrl | Fabio Estevam | 1 | -6/+0 |
| 2013-06-20 | leds: leds-gpio: remove unnecessary platform_set_drvdata() | Jingoo Han | 1 | -2/+0 |
| 2013-05-21 | leds: leds-gpio: reserve gpio before using it | Timo Teräs | 1 | -4/+5 |
| 2013-01-02 | leds: leds-gpio: set devm_gpio_request_one() flags param correctly | Javier Martinez Canillas | 1 | -2/+3 |
| 2012-12-15 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool... | Linus Torvalds | 1 | -19/+18 |
| 2012-11-28 | leds: remove use of __devexit | Bill Pemberton | 1 | -1/+1 |
| 2012-11-28 | leds: remove use of __devinit | Bill Pemberton | 1 | -4/+4 |
| 2012-11-28 | leds: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
| 2012-11-27 | leds: leds-gpio: Use dev_info instead of printk | Sachin Kamat | 1 | -1/+1 |
| 2012-11-27 | leds: leds-gpio: use devm_gpio_request_one | Sachin Kamat | 1 | -6/+2 |
| 2012-11-26 | leds: leds-gpio: Defer probing in case of deferred gpio probing | Roland Stigge | 1 | -6/+11 |
| 2012-11-26 | leds: leds-gpio: use gpio_request_one | Jingoo Han | 1 | -7/+5 |
| 2012-09-11 | leds: leds-gpio: adopt pinctrl support | AnilKumar Ch | 1 | -0/+7 |
| 2012-09-11 | leds: leds-gpio: Use of_get_child_count() helper | Tobias Klauser | 1 | -3/+2 |
| 2012-09-11 | leds: leds-gpio: Use platform_{get,set}_drvdata | Tobias Klauser | 1 | -2/+2 |
| 2012-09-11 | leds: leds-gpio: use of_match_ptr() | Tobias Klauser | 1 | -2/+1 |
| 2012-07-24 | leds: Use devm_kzalloc in leds-gpio.c file | Sachin Kamat | 1 | -6/+5 |
| 2012-03-23 | drivers/leds/leds-gpio.c: use linux/gpio.h rather than asm/gpio.h | Mark Brown | 1 | -2/+1 |
| 2012-01-10 | leds: convert led platform drivers to module_platform_driver | Axel Lin | 1 | -14/+2 |
| 2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
| 2011-10-31 | drivers/leds/leds-gpio.c: use gpio_get_value_cansleep() when initializing | David Daney | 1 | -1/+1 |
| 2011-10-31 | drivers/leds: Add module.h to files using it implicitly | Paul Gortmaker | 1 | -0/+1 |
| 2011-06-03 | leds: remove config option LEDS_GPIO_PLATFORM from Kconfig | Shawn Guo | 1 | -3/+3 |
| 2011-02-28 | leds/leds-gpio: merge platform_driver with of_platform_driver | Grant Likely | 1 | -127/+87 |
| 2010-11-12 | drivers/leds/leds-gpio.c: properly initialize return value | Davidlohr Bueso | 1 | -1/+1 |
| 2010-08-06 | of/device: Replace struct of_device with struct platform_device | Grant Likely | 1 | -2/+2 |
| 2010-05-28 | leds: Fix leds-gpio openfirmware compile issue | Richard Purdie | 1 | -1/+0 |
| 2010-05-26 | leds: leds-gpio: Change blink_set callback to be able to turn off blinking | Benjamin Herrenschmidt | 1 | -7/+24 |
| 2010-05-22 | of: Remove duplicate fields from of_platform_driver | Grant Likely | 1 | -1/+1 |
| 2010-05-18 | of: Always use 'struct device.of_node' to get device node pointer. | Grant Likely | 1 | -1/+1 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-03-16 | leds-gpio: fix default state handling on OF platforms | Anton Vorontsov | 1 | -2/+1 |
| 2009-11-16 | leds-gpio: fix possible crash on OF device unbinding | Dmitry Eremin-Solenikov | 1 | -0/+2 |
| 2009-09-07 | leds: gpio-leds: fix typographics fault | Michal Simek | 1 | -1/+1 |
| 2009-06-23 | leds: Add options to have GPIO LEDs start on or keep their state | Trent Piepho | 1 | -3/+17 |
| 2009-06-23 | leds: leds-gpio - fix a section mismatch | Zhenwen Xu | 1 | -1/+1 |
| 2009-04-08 | leds: just ignore invalid GPIOs in leds-gpio | David Brownell | 1 | -1/+1 |
| 2009-04-06 | leds: just ignore invalid GPIOs in leds-gpio | David Brownell | 1 | -0/+9 |
| 2009-04-06 | leds: Add suspend/resume state flags to leds-gpio | Richard Purdie | 1 | -1/+2 |
| 2009-04-06 | leds: Fix leds-gpio driver multiple module_init/exit usage | Richard Purdie | 1 | -19/+27 |
| 2009-04-06 | leds: Add openfirmware platform device support | Trent Piepho | 1 | -43/+162 |
| 2009-01-08 | leds: Add suspend/resume to the core class | Richard Purdie | 1 | -35/+1 |
| 2008-04-24 | leds: enable support for blink_set() platform hook in leds-gpio | Herbert Valerio Riedel | 1 | -0/+15 |
| 2008-04-15 | leds: fix platform driver hotplug/coldplug | Kay Sievers | 1 | -0/+1 |
| 2008-03-31 | leds: Remove incorrect use of preempt_count() from leds-gpio | David Brownell | 1 | -6/+6 |
| 2008-03-31 | leds: Fix potential leds-gpio oops | Uwe Kleine-König | 1 | -4/+4 |
| 2008-02-07 | leds: Fix led-gpio active_low default brightness | Raphael Assenat | 1 | -1/+1 |
| 2007-11-05 | leds: bugfixes for leds-gpio | David Brownell | 1 | -9/+11 |
| 2007-07-16 | leds: Teach leds-gpio to handle timer-unsafe GPIOs | David Brownell | 1 | -1/+26 |
| 2007-07-16 | leds: Add generic GPIO LED driver | Raphael Assenat | 1 | -0/+174 |