aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-netxbig.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-29leds: netxbig: Add of_node_put() in netxbig_leds_get_of_pdata()Nishka Dasgupta1-2/+4
2019-07-29leds: netxbig: remove legacy board-file supportMasahiro Yamada1-20/+50
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-8/+8
2016-11-30leds: netxbig: fix module autoload for OF registrationJavier Martinez Canillas1-0/+1
2015-11-03leds: netxbig: set led_classdev max_brightnessSimon Guinot1-8/+4
2015-11-03leds: netxbig: convert to use the devm_ functionsSimon Guinot1-80/+28
2015-11-03leds: netxbig: add device tree bindingSimon Guinot1-22/+258
2015-01-13leds: netxbig: fix oops at probe timeSimon Guinot1-6/+6
2014-10-20leds: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-06-25leds: netxbig: fix attribute-creation raceJohan Hovold1-18/+13
2014-02-27drivers/leds: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-08-26leds: use dev_get_platdata()Jingoo Han1-3/+3
2012-12-15Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-ledsLinus Torvalds1-1/+1
2012-11-28leds: remove use of __devexitBill Pemberton1-1/+1
2012-11-28leds: remove use of __devinitBill Pemberton1-3/+3
2012-11-28leds: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-26leds: leds-netxbig: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2012-09-19ARM: orion: move platform_data definitionsArnd Bergmann1-1/+1
2012-07-24leds: convert Big Networks LED driver to devm_kzalloc()Bryan Wu1-7/+3
2012-05-10drivers/leds: correct __devexit annotationsArnd Bergmann1-2/+2
2012-01-10drivers/leds/leds-netxbig.c: use gpio_request_one()Axel Lin1-18/+6
2012-01-10leds: convert led platform drivers to module_platform_driverAxel Lin1-13/+2
2010-10-07leds: add LED driver for Big Network series LEDsSimon Guinot1-0/+449