aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds/leds-pca955x.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-30leds: pca955x: check for I2C errorsGravatar Cédric Le Goater 1-31/+83
2017-08-29leds: pca955x: Prevent crippled LED device nameGravatar Jacek Anaszewski 1-4/+8
2017-08-14leds: pca955x: add GPIO supportGravatar Cédric Le Goater 1-17/+120
2017-08-14leds: pca955x: use devm_led_classdev_registerGravatar Cédric Le Goater 1-22/+4
2017-08-14leds: pca955x: add device tree supportGravatar Cédric Le Goater 1-12/+89
2017-05-22leds: pca955x: Correct I2C FunctionalityGravatar Tin Huynh 1-1/+1
2016-12-02leds: pca955x: Add ACPI supportGravatar Tin Huynh 1-2/+22
2016-01-04leds: pca955x: Remove work queueGravatar Andrew Lunn 1-30/+9
2015-08-28leds: Drop owner assignment from i2c_driverGravatar Krzysztof Kozlowski 1-1/+0
2013-08-26leds: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2012-12-15Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Gravatar Linus Torvalds 1-1/+1
2012-11-28leds: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-28leds: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-28leds: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-11-27leds: leds-pca955x: Use dev_info instead of printkGravatar Sachin Kamat 1-1/+1
2012-07-24leds: convert PCA955x LED driver to devm_kzalloc() and cleanup error exit pathGravatar Bryan Wu 1-13/+5
2012-05-29drivers/leds/leds-pca955x.c: fix race condition while setting brightness on s...Gravatar Alexander Stein 1-36/+59
2012-01-10leds: convert led i2c drivers to module_i2c_driverGravatar Axel Lin 1-12/+1
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversGravatar Wolfram Sang 1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2008-10-20leds: leds-pca955x - Mark pca955x_led_set() staticGravatar Sven Wegener 1-1/+1
2008-10-03leds-pca955x: add proper error handling and fix bogus memory handlingGravatar Sven Wegener 1-32/+38
2008-07-23leds: Add support for Philips PCA955x I2C LED driversGravatar Nate Case 1-0/+384