aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-pca955x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-26leds: use dev_get_platdata()Jingoo Han1-1/+1
2012-12-15Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-ledsLinus Torvalds1-1/+1
2012-11-28leds: remove use of __devexitBill Pemberton1-1/+1
2012-11-28leds: remove use of __devinitBill Pemberton1-1/+1
2012-11-28leds: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-27leds: leds-pca955x: Use dev_info instead of printkSachin Kamat1-1/+1
2012-07-24leds: convert PCA955x LED driver to devm_kzalloc() and cleanup error exit pathBryan Wu1-13/+5
2012-05-29drivers/leds/leds-pca955x.c: fix race condition while setting brightness on several LEDsAlexander Stein1-36/+59
2012-01-10leds: convert led i2c drivers to module_i2c_driverAxel Lin1-12/+1
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2008-10-20leds: leds-pca955x - Mark pca955x_led_set() staticSven Wegener1-1/+1
2008-10-03leds-pca955x: add proper error handling and fix bogus memory handlingSven Wegener1-32/+38
2008-07-23leds: Add support for Philips PCA955x I2C LED driversNate Case1-0/+384