index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
leds
/
leds-spi-byte.c
Age
Commit message (
Expand
)
Author
2024-06-26
leds: spi-byte: Move OF ID table closer to their user
Andy Shevchenko
2024-06-26
leds: spi-byte: Use devm_mutex_init() for mutex initialization
Andy Shevchenko
2024-06-26
leds: spi-byte: Utilise temporary variable for struct device
Andy Shevchenko
2024-06-26
leds: spi-byte: Make use of device properties
Andy Shevchenko
2024-06-26
leds: spi-byte: Get rid of custom led_init_default_state_get()
Andy Shevchenko
2024-06-26
leds: spi-byte: Call of_node_put() on error path
Andy Shevchenko
2024-03-07
leds: spi-byte: Use devm_led_classdev_register_ext()
Stefan Kalscheuer
2023-07-28
leds: Explicitly include correct DT includes
Rob Herring
2023-05-25
leds: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
2020-09-26
leds: various: use only available OF children
Marek Behún
2020-09-26
leds: various: use dev_of_node(dev) instead of dev->of_node
Marek Behún
2020-09-26
leds: various: use device_get_match_data
Marek Behún
2019-05-24
leds: spi-byte: add single byte SPI LED driver
Christian Mauderer