aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-bd2802.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2016-01-04leds: bd2802: Remove work queueAndrew Lunn1-25/+14
2014-05-08leds: Remove duplicated OOM message for individual driverXiubo Li1-3/+1
2013-08-26leds: use dev_get_platdata()Jingoo Han1-1/+1
2013-04-01leds: leds-bd2802: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-7/+3
2013-04-01leds: leds-bd2802: remove erroneous __exit annotationJingoo Han1-2/+2
2012-12-15Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-ledsLinus Torvalds1-5/+5
2012-11-28leds: remove use of __devinitBill Pemberton1-1/+1
2012-11-27leds: leds-bd2802: Fix checkpatch warningsSachin Kamat1-3/+3
2012-11-26leds: leds-bd2802: replace strict_strtoul() with kstrtoul()Jingoo Han1-2/+2
2012-07-24leds: convert BD2802 RGB LED driver to devm_kzalloc() and cleanup error exit pathBryan Wu1-6/+2
2012-01-10drivers/leds/leds-bd2802.c: use gpio_request_one()Axel Lin1-2/+1
2012-01-10leds: convert led i2c drivers to module_i2c_driverAxel Lin1-11/+1
2011-08-25drivers/leds/leds-bd2802.c: bd2802_unregister_led_classdev() should unregister all registered ledsAxel Lin1-0/+5
2011-03-22leds: convert bd2802 driver to dev_pm_opsMark Brown1-19/+28
2010-08-05leds: Remove owner field from attribute initialization in bd2802 driverGuenter Roeck1-3/+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
2009-06-23leds: add the sysfs interface into the leds-bd2802 driver for changing wave pattern and led current.Kim Kyuwon1-13/+73
2009-06-23leds: change the license informationKim Kyuwon1-1/+1
2009-06-23leds: fix led-bd2802 errors while resumingKim Kyuwon1-7/+1
2009-04-06leds: add BD2802GU LED driverKim Kyuwon1-0/+765