index
:
kernel/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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
leds
/
flash
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-22
leds: as3645a: Use device_* to iterate over device child nodes
Javier Carrasco
1
-5
/
+3
2024-08-22
leds: max77693: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-8
/
+3
2024-08-22
leds: max77693: Add missing of_node_get for probe duration
Krzysztof Kozlowski
1
-2
/
+7
2024-08-22
leds: ktd2692: Use scoped device node handling to simplify error paths
Krzysztof Kozlowski
1
-8
/
+7
2024-08-22
leds: aat1290: Use scoped device node handling to simplify error paths
Krzysztof Kozlowski
1
-8
/
+6
2024-08-05
leds: lm3601x: Reset LED controller during probe
Jack Chen
1
-0
/
+4
2024-08-01
leds: flash: leds-qcom-flash: Limit LED current based on thermal condition
Fenglin Wu
1
-1
/
+162
2024-08-01
leds: lm3601x: Calculate max_brightness and brightness properly
Jack Chen
1
-3
/
+12
2024-07-11
leds: flash: leds-qcom-flash: Test the correct variable in init
Dan Carpenter
1
-3
/
+7
2024-06-26
leds: sy7802: Add support for Silergy SY7802 flash LED controller
André Apitzsch
3
-0
/
+551
2024-06-26
leds: mt6360: Fix memory leak in mt6360_init_isnk_properties()
Javier Carrasco
1
-1
/
+4
2024-06-21
leds: rt4505: Add MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-06-21
leds: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
1
-2
/
+2
2024-05-02
leds: aat1290: Remove unused field 'torch_brightness' from 'struct aat1290_led'
Christophe JAILLET
1
-2
/
+0
2024-04-12
leds: mt6360: Fix the second LED can not enable torch mode by V4L2
ChiaEn Wu
1
-1
/
+11
2024-03-07
leds: lm3601x: Fix struct lm3601_led kernel-doc warnings
Randy Dunlap
1
-2
/
+1
2024-03-07
leds: sgm3140: Add missing timer cleanup and flash gpio control
Ondrej Jirman
1
-0
/
+3
2024-03-07
leds: Make flash and multicolor dependencies unconditional
Arnd Bergmann
1
-2
/
+2
2024-03-07
leds: ktd2692: Add GPIOLIB dependency
Arnd Bergmann
1
-0
/
+1
2024-03-07
leds: ktd2692: Convert to use ExpressWire library
Duje Mihanović
2
-90
/
+28
2023-11-01
leds: lm3601x: Convert to use maple tree register cache
Mark Brown
1
-1
/
+1
2023-11-01
leds: mt6370: Annotate struct mt6370_priv with __counted_by
Kees Cook
1
-1
/
+1
2023-11-01
leds: mt6360: Annotate struct mt6360_priv with __counted_by
Kees Cook
1
-1
/
+1
2023-11-01
leds: Convert all platform drivers to return void
Uwe Kleine-König
7
-26
/
+14
2023-07-28
leds: flash: leds-qcom-flash: Put child node if registration failed
Fenglin Wu
1
-0
/
+1
2023-07-28
leds: flash: leds-qcom-flash: Turn off LED before setting flash current
Fenglin Wu
1
-0
/
+4
2023-07-28
leds: flash: leds-qcom-flash: Declare the driver as a module
Fenglin Wu
1
-0
/
+2
2023-06-21
leds: sgm3140: Add richtek,rt5033-led compatible
Raymond Hackley
1
-0
/
+1
2023-06-08
leds: flash: leds-qcom-flash: Fix an unsigned comparison which can never be n...
Jiapeng Chong
1
-2
/
+2
2023-05-25
leds: as3645a: Replace strlcpy with strscpy
Azeem Shaikh
1
-2
/
+2
2023-05-25
leds: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-1
/
+1
2023-05-25
leds: Switch i2c drivers back to use .probe()
Uwe Kleine-König
3
-3
/
+3
2023-05-25
leds: flash: leds-qcom-flash: Disable LED when changing brightness
Dylan Van Assche
1
-0
/
+8
2023-05-25
leds: flash: leds-qcom-flash: Add PMI8998 support
Dylan Van Assche
1
-2
/
+3
2023-03-30
leds: flash: Set variables mvflash_{3,4}ch_regs storage-class-specifier to st...
Tom Rix
1
-2
/
+2
2023-03-23
leds: flash: mt6370: Add MediaTek MT6370 flashlight support
ChiYuan Huang
3
-0
/
+587
2023-03-16
leds: flash: Add driver to support flash LED module in QCOM PMICs
Fenglin Wu
3
-0
/
+789
2023-01-30
leds: mt6360: Get rid of custom led_init_default_state_get()
Andy Shevchenko
1
-32
/
+6
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
3
-8
/
+3
2022-08-16
leds: lm3601x: Improve error reporting for problems during .remove()
Uwe Kleine-König
1
-3
/
+8
2022-08-16
leds: lm3601x: Don't use mutex after it was destroyed
Uwe Kleine-König
1
-2
/
+0
2022-05-08
leds: ktd2692: Make aux-gpios optional
Markuss Broks
1
-3
/
+2
2022-05-08
leds: ktd2692: Avoid duplicate error messages on probe deferral
Markuss Broks
1
-8
/
+4
2022-02-12
leds: sgm3140: Add ocs,ocp8110 compatible
André Apitzsch
1
-0
/
+1
2022-01-12
leds: ktd2692: Drop calling dev_of_node() in ktd2692_parse_dt
Lad Prabhakar
1
-1
/
+1
2022-01-12
leds: Add mt6360 driver
Gene Chen
3
-0
/
+924
2021-08-04
leds: rt8515: Put fwnode in any case during ->probe()
Andy Shevchenko
1
-1
/
+3
2021-07-12
leds: ktd2692: Move driver to flash subdirectory
Linus Walleij
3
-0
/
+435
2021-07-12
leds: lm3601x: Move driver to flash subdirectory
Linus Walleij
3
-0
/
+490
2021-07-12
leds: sgm3140: Move driver to flash subdirectory
Linus Walleij
3
-0
/
+319
[next]