aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds/leds-da903x.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-22leds: da903x: fix use-after-free on unbindGravatar Johan Hovold 1-1/+13
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2016-03-14leds: da903x: Use devm_led_classdev_registerGravatar Amitoj Kaur Chawla 1-11/+1
2016-01-04leds: da903x: Remove work queueGravatar Andrew Lunn 1-28/+18
2014-10-20leds: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-05-08leds: Remove duplicated OOM message for individual driverGravatar Xiubo Li 1-3/+1
2014-02-27drivers/leds: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 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-5/+5
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-da903x: Fix checkpatch error and warningsGravatar Sachin Kamat 1-5/+5
2012-07-24leds: convert DA9030/DA9034 LED driver to devm_kzalloc() and cleanup error ex...Gravatar Bryan Wu 1-7/+2
2012-01-10leds: convert led platform drivers to module_platform_driverGravatar Axel Lin 1-11/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2008-10-30leds: da903x: (da9030 only) led brightness reversed.Gravatar Jonathan Cameron 1-1/+1
2008-10-27leds: da903x: fix the building failure of incomplete type of 'work'Gravatar Eric Miao 1-0/+1
2008-10-20leds: da903x: Add support for LEDs found on DA9030/DA9034Gravatar Mike Rapoport 1-0/+175