index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
leds
Age
Commit message (
Expand
)
Author
2023-11-01
leds: pca955x: Cleanup OF/ID table terminators
Biju Das
2023-11-01
leds: pca955x: Convert enum->pointer for data in the match tables
Biju Das
2023-11-01
leds: lp3952: Replace deprecated strncpy with strscpy
Justin Stitt
2023-11-01
leds: trigger: ledtrig-cpu:: Fix 'output may be truncated' issue for 'cpu'
Christophe JAILLET
2023-11-01
leds: pwm: Don't disable the PWM when the LED should be off
Uwe Kleine-König
2023-11-01
leds: turris-omnia: Add support for enabling/disabling HW gamma correction
Marek Behún
2023-11-01
leds: turris-omnia: Support HW controlled mode via private trigger
Marek Behún
2023-11-01
leds: turris-omnia: Make set_brightness() more efficient
Marek Behún
2023-11-01
leds: turris-omnia: Do not use SMBUS calls
Marek Behún
2023-11-01
leds: lp55xx: Use gpiod_set_value_cansleep()
Stefan Eichenberger
2023-11-01
leds: mt6370: Annotate struct mt6370_priv with __counted_by
Kees Cook
2023-11-01
leds: mt6360: Annotate struct mt6360_priv with __counted_by
Kees Cook
2023-11-01
leds: Convert all platform drivers to return void
Uwe Kleine-König
2023-11-01
leds: simatic-ipc-leds-gpio: Convert to platform remove callback returning void
Uwe Kleine-König
2023-11-01
leds: qcom-lpg: Annotate struct lpg_led with __counted_by
Kees Cook
2023-11-01
leds: lm3697: Annotate struct lm3697 with __counted_by
Kees Cook
2023-11-01
leds: gpio: Annotate struct gpio_leds_priv with __counted_by
Kees Cook
2023-11-01
leds: el15203000: Annotate struct el15203000 with __counted_by
Kees Cook
2023-11-01
leds: cr0014114: Annotate struct cr0014114 with __counted_by
Kees Cook
2023-11-01
leds: aw200xx: Annotate struct aw200xx with __counted_by
Kees Cook
2023-11-01
leds: pca955x: Fix -Wvoid-pointer-to-enum-cast warning
Justin Stitt
2023-10-13
pwm: Manage owner assignment implicitly for drivers
Uwe Kleine-König
2023-09-19
leds: Drop BUG_ON check for LED_COLOR_ID_MULTI
Marek Behún
2023-09-04
Merge tag 'leds-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
2023-09-01
Merge tag 'platform-drivers-x86-v6.6-1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-22
leds: trigger: netdev: rename 'hw_control' sysfs entry to 'offloaded'
Marek Behún
2023-08-18
leds: aw2013: Enable pull-up supply for interrupt and I2C
Lin, Meng-Bo
2023-08-18
leds: uleds: Use module_misc_device macro to simplify the code
Li Zetao
2023-08-18
leds: trigger: netdev: Use module_led_trigger macro to simplify the code
Li Zetao
2023-08-18
leds: turris-omnia: Drop unnecessary mutex locking
Marek Behún
2023-08-18
leds: turris-omnia: Use sysfs_emit() instead of sprintf()
Marek Behún
2023-08-18
leds: Make leds_class a static const structure
Ivan Orlov
2023-08-17
leds: Remove redundant of_match_ptr()
Zhu Wang
2023-08-17
leds: trigger: tty: Do not use LED_ON/OFF constants, use led_blink_set_onesho...
Marek Behún
2023-08-17
leds: Fix BUG_ON check for LED_COLOR_ID_MULTI that is always false
Marek Behún
2023-08-17
leds: multicolor: Use rounded division when calculating color components
Marek Behún
2023-08-17
leds: rgb: Add a multicolor LED driver to group monochromatic LEDs
Jean-Jacques Hiblot
2023-08-17
leds: class: Store the color index in struct led_classdev
Jean-Jacques Hiblot
2023-08-17
leds: Provide devm_of_led_get_optional()
Jean-Jacques Hiblot
2023-08-15
leds: pca995x: Fix MODULE_DEVICE_TABLE for OF
Marek Vasut
2023-08-10
leds: trig-netdev: Disable offload on deactivation of trigger
Andrew Lunn
2023-08-10
led: trig: netdev: Fix requesting offload device
Andrew Lunn
2023-07-31
leds: simatic-ipc-leds: default config switch to platform switch
Henning Schild
2023-07-28
leds: qcom-lpg: Drop assignment to struct pwmchip::base
Uwe Kleine-König
2023-07-28
leds: flash: leds-qcom-flash: Put child node if registration failed
Fenglin Wu
2023-07-28
leds: flash: leds-qcom-flash: Turn off LED before setting flash current
Fenglin Wu
2023-07-28
leds: flash: leds-qcom-flash: Declare the driver as a module
Fenglin Wu
2023-07-28
leds: ns2: Slightly simplify a memory allocation
Christophe JAILLET
2023-07-28
leds: Explicitly include correct DT includes
Rob Herring
[prev]
[next]