aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds/leds-wm8350.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-04leds: wm8350: Remove work queueGravatar Andrew Lunn 1-39/+25
2014-10-20leds: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
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
2013-04-01leds: wm8350: Complain if we fail to reenable DCDCGravatar Mark Brown 1-1/+4
2012-11-27leds: leds-wm8350: Use dev_err instead of printkGravatar Sachin Kamat 1-2/+2
2012-10-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Gravatar Linus Torvalds 1-22/+7
2012-09-11leds: wm8350: Convert to devm_regulator_get()Gravatar Axel Lin 1-22/+7
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Gravatar Tejun Heo 1-1/+1
2012-01-10leds: convert wm8350 driver to devm_kzalloc()Gravatar Mark Brown 1-5/+2
2012-01-10leds: convert led platform drivers to module_platform_driverGravatar Axel Lin 1-11/+1
2011-10-31drivers/leds: Add module.h to files using it implicitlyGravatar Paul Gortmaker 1-0/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-2/+2
2010-12-24leds-wm8350: don't use flush_scheduled_work()Gravatar Tejun Heo 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-01-08leds: Add suspend/resume to the core classGravatar Richard Purdie 1-23/+1
2009-01-08leds: Add WM8350 LED driverGravatar Mark Brown 1-0/+333