aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds/leds-tca6507.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-16i2c: Make remove callback return voidGravatar Uwe Kleine-König 1-3/+1
2022-01-12leds: tca6507: Get rid of duplicate of_node assignmentGravatar Andy Shevchenko 1-3/+0
2022-01-12leds: tca6507: use swap() to make code cleanerGravatar Yihao Han 1-3/+1
2020-09-30leds: tca6507: remove binding commentGravatar Marek Behún 1-17/+0
2020-09-30leds: tca6507: cosmetic change: use helper variableGravatar Marek Behún 1-17/+16
2020-09-30leds: tca6507: do not set GPIO namesGravatar Marek Behún 1-3/+0
2020-09-30leds: tca6507: fix potential zero passed to ERR_PTRGravatar Marek Behún 1-1/+1
2020-09-30leds: tca6507: fix warning triggered by fwnode conversion.Gravatar Pavel Machek 1-1/+1
2020-09-30leds: tca6507: use fwnode API instead of OFGravatar Marek Behún 1-37/+29
2020-09-30leds: tca6507: Absorb platform dataGravatar Marek Behún 1-1/+10
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-2/+2
2020-04-17leds: tca6507: Include the right headerGravatar Linus Walleij 1-1/+1
2019-07-09Merge tag 'leds-for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2019-06-09leds: leds-tca6507: simplify getting the adapter of a clientGravatar Wolfram Sang 1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-2/+2
2017-10-09leds: tca6507: Remove unnecessary reg checkGravatar Christos Gkekas 1-1/+1
2016-04-14leds: tca6507: silence an uninitialized variable warningGravatar Dan Carpenter 1-0/+2
2016-01-07leds: tca6507: use gpiochip data pointerGravatar Linus Walleij 1-2/+2
2015-11-19gpio: change member .dev to .parentGravatar Linus Walleij 1-1/+1
2015-08-28leds: Export OF module alias information in missing driversGravatar Javier Martinez Canillas 1-0/+1
2015-08-28leds: Drop owner assignment from i2c_driverGravatar Krzysztof Kozlowski 1-1/+0
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverGravatar abdoulaye berthe 1-5/+2
2014-01-27drivers: leds: leds-tca6507: check CONFIG_GPIOLIB whether defined for 'gpio_b...Gravatar Chen Gang 1-1/+2
2014-01-27LEDS: tca6507 - fix up some comments.Gravatar NeilBrown 1-88/+102
2014-01-27LEDS: tca6507: add device-tree support for GPIO configuration.Gravatar NeilBrown 1-0/+6
2014-01-27LEDS: tca6507 - fix bugs in parsing of device-tree configuration.Gravatar NeilBrown 1-4/+4
2013-08-26leds: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-04-01leds: tca6507: Use of_match_ptr() macroGravatar Sachin Kamat 1-2/+2
2013-02-06leds: tca6507: Use of_get_child_count()Gravatar Axel Lin 1-7/+3
2013-02-01leds/tca6507: Add support for devicetree.Gravatar Marek Belisko 1-4/+72
2012-11-28leds: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-28leds: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-28leds: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-07-24leds: convert TCA6507 LED driver to devm_kzalloc()Gravatar Bryan Wu 1-3/+1
2012-07-24leds: convert tca6507 driver to module_i2c_driver()Gravatar Peter Meerwald 1-12/+1
2012-03-23drivers/leds/leds-tca6507.c: remove obsolete cleanup for clientdataGravatar Wolfram Sang 1-1/+0
2012-03-23drivers/leds/leds-tca6507.c: cleanup error handling in tca6507_probe()Gravatar Dan Carpenter 1-5/+3
2012-01-10leds: add driver for TCA6507 LED controllerGravatar NeilBrown 1-0/+779