aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-s3c24xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2016-03-14leds: s3c24xx: Use devm_led_classdev_registerAmitoj Kaur Chawla1-18/+1
2014-10-20leds: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-08leds: Remove duplicated OOM message for individual driverXiubo Li1-3/+1
2014-02-27drivers/leds: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-ledsLinus Torvalds1-2/+1
2014-01-27leds: s3c24xx: Remove hardware.h inclusionSachin Kamat1-2/+1
2014-01-07leds: s3c24xx: Fix build failureTushar Behera1-0/+1
2013-08-26leds: use dev_get_platdata()Jingoo Han1-1/+1
2012-09-19ARM: samsung: move platform_data definitionsArnd Bergmann1-1/+1
2012-07-24leds/leds-s3c24xx: use devm_gpio_requestDevendra Naga1-2/+1
2012-07-24leds: Convert S3C24XX LED driver to gpiolib APISylwester Nawrocki1-14/+20
2012-07-24leds: Convert S3C24XX LED driver to devm_kzalloc()Sylwester Nawrocki1-5/+3
2012-07-24leds: [trivial]Remove unnecesary returnDevendra Naga1-2/+1
2012-01-10leds: convert led platform drivers to module_platform_driverAxel Lin1-12/+1
2011-10-31drivers/leds: Add module.h to files using it implicitlyPaul Gortmaker1-0/+1
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-05-18[ARM] S3C24XX: GPIO: Move gpio functions out of <mach/hardware.h>Ben Dooks1-0/+1
2009-04-06leds: remove an unnecessary "goto" on drivers/leds/leds-s3c24.cZhenwen Xu1-5/+2
2009-01-08leds: Add suspend/resume to the core classRichard Purdie1-24/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-3/+3
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-04-24leds: Cleanup various whitespace and code style issuesNémeth Márton1-2/+2
2008-04-15leds: fix platform driver hotplug/coldplugKay Sievers1-0/+1
2007-10-20fix typo "sort" -> "short"Uwe Kleine-König1-1/+1
2007-01-05[PATCH] Fix leds-s3c24xx hardware.h referenceRichard Purdie1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-11[PATCH] S3C24XX GPIO LED supportBen Dooks1-0/+163