aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds/leds-s3c24xx.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-16leds: remove s3c24xx driverGravatar Arnd Bergmann 1-83/+0
2020-08-17leds: s3c24xx: Remove unused machine header includeGravatar Krzysztof Kozlowski 1-2/+0
2020-07-09ARM: s3c24xx: leds: Convert to use GPIO descriptorsGravatar Linus Walleij 1-29/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2016-03-14leds: s3c24xx: Use devm_led_classdev_registerGravatar Amitoj Kaur Chawla 1-18/+1
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
2014-01-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Gravatar Linus Torvalds 1-2/+1
2014-01-27leds: s3c24xx: Remove hardware.h inclusionGravatar Sachin Kamat 1-2/+1
2014-01-07leds: s3c24xx: Fix build failureGravatar Tushar Behera 1-0/+1
2013-08-26leds: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2012-09-19ARM: samsung: move platform_data definitionsGravatar Arnd Bergmann 1-1/+1
2012-07-24leds/leds-s3c24xx: use devm_gpio_requestGravatar Devendra Naga 1-2/+1
2012-07-24leds: Convert S3C24XX LED driver to gpiolib APIGravatar Sylwester Nawrocki 1-14/+20
2012-07-24leds: Convert S3C24XX LED driver to devm_kzalloc()Gravatar Sylwester Nawrocki 1-5/+3
2012-07-24leds: [trivial]Remove unnecesary returnGravatar Devendra Naga 1-2/+1
2012-01-10leds: convert led platform drivers to module_platform_driverGravatar Axel Lin 1-12/+1
2011-10-31drivers/leds: Add module.h to files using it implicitlyGravatar Paul Gortmaker 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-05-18[ARM] S3C24XX: GPIO: Move gpio functions out of <mach/hardware.h>Gravatar Ben Dooks 1-0/+1
2009-04-06leds: remove an unnecessary "goto" on drivers/leds/leds-s3c24.cGravatar Zhenwen Xu 1-5/+2
2009-01-08leds: Add suspend/resume to the core classGravatar Richard Purdie 1-24/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machGravatar Russell King 1-3/+3
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadGravatar Russell King 1-1/+1
2008-04-24leds: Cleanup various whitespace and code style issuesGravatar Németh Márton 1-2/+2
2008-04-15leds: fix platform driver hotplug/coldplugGravatar Kay Sievers 1-0/+1
2007-10-20fix typo "sort" -> "short"Gravatar Uwe Kleine-König 1-1/+1
2007-01-05[PATCH] Fix leds-s3c24xx hardware.h referenceGravatar Richard Purdie 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-04-11[PATCH] S3C24XX GPIO LED supportGravatar Ben Dooks 1-0/+163