aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-tca6507.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-09Merge tag 'leds-for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds1-1/+1
2019-06-09leds: leds-tca6507: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+2
2017-10-09leds: tca6507: Remove unnecessary reg checkChristos Gkekas1-1/+1
2016-04-14leds: tca6507: silence an uninitialized variable warningDan Carpenter1-0/+2
2016-01-07leds: tca6507: use gpiochip data pointerLinus Walleij1-2/+2
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2015-08-28leds: Export OF module alias information in missing driversJavier Martinez Canillas1-0/+1
2015-08-28leds: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe1-5/+2
2014-01-27drivers: leds: leds-tca6507: check CONFIG_GPIOLIB whether defined for 'gpio_base'Chen Gang1-1/+2
2014-01-27LEDS: tca6507 - fix up some comments.NeilBrown1-88/+102
2014-01-27LEDS: tca6507: add device-tree support for GPIO configuration.NeilBrown1-0/+6
2014-01-27LEDS: tca6507 - fix bugs in parsing of device-tree configuration.NeilBrown1-4/+4
2013-08-26leds: use dev_get_platdata()Jingoo Han1-1/+1
2013-04-01leds: tca6507: Use of_match_ptr() macroSachin Kamat1-2/+2
2013-02-06leds: tca6507: Use of_get_child_count()Axel Lin1-7/+3
2013-02-01leds/tca6507: Add support for devicetree.Marek Belisko1-4/+72
2012-11-28leds: remove use of __devexitBill Pemberton1-1/+1
2012-11-28leds: remove use of __devinitBill Pemberton1-1/+1
2012-11-28leds: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-24leds: convert TCA6507 LED driver to devm_kzalloc()Bryan Wu1-3/+1
2012-07-24leds: convert tca6507 driver to module_i2c_driver()Peter Meerwald1-12/+1
2012-03-23drivers/leds/leds-tca6507.c: remove obsolete cleanup for clientdataWolfram Sang1-1/+0
2012-03-23drivers/leds/leds-tca6507.c: cleanup error handling in tca6507_probe()Dan Carpenter1-5/+3
2012-01-10leds: add driver for TCA6507 LED controllerNeilBrown1-0/+779