aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-pca9532.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-03leds: pca953x: Use of_device_get_match_data()Stephen Boyd1-12/+2
2019-08-08leds: pca953x: Include the right headerLinus Walleij1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2019-03-30leds: pca9532: fix a potential NULL pointer dereferenceKangjie Lu1-2/+6
2017-04-19leds: pca9532: Extend pca9532 device tree supportFelix Brack1-1/+26
2016-11-22leds: pca9532: Use default trigger value from platform dataFelix Brack1-1/+1
2016-06-20leds: pca9532: Add device tree supportPhil Reid1-4/+71
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-7/+7
2016-01-07leds: pca9532: use gpiochip data pointerLinus Walleij1-4/+4
2016-01-04leds: pca9532: Remove work queue for LEDs.Andrew Lunn1-16/+12
2015-11-19gpio: change member .dev to .parentLinus Walleij1-3/+3
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe1-8/+2
2013-08-26leds: use dev_get_platdata()Jingoo Han1-1/+2
2013-02-01leds: pca9532: fix suspect code indent for conditional statementsJingoo Han1-1/+1
2013-02-01leds: pca9532: Convert to devm_input_allocate_device()Axel Lin1-3/+1
2012-07-24leds: convert PCA9532 LED driver to devm_kzalloc()Bryan Wu1-8/+2
2012-01-10leds: convert led i2c drivers to module_i2c_driverAxel Lin1-13/+1
2011-07-08drivers/leds/leds-pca9532.c: change driver name to be uniqueWolfram Sang1-1/+1
2011-05-25drivers/leds/leds-pca9532.c: add support pca9530, pca9531 and pca9533Jan Weitzel1-22/+62
2011-05-25drivers/leds/leds-pca9532.c: add gpio capabilityJoachim Eastwood1-3/+110
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-13leds: leds-pca9532 cleanupsAxel Lin1-38/+28
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-4/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-10-04leds: leds-pca9532 - Drop unused module parametersJean Delvare1-3/+0
2009-09-07leds: Fix leds-pca9532 whitespace issuesRichard Purdie1-6/+6
2009-06-23leds: pca9532 - Indent using tabs, not spaces.Antonio Ospite1-29/+29
2009-04-06leds: Fix &&/|| confusion in leds-pca9532.cRiku Voipio1-1/+1
2009-03-30trivial: Update my email addressRiku Voipio1-2/+2
2009-01-08leds: leds-pcs9532 - Move i2c work to a workquequeRiku Voipio1-8/+43
2009-01-08leds: leds-pca9532 - fix memory leak and properly handle errorsSven Wegener1-9/+13
2009-01-08leds: eds-pca9532: mark pca9532_event() staticSven Wegener1-2/+2
2008-07-23leds: Add pca9532 led driverRiku Voipio1-0/+337