| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-07 | treewide: rename GPIO set callbacks back to their original names | Bartosz Golaszewski | 1 | -1/+1 |
| 2025-05-14 | leds: tca6507: Use new GPIO line value setter callbacks | Bartosz Golaszewski | 1 | -5/+6 |
| 2024-10-09 | leds: tca6507: Switch to device_for_each_child_node_scoped() | Javier Carrasco | 1 | -5/+2 |
| 2023-12-13 | leds: tca6507: Use devm_led_classdev_register() to simplify remove path | Andrew Davis | 1 | -15/+3 |
| 2023-12-13 | leds: tca6507: Use devm_gpiochip_add_data() to simplify remove path | Andrew Davis | 1 | -11/+1 |
| 2023-11-01 | leds: tca6507: Don't use fixed GPIO base | Andy Shevchenko | 1 | -7/+1 |
| 2023-05-25 | leds: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 1 | -1/+1 |
| 2023-04-05 | leds: tca6507: Fix error handling of using fwnode_property_read_string | H. Nikolaus Schaller | 1 | -2/+3 |
| 2023-01-30 | leds: tca6507: Convert to use fwnode_device_is_compatible() | Andy Shevchenko | 1 | -2/+1 |
| 2023-01-30 | leds: tca6507: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
| 2022-08-16 | i2c: Make remove callback return void | Uwe Kleine-König | 1 | -3/+1 |
| 2022-01-12 | leds: tca6507: Get rid of duplicate of_node assignment | Andy Shevchenko | 1 | -3/+0 |
| 2022-01-12 | leds: tca6507: use swap() to make code cleaner | Yihao Han | 1 | -3/+1 |
| 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-12 | 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-27 | drivers: leds: leds-tca6507: check CONFIG_GPIOLIB whether defined for 'gpio_b... | Chen Gang | 1 | -1/+2 |
| 2014-01-27 | LEDS: tca6507 - fix up some comments. | NeilBrown | 1 | -87/+101 |
| 2014-01-27 | LEDS: tca6507: add device-tree support for GPIO configuration. | NeilBrown | 1 | -0/+6 |
| 2014-01-27 | LEDS: tca6507 - fix bugs in parsing of device-tree configuration. | NeilBrown | 1 | -4/+4 |
| 2013-08-26 | 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-06 | leds: tca6507: Use of_get_child_count() | Axel Lin | 1 | -7/+3 |
| 2013-02-01 | leds/tca6507: Add support for devicetree. | Marek Belisko | 1 | -4/+72 |
| 2012-11-28 | leds: remove use of __devexit | Bill Pemberton | 1 | -1/+1 |
| 2012-11-28 | leds: remove use of __devinit | Bill Pemberton | 1 | -1/+1 |
| 2012-11-28 | 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-23 | drivers/leds/leds-tca6507.c: remove obsolete cleanup for clientdata | Wolfram Sang | 1 | -1/+0 |
| 2012-03-23 | drivers/leds/leds-tca6507.c: cleanup error handling in tca6507_probe() | Dan Carpenter | 1 | -5/+3 |
| 2012-01-10 | leds: add driver for TCA6507 LED controller | NeilBrown | 1 | -0/+779 |