Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a6701f7e304e006ca2b27b57f345e3cf9fe8f20f
/
drivers
/
leds
/
leds-lp5521.c
95b2af6
leds: lp55xx: Remove work queue
by Andrew Lunn
· 9 years ago
ed133352
leds:lp55xx: use the private data instead of updating I2C device platform data
by Milo Kim
· 9 years ago
7c7d2a2
drivers/leds: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
268943f
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds
by Linus Torvalds
· 11 years ago
28c9266
leds: lp5521/5523: Fix multiple engine usage bug
by Milo Kim
· 11 years ago
e70988d
leds: lp5521/5523: Remove duplicate mutex
by Milo Kim
· 11 years ago
1eca0b3
leds: lp5521: remove unnecessary writing commands
by Milo Kim
· 11 years ago
c0e5e9b
leds: lp5521: restore legacy device attributes
by Milo Kim
· 11 years ago
87aae1e
leds: use dev_get_platdata()
by Jingoo Han
· 11 years ago
b548a34
leds: lp5521: Properly setup of_device_id table
by Axel Lin
· 11 years ago
7542a04b
leds: lp55xx: add support for Device Tree bindings
by Linus Walleij
· 12 years ago
81f2a5b4
leds: lp55xx: configure the clock detection
by Kim, Milo
· 12 years ago
24d3212
leds: lp55xx: fix the sysfs read operation
by Kim, Milo
· 12 years ago
a2387cb
leds-lp5521/5523: add author and copyright description
by Milo(Woogyom) Kim
· 12 years ago
79bcc10
leds-lp55xx: clean up headers
by Milo(Woogyom) Kim
· 12 years ago
12f022d
leds-lp55xx: clean up definitions
by Milo(Woogyom) Kim
· 12 years ago
93ca409
leds-lp55xx: clean up unused data and functions
by Milo(Woogyom) Kim
· 12 years ago
87cc4bd
leds-lp55xx: clean up _remove()
by Milo(Woogyom) Kim
· 12 years ago
9ca3bd8
leds-lp55xx: code refactoring on selftest function
by Milo(Woogyom) Kim
· 12 years ago
e73c0ce
leds-lp55xx: use common device attribute driver function
by Milo(Woogyom) Kim
· 12 years ago
9ce7cb1
leds-lp5521: use generic firmware interface
by Milo(Woogyom) Kim
· 12 years ago
c3a68eb
leds-lp55xx: use lp55xx_unregister_leds()
by Milo(Woogyom) Kim
· 12 years ago
a96bfa1
leds-lp55xx: provide common LED current setting
by Milo(Woogyom) Kim
· 12 years ago
a6e4679
leds-lp55xx: use lp55xx_set_brightness()
by Milo(Woogyom) Kim
· 12 years ago
0e20234
leds-lp55xx: use lp55xx_init_led() common function
by Milo(Woogyom) Kim
· 12 years ago
9e9b3db
leds-lp55xx: use lp55xx common led registration function
by Milo(Woogyom) Kim
· 12 years ago
6ce6176
leds-lp55xx: use lp55xx common deinit function
by Milo(Woogyom) Kim
· 12 years ago
22ebeb4
leds-lp55xx: clean up init function
by Milo(Woogyom) Kim
· 12 years ago
ffbdccd
leds-lp55xx: use lp55xx common init function - post int
by Milo(Woogyom) Kim
· 12 years ago
e3a700d
leds-lp55xx: use lp55xx common init function - detect
by Milo(Woogyom) Kim
· 12 years ago
48068d5
leds-lp55xx: use lp55xx common init function - reset
by Milo(Woogyom) Kim
· 12 years ago
a85908d
leds-lp55xx: use lp55xx common init function - platform data
by Milo(Woogyom) Kim
· 12 years ago
9448217
leds-lp5521: clean up lp5521_configure()
by Milo(Woogyom) Kim
· 12 years ago
6a0c9a4
leds-lp55xx: use common lp55xx data structure in _probe()
by Milo(Woogyom) Kim
· 12 years ago
945c700
leds-lp55xx: replace name of data structure
by Milo(Woogyom) Kim
· 12 years ago
f6c64c6
leds-lp55xx: do chip specific configuration on device init
by Milo(Woogyom) Kim
· 12 years ago
86eb774
leds-lp55xx: add device reset function in lp5521/5523
by Milo(Woogyom) Kim
· 12 years ago
1904f83
leds-lp55xx: clean up deinit leds in lp5521/5523
by Milo(Woogyom) Kim
· 12 years ago
f652480
leds-lp55xx: clean up init leds in lp5521/5523
by Milo(Woogyom) Kim
· 12 years ago
1a99148
leds-lp55xx: clean up deinit_device() in lp5521/5523
by Milo(Woogyom) Kim
· 12 years ago
944f7b1
leds-lp55xx: clean up init_device() in lp5521/5523
by Milo(Woogyom) Kim
· 12 years ago
e81d372
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds
by Linus Torvalds
· 12 years ago
2f05e1d
leds: leds-lp5521: return an error code on error in probe()
by Dan Carpenter
· 12 years ago
678e8a6
leds: remove use of __devexit
by Bill Pemberton
· 12 years ago
98ea1ea
leds: remove use of __devinit
by Bill Pemberton
· 12 years ago
df07cf8
leds: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
313e8b5
leds: lp5521: Fix return value
by Sachin Kamat
· 12 years ago
69b44c1
leds: leds-lp5521: replace strict_strtoul() with kstrtoul()
by Jingoo Han
· 12 years ago
e430dc0
leds: convert LP5521 LED driver to devm_kzalloc() and cleanup error exit path
by Bryan Wu
· 12 years ago
5bc9ad7
drivers/leds/leds-lp5521.c: fix lp5521_read() error handling
by Dan Carpenter
· 12 years ago
42960b7
drivers/leds/leds-lp5521.c: ret may be uninitialized
by Srinidhi KASAGAR
· 13 years ago
32a2f74
drivers/leds/leds-lp5521.c: redefinition of register bits
by Kim, Milo
· 13 years ago
011af7b
drivers/leds/leds-lp5521.c: support led pattern data
by Kim, Milo
· 13 years ago
3b49aac
drivers/leds/leds-lp5521.c: add 'update_config' in the lp5521_platform_data
by Kim, Milo
· 13 years ago
5ae4e8a
drivers/leds/leds-lp5521.c: add 'name' in the lp5521_led_config
by Kim, Milo
· 13 years ago
3a2fd4a
drivers/leds/leds-lp5521.c: fix typo
by Masanari Iida
· 13 years ago
09a0d18
leds: convert led i2c drivers to module_i2c_driver
by Axel Lin
· 13 years ago
b3c49c0
drivers/leds/leds-lp5521.c: check if reset is successful
by Srinidhi KASAGAR
· 13 years ago
fa0ea0e
drivers/leds/leds-lp5521.c: avoid writing uninitialized value to LP5521_REG_OP_MODE register
by Axel Lin
· 13 years ago
19ab5cb
drivers/leds/leds-lp5521.c: provide section tagging
by Linus Walleij
· 13 years ago
5286bd9
drivers/leds/leds-lp5521.c: fix section mismatches
by Ralf Baechle
· 13 years ago
67d1da7
drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
by Vasiliy Kulikov
· 14 years ago
61a8393
leds-lp5521: modify the way of setting led device name
by Arun Murthy
· 14 years ago
d4e7ad0
leds: lp5521: fix circular locking
by Samu Onkalo
· 14 years ago
2260209
drivers/leds/leds-lp5521.c: fix potential buffer overflow
by Vasiliy Kulikov
· 14 years ago
95ea8ee
drivers/leds/leds-lp5521.c: perform SW reset before detection
by Samu Onkalo
· 14 years ago
09c76b0
drivers/leds/leds-lp5521.c: adjust delays and add comments to them
by Samu Onkalo
· 14 years ago
9fdb18b
drivers/leds/leds-lp5521.c: change some macros to functions
by Samu Onkalo
· 14 years ago
500fe14
leds: driver for National Semiconductor LP5521 chip
by Samu Onkalo
· 14 years ago