Age | Commit message (Expand) | Author | Files | Lines |
2020-12-30 | leds: Use DEVICE_ATTR_{RW, RO, WO} macros | Dwaipayan Ray | 1 | -6/+6 |
2020-11-25 | leds: netxbig: add missing put_device() call in netxbig_leds_get_of_pdata() | Yu Kuai | 1 | -11/+24 |
2020-09-26 | leds: various: use only available OF children | Marek BehĂșn | 1 | -2/+2 |
2020-09-26 | leds: various: use dev_of_node(dev) instead of dev->of_node | Marek BehĂșn | 1 | -1/+1 |
2020-04-27 | leds: netxbig: Convert to use GPIO descriptors | Linus Walleij | 1 | -67/+81 |
2019-07-29 | leds: netxbig: Add of_node_put() in netxbig_leds_get_of_pdata() | Nishka Dasgupta | 1 | -2/+4 |
2019-07-29 | leds: netxbig: remove legacy board-file support | Masahiro Yamada | 1 | -20/+50 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 1 | -14/+1 |
2018-06-13 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 1 | -8/+8 |
2016-11-30 | leds: netxbig: fix module autoload for OF registration | Javier Martinez Canillas | 1 | -0/+1 |
2015-11-03 | leds: netxbig: set led_classdev max_brightness | Simon Guinot | 1 | -8/+4 |
2015-11-03 | leds: netxbig: convert to use the devm_ functions | Simon Guinot | 1 | -80/+28 |
2015-11-03 | leds: netxbig: add device tree binding | Simon Guinot | 1 | -22/+258 |
2015-01-14 | leds: netxbig: fix oops at probe time | Simon Guinot | 1 | -6/+6 |
2014-10-20 | leds: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-06-26 | leds: netxbig: fix attribute-creation race | Johan Hovold | 1 | -18/+13 |
2014-02-27 | drivers/leds: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
2013-08-27 | leds: use dev_get_platdata() | Jingoo Han | 1 | -3/+3 |
2012-12-16 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool... | Linus Torvalds | 1 | -1/+1 |
2012-11-29 | leds: remove use of __devexit | Bill Pemberton | 1 | -1/+1 |
2012-11-29 | leds: remove use of __devinit | Bill Pemberton | 1 | -3/+3 |
2012-11-29 | leds: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
2012-11-27 | leds: leds-netxbig: replace strict_strtoul() with kstrtoul() | Jingoo Han | 1 | -1/+1 |
2012-09-19 | ARM: orion: move platform_data definitions | Arnd Bergmann | 1 | -1/+1 |
2012-07-24 | leds: convert Big Networks LED driver to devm_kzalloc() | Bryan Wu | 1 | -7/+3 |
2012-05-11 | drivers/leds: correct __devexit annotations | Arnd Bergmann | 1 | -2/+2 |
2012-01-11 | drivers/leds/leds-netxbig.c: use gpio_request_one() | Axel Lin | 1 | -18/+6 |
2012-01-11 | leds: convert led platform drivers to module_platform_driver | Axel Lin | 1 | -13/+2 |
2010-10-07 | leds: add LED driver for Big Network series LEDs | Simon Guinot | 1 | -0/+449 |