index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
leds
/
leds-lp5562.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-11
leds: leds-lp55xx: Convert mutex lock/unlock to guard API
Christian Marangi
1
-6
/
+7
2024-06-26
leds: leds-lp55xx: Drop deprecated defines
Christian Marangi
1
-15
/
+0
2024-06-26
leds: leds-lp55xx: Support ENGINE program up to 128 bytes
Christian Marangi
1
-4
/
+3
2024-06-26
leds: leds-lp55xx: Generalize firmware_loaded function
Christian Marangi
1
-25
/
+1
2024-06-26
leds: leds-lp55xx: Generalize update_program_memory function
Christian Marangi
1
-54
/
+4
2024-06-26
leds: leds-lp55xx: Generalize run_engine function
Christian Marangi
1
-36
/
+6
2024-06-26
leds: leds-lp55xx: Generalize load_engine function
Christian Marangi
1
-22
/
+2
2024-06-26
leds: leds-lp55xx: Generalize probe/remove functions
Christian Marangi
1
-76
/
+4
2024-06-26
leds: leds-lp55xx: Generalize stop_all_engine OP
Christian Marangi
1
-9
/
+6
2024-06-21
leds: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
1
-1
/
+1
2023-08-17
leds: Remove redundant of_match_ptr()
Zhu Wang
1
-3
/
+1
2023-05-25
leds: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2023-01-30
leds: lp5562: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+2
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2020-09-26
leds: various: use dev_of_node(dev) instead of dev->of_node
Marek Behún
1
-1
/
+1
2020-07-22
leds: lp55xx: Add multicolor framework support to lp55xx
Dan Murphy
1
-5
/
+8
2020-07-22
leds: lp55xx: Convert LED class registration to devm_*
Dan Murphy
1
-6
/
+3
2019-07-22
leds: leds-lp5562 allow firmware files up to the maximum length
Nick Stoughton
1
-1
/
+5
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-2
/
+2
2017-08-29
leds: lp5562: make several arrays static const
Colin Ian King
1
-5
/
+5
2017-05-08
scripts/spelling.txt: add "memory" pattern and fix typos
Stephen Boyd
1
-1
/
+1
2016-01-04
leds: lp55xx: Remove work queue
Andrew Lunn
1
-5
/
+6
2015-08-28
leds:lp55xx: use the private data instead of updating I2C device platform data
Milo Kim
1
-6
/
+5
2014-02-27
leds: lp5562: remove unnecessary parentheses
Jingoo Han
1
-3
/
+3
2014-02-27
drivers/leds: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-10-22
leds: Include linux/of.h header
Sachin Kamat
1
-0
/
+1
2013-08-26
leds: lp5562: use LP55xx common macros for device attributes
Milo Kim
1
-2
/
+2
2013-08-26
leds: use dev_get_platdata()
Jingoo Han
1
-2
/
+2
2013-06-20
leds: lp5562: Properly setup of_device_id table
Axel Lin
1
-1
/
+10
2013-06-20
leds: lp5562: support the device tree feature
Kim, Milo
1
-5
/
+14
2013-04-01
leds: lp55xx: configure the clock detection
Kim, Milo
1
-4
/
+10
2013-04-01
leds: add new LP5562 LED driver
Kim, Milo
1
-0
/
+593