aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-ns2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-20leds: leds-ns2: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-04-01leds: leds-ns2: fix oops at module removalSimon Guinot1-13/+25
2013-04-01leds: leds-ns2: set devm_gpio_request_one() flags param correctlyJingoo Han1-2/+4
2012-12-15Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-ledsLinus Torvalds1-25/+11
2012-12-12Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+75
2012-11-28leds: remove use of __devexitBill Pemberton1-1/+1
2012-11-28leds: remove use of __devinitBill Pemberton1-2/+2
2012-11-28leds: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-27leds: leds-ns2: use devm_gpio_request_oneSachin Kamat1-12/+5
2012-11-26leds: leds-ns2: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2012-11-26leds: leds-ns2: use gpio_request_oneJingoo Han1-14/+7
2012-11-21leds: leds-ns2: add device tree bindingSimon Guinot1-3/+75
2012-09-19ARM: orion: move platform_data definitionsArnd Bergmann1-1/+1
2012-07-24leds: convert Network Space v2 LED driver to devm_kzalloc() and cleanup error exit pathBryan Wu1-13/+6
2012-05-10drivers/leds: correct __devexit annotationsArnd Bergmann1-1/+1
2012-01-10leds: convert led platform drivers to module_platform_driverAxel Lin1-13/+2
2011-10-31drivers/leds: Add module.h to files using it implicitlyPaul Gortmaker1-0/+1
2010-10-07leds: leds-ns2: fix private driver data storageSimon Guinot1-3/+6
2010-09-19leds: leds-ns2: fix lockingSimon Guinot1-4/+5
2010-07-16leds: add LED driver for Network Space v2 LEDsSimon Guinot1-0/+338