aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds/leds-pca955x.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-02leds: pca955x: Allow zero LEDs to be specifiedGravatar Andrew Jeffery 1-1/+1
2022-03-02leds: pca955x: Make the gpiochip always expose all pinsGravatar Andrew Jeffery 1-31/+34
2021-08-20leds: pca955x: Switch to i2c probe_newGravatar Eddie James 1-4/+19
2021-08-20leds: pca955x: Let the core process the fwnodeGravatar Eddie James 1-28/+30
2021-08-20leds: pca955x: Implement the default-state propertyGravatar Eddie James 1-8/+46
2021-08-20leds: pca955x: Add brightness_get functionGravatar Eddie James 1-0/+52
2021-08-20leds: pca955x: Clean up code formattingGravatar Eddie James 1-33/+30
2020-08-17leds: pca955x: Add an IBM software implementation of the PCA9552 chipGravatar Eddie James 1-0/+8
2020-07-12leds: pca955x: Include the right GPIO 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-pca955x: simplify getting the adapter of a clientGravatar Wolfram Sang 1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Gravatar Thomas Gleixner 1-4/+1
2019-03-31leds: pca955x: Make use of device property APIGravatar Andy Shevchenko 1-22/+13
2019-03-31leds: pca955x: Revert "Add ACPI support"Gravatar Andy Shevchenko 1-21/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-4/+4
2017-10-06leds: pca955x: Don't invert requested value in pca955x_gpio_set_value()Gravatar Andrew Jeffery 1-5/+12
2017-08-30leds: pca955x: check for I2C errorsGravatar Cédric Le Goater 1-31/+83
2017-08-29leds: pca955x: Prevent crippled LED device nameGravatar Jacek Anaszewski 1-4/+8
2017-08-14leds: pca955x: add GPIO supportGravatar Cédric Le Goater 1-17/+120
2017-08-14leds: pca955x: use devm_led_classdev_registerGravatar Cédric Le Goater 1-22/+4
2017-08-14leds: pca955x: add device tree supportGravatar Cédric Le Goater 1-12/+89
2017-05-22leds: pca955x: Correct I2C FunctionalityGravatar Tin Huynh 1-1/+1
2016-12-02leds: pca955x: Add ACPI supportGravatar Tin Huynh 1-2/+22
2016-01-04leds: pca955x: Remove work queueGravatar Andrew Lunn 1-30/+9
2015-08-28leds: Drop owner assignment from i2c_driverGravatar Krzysztof Kozlowski 1-1/+0
2013-08-26leds: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2012-12-15Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Gravatar Linus Torvalds 1-1/+1
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-11-27leds: leds-pca955x: Use dev_info instead of printkGravatar Sachin Kamat 1-1/+1
2012-07-24leds: convert PCA955x LED driver to devm_kzalloc() and cleanup error exit pathGravatar Bryan Wu 1-13/+5
2012-05-29drivers/leds/leds-pca955x.c: fix race condition while setting brightness on s...Gravatar Alexander Stein 1-36/+59
2012-01-10leds: convert led i2c drivers to module_i2c_driverGravatar Axel Lin 1-12/+1
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversGravatar Wolfram Sang 1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2008-10-20leds: leds-pca955x - Mark pca955x_led_set() staticGravatar Sven Wegener 1-1/+1
2008-10-03leds-pca955x: add proper error handling and fix bogus memory handlingGravatar Sven Wegener 1-32/+38
2008-07-23leds: Add support for Philips PCA955x I2C LED driversGravatar Nate Case 1-0/+384