Age | Commit message (Expand) | Author | Files | Lines |
2022-03-02 | leds: pca955x: Allow zero LEDs to be specified | Andrew Jeffery | 1 | -1/+1 |
2022-03-02 | leds: pca955x: Make the gpiochip always expose all pins | Andrew Jeffery | 1 | -31/+34 |
2021-08-20 | leds: pca955x: Switch to i2c probe_new | Eddie James | 1 | -4/+19 |
2021-08-20 | leds: pca955x: Let the core process the fwnode | Eddie James | 1 | -28/+30 |
2021-08-20 | leds: pca955x: Implement the default-state property | Eddie James | 1 | -8/+46 |
2021-08-20 | leds: pca955x: Add brightness_get function | Eddie James | 1 | -0/+52 |
2021-08-20 | leds: pca955x: Clean up code formatting | Eddie James | 1 | -33/+30 |
2020-08-17 | leds: pca955x: Add an IBM software implementation of the PCA9552 chip | Eddie James | 1 | -0/+8 |
2020-07-12 | leds: pca955x: Include the right GPIO header | Linus Walleij | 1 | -1/+1 |
2019-07-09 | Merge tag 'leds-for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2019-06-09 | leds: leds-pca955x: simplify getting the adapter of a client | Wolfram Sang | 1 | -1/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330 | Thomas Gleixner | 1 | -4/+1 |
2019-03-31 | leds: pca955x: Make use of device property API | Andy Shevchenko | 1 | -22/+13 |
2019-03-31 | leds: pca955x: Revert "Add ACPI support" | Andy Shevchenko | 1 | -21/+1 |
2018-06-13 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 1 | -4/+4 |
2017-10-06 | leds: pca955x: Don't invert requested value in pca955x_gpio_set_value() | Andrew Jeffery | 1 | -5/+12 |
2017-08-30 | leds: pca955x: check for I2C errors | Cédric Le Goater | 1 | -31/+83 |
2017-08-29 | leds: pca955x: Prevent crippled LED device name | Jacek Anaszewski | 1 | -4/+8 |
2017-08-14 | leds: pca955x: add GPIO support | Cédric Le Goater | 1 | -17/+120 |
2017-08-14 | leds: pca955x: use devm_led_classdev_register | Cédric Le Goater | 1 | -22/+4 |
2017-08-14 | leds: pca955x: add device tree support | Cédric Le Goater | 1 | -12/+89 |
2017-05-22 | leds: pca955x: Correct I2C Functionality | Tin Huynh | 1 | -1/+1 |
2016-12-02 | leds: pca955x: Add ACPI support | Tin Huynh | 1 | -2/+22 |
2016-01-04 | leds: pca955x: Remove work queue | Andrew Lunn | 1 | -30/+9 |
2015-08-28 | leds: Drop owner assignment from i2c_driver | Krzysztof Kozlowski | 1 | -1/+0 |
2013-08-27 | leds: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 |
2012-12-16 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool... | Linus Torvalds | 1 | -1/+1 |
2012-11-29 | leds: remove use of __devexit | Bill Pemberton | 1 | -1/+1 |
2012-11-29 | leds: remove use of __devinit | Bill Pemberton | 1 | -1/+1 |
2012-11-29 | leds: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
2012-11-28 | leds: leds-pca955x: Use dev_info instead of printk | Sachin Kamat | 1 | -1/+1 |
2012-07-24 | leds: convert PCA955x LED driver to devm_kzalloc() and cleanup error exit path | Bryan Wu | 1 | -13/+5 |
2012-05-30 | drivers/leds/leds-pca955x.c: fix race condition while setting brightness on s... | Alexander Stein | 1 | -36/+59 |
2012-01-11 | leds: convert led i2c drivers to module_i2c_driver | Axel Lin | 1 | -12/+1 |
2010-06-03 | i2c: Remove all i2c_set_clientdata(client, NULL) in drivers | Wolfram Sang | 1 | -2/+0 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2008-10-21 | leds: leds-pca955x - Mark pca955x_led_set() static | Sven Wegener | 1 | -1/+1 |
2008-10-04 | leds-pca955x: add proper error handling and fix bogus memory handling | Sven Wegener | 1 | -32/+38 |
2008-07-23 | leds: Add support for Philips PCA955x I2C LED drivers | Nate Case | 1 | -0/+384 |