aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds/leds-tca6507.c
AgeCommit message (Expand)AuthorFilesLines
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