aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds/leds-netxbig.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-30leds: netxbig: fix module autoload for OF registrationGravatar Javier Martinez Canillas 1-0/+1
2015-11-03leds: netxbig: set led_classdev max_brightnessGravatar Simon Guinot 1-8/+4
2015-11-03leds: netxbig: convert to use the devm_ functionsGravatar Simon Guinot 1-80/+28
2015-11-03leds: netxbig: add device tree bindingGravatar Simon Guinot 1-22/+258
2015-01-13leds: netxbig: fix oops at probe timeGravatar Simon Guinot 1-6/+6
2014-10-20leds: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-06-25leds: netxbig: fix attribute-creation raceGravatar Johan Hovold 1-18/+13
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-3/+3
2012-12-15Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Gravatar Linus Torvalds 1-1/+1
2012-11-28leds: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-28leds: remove use of __devinitGravatar Bill Pemberton 1-3/+3
2012-11-28leds: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-11-26leds: leds-netxbig: replace strict_strtoul() with kstrtoul()Gravatar Jingoo Han 1-1/+1
2012-09-19ARM: orion: move platform_data definitionsGravatar Arnd Bergmann 1-1/+1
2012-07-24leds: convert Big Networks LED driver to devm_kzalloc()Gravatar Bryan Wu 1-7/+3
2012-05-10drivers/leds: correct __devexit annotationsGravatar Arnd Bergmann 1-2/+2
2012-01-10drivers/leds/leds-netxbig.c: use gpio_request_one()Gravatar Axel Lin 1-18/+6
2012-01-10leds: convert led platform drivers to module_platform_driverGravatar Axel Lin 1-13/+2
2010-10-07leds: add LED driver for Big Network series LEDsGravatar Simon Guinot 1-0/+449