aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds/leds-ns2.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-22leds: Include linux/of.h headerGravatar Sachin Kamat 1-0/+1
2013-08-26leds: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-06-20leds: leds-ns2: remove unnecessary platform_set_drvdata()Gravatar Jingoo Han 1-2/+0
2013-04-01leds: leds-ns2: fix oops at module removalGravatar Simon Guinot 1-13/+25
2013-04-01leds: leds-ns2: set devm_gpio_request_one() flags param correctlyGravatar Jingoo Han 1-2/+4
2012-12-15Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Gravatar Linus Torvalds 1-25/+11
2012-12-12Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-3/+75
2012-11-28leds: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-28leds: remove use of __devinitGravatar Bill Pemberton 1-2/+2
2012-11-28leds: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-11-27leds: leds-ns2: use devm_gpio_request_oneGravatar Sachin Kamat 1-12/+5
2012-11-26leds: leds-ns2: replace strict_strtoul() with kstrtoul()Gravatar Jingoo Han 1-1/+1
2012-11-26leds: leds-ns2: use gpio_request_oneGravatar Jingoo Han 1-14/+7
2012-11-21leds: leds-ns2: add device tree bindingGravatar Simon Guinot 1-3/+75
2012-09-19ARM: orion: move platform_data definitionsGravatar Arnd Bergmann 1-1/+1
2012-07-24leds: convert Network Space v2 LED driver to devm_kzalloc() and cleanup error...Gravatar Bryan Wu 1-13/+6
2012-05-10drivers/leds: correct __devexit annotationsGravatar Arnd Bergmann 1-1/+1
2012-01-10leds: convert led platform drivers to module_platform_driverGravatar Axel Lin 1-13/+2
2011-10-31drivers/leds: Add module.h to files using it implicitlyGravatar Paul Gortmaker 1-0/+1
2010-10-07leds: leds-ns2: fix private driver data storageGravatar Simon Guinot 1-3/+6
2010-09-19leds: leds-ns2: fix lockingGravatar Simon Guinot 1-4/+5
2010-07-16leds: add LED driver for Network Space v2 LEDsGravatar Simon Guinot 1-0/+338