index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
leds
/
leds-lp55xx-common.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-31
leds: lp55xx: Remove redundant test for invalid channel number
Michal Vokáč
1
-3
/
+0
2024-08-22
leds: lp55xx: Use devm_clk_get_enabled() helpers
Huan Yang
1
-13
/
+2
2024-08-22
leds: lp55xx: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-5
/
+2
2024-07-11
leds: leds-lp55xx: Convert mutex lock/unlock to guard API
Christian Marangi
1
-55
/
+40
2024-06-26
leds: leds-lp55xx: Support ENGINE program up to 128 bytes
Christian Marangi
1
-12
/
+42
2024-06-26
leds: leds-lp55xx: Generalize sysfs master_fader
Christian Marangi
1
-0
/
+113
2024-06-26
leds: leds-lp55xx: Generalize sysfs engine_leds
Christian Marangi
1
-0
/
+109
2024-06-26
leds: leds-lp55xx: Generalize sysfs engine_load and engine_mode
Christian Marangi
1
-6
/
+77
2024-06-26
leds: leds-lp55xx: Generalize stop_engine function
Christian Marangi
1
-0
/
+13
2024-06-26
leds: leds-lp55xx: Generalize turn_off_channels function
Christian Marangi
1
-0
/
+10
2024-06-26
leds: leds-lp55xx: Generalize set_led_current function
Christian Marangi
1
-0
/
+11
2024-06-26
leds: leds-lp55xx: Generalize multicolor_brightness function
Christian Marangi
1
-0
/
+21
2024-06-26
leds: leds-lp55xx: Generalize led_brightness function
Christian Marangi
1
-0
/
+14
2024-06-26
leds: leds-lp55xx: Generalize firmware_loaded function
Christian Marangi
1
-0
/
+25
2024-06-26
leds: leds-lp55xx: Generalize update_program_memory function
Christian Marangi
1
-0
/
+57
2024-06-26
leds: leds-lp55xx: Generalize run_engine function
Christian Marangi
1
-0
/
+43
2024-06-26
leds: leds-lp55xx: Generalize load_engine_and_select_page function
Christian Marangi
1
-0
/
+10
2024-06-26
leds: leds-lp55xx: Generalize load_engine function
Christian Marangi
1
-1
/
+32
2024-06-26
leds: leds-lp55xx: Generalize probe/remove functions
Christian Marangi
1
-36
/
+105
2024-06-26
leds: leds-lp55xx: Generalize stop_all_engine OP
Christian Marangi
1
-0
/
+36
2023-11-01
leds: lp55xx: Use gpiod_set_value_cansleep()
Stefan Eichenberger
1
-2
/
+2
2023-05-25
leds: lp55xx: Configure internal charge pump
Maarten Zanders
1
-0
/
+9
2022-12-07
leds: use sysfs_emit() to instead of scnprintf()
ye xingchen
1
-2
/
+2
2022-10-21
leds: lp55xx: remove variable j
Colin Ian King
1
-2
/
+1
2022-01-12
leds: lp55xx: initialise output direction from dts
Merlijn Wajer
1
-1
/
+3
2021-06-23
leds: lp55xx: Initialize enable GPIO direction to output
Doug Zobel
1
-1
/
+1
2020-09-26
leds: various: fix OF node leaks
Marek Behún
1
-2
/
+6
2020-09-26
leds: various: use only available OF children
Marek Behún
1
-3
/
+3
2020-08-03
leds: add RGB color option, as that is different from multicolor.
Pavel Machek
1
-1
/
+1
2020-07-22
leds: lp55xx: Add multicolor framework support to lp55xx
Dan Murphy
1
-22
/
+155
2020-07-22
leds: lp55xx: Convert LED class registration to devm_*
Dan Murphy
1
-14
/
+1
2020-07-15
leds: lp55xx: Fix file permissions to use DEVICE_ATTR macros
Dan Murphy
1
-12
/
+10
2020-07-12
leds: lp55xx: Convert to use GPIO descriptors
Linus Walleij
1
-16
/
+11
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-02-14
leds: lp55xx: fix null deref on firmware load failure
Michal Kazior
1
-2
/
+2
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-1
/
+1
2016-01-04
leds: lp55xx: Remove work queue
Andrew Lunn
1
-7
/
+5
2015-08-28
leds:lp55xx: use the private data instead of updating I2C device platform data
Milo Kim
1
-7
/
+6
2015-06-29
leds:lp55xx: fix firmware loading error
Milo Kim
1
-1
/
+1
2014-06-27
leds: lp55xx-common: fix attribute-creation race
Johan Hovold
1
-19
/
+3
2014-06-27
leds: lp55xx-common: fix sysfs entry leak
Johan Hovold
1
-0
/
+2
2014-01-27
leds: lp5523: Support LED MUX configuration on running a pattern
Milo Kim
1
-0
/
+2
2013-10-25
leds: lp55xx: handle enable pin in driver
Sebastian Reichel
1
-12
/
+13
2013-10-22
leds: lp55xx: enable setting default trigger
Linus Walleij
1
-0
/
+3
2013-08-26
leds: support new LP8501 device - another LP55xx common
Kim, Milo
1
-0
/
+3
2013-06-20
leds: lp55xx: support dynamic channel settings in the device tree structure
Kim, Milo
1
-35
/
+26
2013-06-20
leds: lp55xx: add support for Device Tree bindings
Linus Walleij
1
-0
/
+54
2013-04-01
leds: lp55xx: use common clock framework when external clock is used
Kim, Milo
1
-0
/
+36
2013-04-01
leds: lp55xx: fix the sysfs read operation
Kim, Milo
1
-2
/
+2
2013-04-01
leds: add new LP5562 LED driver
Kim, Milo
1
-1
/
+1
[next]