index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
leds
/
leds-gpio.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
leds: gpio: Add kernel log if devm_fwnode_gpiod_get() fails
Stefan Wahren
2023-12-13
1
-0
/
+2
*
leds: gpio: Update headers
Andy Shevchenko
2023-11-01
1
-1
/
+5
*
leds: gpio: Remove unneeded assignment
Andy Shevchenko
2023-11-01
1
-1
/
+1
*
leds: gpio: Move temporary variable for struct device to gpio_led_probe()
Andy Shevchenko
2023-11-01
1
-11
/
+8
*
leds: gpio: Refactor code to use devm_gpiod_get_index_optional()
Andy Shevchenko
2023-11-01
1
-4
/
+4
*
leds: gpio: Utilise PTR_ERR_OR_ZERO()
Andy Shevchenko
2023-11-01
1
-10
/
+7
*
leds: gpio: Keep driver firmware interface agnostic
Andy Shevchenko
2023-11-01
1
-3
/
+3
*
leds: gpio: Annotate struct gpio_leds_priv with __counted_by
Kees Cook
2023-11-01
1
-1
/
+1
*
leds: gpio: Configure per-LED pin control
Marek Vasut
2023-05-25
1
-0
/
+18
*
leds: gpio: switch to using devm_fwnode_gpiod_get()
Dmitry Torokhov
2022-11-09
1
-3
/
+2
*
leds: move default_state read from fwnode to core
Denis Osterland-Heim
2021-08-18
1
-10
/
+2
*
leds: gpio: Set max brightness to 1
Dylan Van Assche
2021-02-03
1
-1
/
+2
*
leds: parse linux,default-trigger DT property in LED core
Marek Behún
2020-09-26
1
-3
/
+0
*
leds: gpio: Use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
2020-07-12
1
-10
/
+3
*
leds: gpio: Fix semantic error
Linus Walleij
2020-07-12
1
-1
/
+1
*
leds: gpio: Fix uninitialized gpio label for fwnode based probe
Jacek Anaszewski
2020-01-22
1
-1
/
+9
*
leds: gpio: Use generic support for composing LED names
Jacek Anaszewski
2019-07-25
1
-13
/
+13
*
leds: class: Improve LED and LED flash class registration API
Jacek Anaszewski
2019-07-25
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-5
/
+1
*
leds: gpio: Drop unneeded manual of_node assignment
Krzysztof Kozlowski
2018-12-08
1
-1
/
+0
*
leds: gpio: set led_dat->gpiod pointer for OF defined GPIO leds
Liviu Dudau
2018-10-26
1
-0
/
+2
*
leds: gpio: Try to lookup gpiod from device
Linus Walleij
2018-09-10
1
-30
/
+62
*
leds: gpio: Allow LED to retain state at shutdown
Andrew Jeffery
2017-08-29
1
-1
/
+6
*
leds: gpio: use OF variant of LED registering function
Rafał Miłecki
2017-03-08
1
-6
/
+6
*
gpio: Rename devm_get_gpiod_from_child()
Boris Brezillon
2017-02-04
1
-2
/
+3
*
gpio: Pass GPIO label down to gpiod_request
Alexander Stein
2017-01-26
1
-6
/
+7
*
gpiolib: Convert fwnode_get_named_gpiod() to configure GPIO
Andy Shevchenko
2017-01-26
1
-1
/
+1
*
leds: gpio: fix and simplify error handling in gpio_leds_create
Heiner Kallweit
2016-09-15
1
-8
/
+4
*
leds: gpio: switch to managed version of led_classdev_register
Heiner Kallweit
2016-09-15
1
-21
/
+2
*
leds: gpio: fix and simplify reading property "label"
Heiner Kallweit
2016-09-15
1
-9
/
+7
*
leds: gpio: simplify gpio_leds_create
Heiner Kallweit
2016-09-15
1
-3
/
+1
*
leds: gpio: add helper cdev_to_gpio_led_data
Heiner Kallweit
2016-09-15
1
-4
/
+8
*
leds: gpio: fix an unhandled error case in create_gpio_led
Heiner Kallweit
2016-09-15
1
-3
/
+6
*
leds: gpio: introduce gpio_blink_set_t
Heiner Kallweit
2016-09-15
1
-4
/
+2
*
leds: leds-gpio: Set of_node for created LED devices
Rafał Miłecki
2016-07-11
1
-2
/
+3
*
leds: gpio: Support the "panic-indicator" firmware property
Ezequiel Garcia
2016-05-06
1
-0
/
+4
*
leds: gpio: Use GPIOF_OUT_INIT_LOW instead of hardcoded zero
Geert Uytterhoeven
2016-03-14
1
-1
/
+1
*
leds: leds-gpio: Fix return value check in create_gpio_led()
Wei Yongjun
2016-03-14
1
-2
/
+2
*
leds: gpio: Remove work queue
Jacek Anaszewski
2016-01-04
1
-40
/
+22
*
leds: leds-gpio: add shutdown function
Heiko Schocher
2015-11-03
1
-0
/
+13
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...
Linus Torvalds
2015-07-02
1
-4
/
+8
|
\
|
*
leds: leds-gpio: Add missing #include <linux/of.h>
Geert Uytterhoeven
2015-05-25
1
-0
/
+1
|
*
leds: gpio: Fix error handling for led name null pointer case
Jacek Anaszewski
2015-05-04
1
-2
/
+4
|
*
leds: gpio: Fix device teardown on probe deferral
Sebastian Hesselbarth
2015-05-04
1
-2
/
+3
*
|
ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node()
Alexander Sverdlin
2015-06-24
1
-1
/
+1
|
/
*
gpio: add parameter to allow the use named gpios
Olliver Schinagl
2015-03-04
1
-1
/
+1
*
leds: leds-gpio: Pass on error codes unmodified
Soren Brinkmann
2015-02-02
1
-1
/
+2
*
Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2014-12-19
1
-1
/
+1
|
\
|
*
leds: leds-gpio: Fix the "default-state" property check
Fabio Estevam
2014-12-10
1
-1
/
+1
*
|
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-15
1
-1
/
+0
|
\
\
|
|
/
|
/
|
[next]