Age | Commit message (Expand) | Author | Files | Lines |
2020-09-30 | leds: tca6507: remove binding comment | Marek Behún | 1 | -17/+0 |
2020-09-30 | leds: tca6507: cosmetic change: use helper variable | Marek Behún | 1 | -17/+16 |
2020-09-30 | leds: tca6507: do not set GPIO names | Marek Behún | 1 | -3/+0 |
2020-09-30 | leds: tca6507: fix potential zero passed to ERR_PTR | Marek Behún | 1 | -1/+1 |
2020-09-30 | leds: tca6507: fix warning triggered by fwnode conversion. | Pavel Machek | 1 | -1/+1 |
2020-09-30 | leds: tca6507: use fwnode API instead of OF | Marek Behún | 1 | -37/+29 |
2020-09-30 | leds: tca6507: Absorb platform data | Marek Behún | 1 | -1/+10 |
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 | -2/+2 |
2020-04-17 | leds: tca6507: Include the right header | Linus Walleij | 1 | -1/+1 |
2019-07-09 | Merge tag 'leds-for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2019-06-09 | leds: leds-tca6507: simplify getting the adapter of a client | Wolfram Sang | 1 | -1/+1 |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
2018-06-13 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 1 | -2/+2 |
2017-10-09 | leds: tca6507: Remove unnecessary reg check | Christos Gkekas | 1 | -1/+1 |
2016-04-14 | leds: tca6507: silence an uninitialized variable warning | Dan Carpenter | 1 | -0/+2 |
2016-01-07 | leds: tca6507: use gpiochip data pointer | Linus Walleij | 1 | -2/+2 |
2015-11-19 | gpio: change member .dev to .parent | Linus Walleij | 1 | -1/+1 |
2015-08-28 | leds: Export OF module alias information in missing drivers | Javier Martinez Canillas | 1 | -0/+1 |
2015-08-28 | leds: Drop owner assignment from i2c_driver | Krzysztof Kozlowski | 1 | -1/+0 |
2014-09-18 | driver:gpio remove all usage of gpio_remove retval in driver | abdoulaye berthe | 1 | -5/+2 |
2014-01-28 | drivers: leds: leds-tca6507: check CONFIG_GPIOLIB whether defined for 'gpio_b... | Chen Gang | 1 | -1/+2 |
2014-01-28 | LEDS: tca6507 - fix up some comments. | NeilBrown | 1 | -88/+102 |
2014-01-28 | LEDS: tca6507: add device-tree support for GPIO configuration. | NeilBrown | 1 | -0/+6 |
2014-01-28 | LEDS: tca6507 - fix bugs in parsing of device-tree configuration. | NeilBrown | 1 | -4/+4 |
2013-08-27 | leds: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 |
2013-04-01 | leds: tca6507: Use of_match_ptr() macro | Sachin Kamat | 1 | -2/+2 |
2013-02-07 | leds: tca6507: Use of_get_child_count() | Axel Lin | 1 | -7/+3 |
2013-02-02 | leds/tca6507: Add support for devicetree. | Marek Belisko | 1 | -4/+72 |
2012-11-29 | leds: remove use of __devexit | Bill Pemberton | 1 | -1/+1 |
2012-11-29 | leds: remove use of __devinit | Bill Pemberton | 1 | -1/+1 |
2012-11-29 | leds: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
2012-07-24 | leds: convert TCA6507 LED driver to devm_kzalloc() | Bryan Wu | 1 | -3/+1 |
2012-07-24 | leds: convert tca6507 driver to module_i2c_driver() | Peter Meerwald | 1 | -12/+1 |
2012-03-24 | drivers/leds/leds-tca6507.c: remove obsolete cleanup for clientdata | Wolfram Sang | 1 | -1/+0 |
2012-03-24 | drivers/leds/leds-tca6507.c: cleanup error handling in tca6507_probe() | Dan Carpenter | 1 | -5/+3 |
2012-01-11 | leds: add driver for TCA6507 LED controller | NeilBrown | 1 | -0/+779 |