summaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-pca955x.c
Commit message (Expand)AuthorAgeFilesLines
* leds: pca955x: Switch to i2c probe_newEddie James2021-08-201-4/+19
* leds: pca955x: Let the core process the fwnodeEddie James2021-08-201-28/+30
* leds: pca955x: Implement the default-state propertyEddie James2021-08-201-8/+46
* leds: pca955x: Add brightness_get functionEddie James2021-08-201-0/+52
* leds: pca955x: Clean up code formattingEddie James2021-08-201-33/+30
* leds: pca955x: Add an IBM software implementation of the PCA9552 chipEddie James2020-08-171-0/+8
* leds: pca955x: Include the right GPIO headerLinus Walleij2020-07-121-1/+1
* Merge tag 'leds-for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-091-1/+1
|\
| * leds: leds-pca955x: simplify getting the adapter of a clientWolfram Sang2019-06-091-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner2019-06-051-4/+1
|/
* leds: pca955x: Make use of device property APIAndy Shevchenko2019-03-311-22/+13
* leds: pca955x: Revert "Add ACPI support"Andy Shevchenko2019-03-311-21/+1
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-4/+4
* leds: pca955x: Don't invert requested value in pca955x_gpio_set_value()Andrew Jeffery2017-10-061-5/+12
* leds: pca955x: check for I2C errorsCédric Le Goater2017-08-301-31/+83
* leds: pca955x: Prevent crippled LED device nameJacek Anaszewski2017-08-291-4/+8
* leds: pca955x: add GPIO supportCédric Le Goater2017-08-141-17/+120
* leds: pca955x: use devm_led_classdev_registerCédric Le Goater2017-08-141-22/+4
* leds: pca955x: add device tree supportCédric Le Goater2017-08-141-12/+89
* leds: pca955x: Correct I2C FunctionalityTin Huynh2017-05-221-1/+1
* leds: pca955x: Add ACPI supportTin Huynh2016-12-021-2/+22
* leds: pca955x: Remove work queueAndrew Lunn2016-01-041-30/+9
* leds: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-08-281-1/+0
* leds: use dev_get_platdata()Jingoo Han2013-08-261-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2012-12-151-1/+1
|\
| * leds: leds-pca955x: Use dev_info instead of printkSachin Kamat2012-11-271-1/+1
* | leds: remove use of __devexitBill Pemberton2012-11-281-1/+1
* | leds: remove use of __devinitBill Pemberton2012-11-281-1/+1
* | leds: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
|/
* leds: convert PCA955x LED driver to devm_kzalloc() and cleanup error exit pathBryan Wu2012-07-241-13/+5
* drivers/leds/leds-pca955x.c: fix race condition while setting brightness on s...Alexander Stein2012-05-291-36/+59
* leds: convert led i2c drivers to module_i2c_driverAxel Lin2012-01-101-12/+1
* i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-031-2/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* leds: leds-pca955x - Mark pca955x_led_set() staticSven Wegener2008-10-201-1/+1
* leds-pca955x: add proper error handling and fix bogus memory handlingSven Wegener2008-10-031-32/+38
* leds: Add support for Philips PCA955x I2C LED driversNate Case2008-07-231-0/+384