aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds/leds-netxbig.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-30leds: Use DEVICE_ATTR_{RW, RO, WO} macrosGravatar Dwaipayan Ray 1-6/+6
2020-11-25leds: netxbig: add missing put_device() call in netxbig_leds_get_of_pdata()Gravatar Yu Kuai 1-11/+24
2020-09-26leds: various: use only available OF childrenGravatar Marek Behún 1-2/+2
2020-09-26leds: various: use dev_of_node(dev) instead of dev->of_nodeGravatar Marek Behún 1-1/+1
2020-04-27leds: netxbig: Convert to use GPIO descriptorsGravatar Linus Walleij 1-67/+81
2019-07-29leds: netxbig: Add of_node_put() in netxbig_leds_get_of_pdata()Gravatar Nishka Dasgupta 1-2/+4
2019-07-29leds: netxbig: remove legacy board-file supportGravatar Masahiro Yamada 1-20/+50
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-8/+8
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