index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
leds
/
leds-pca955x.c
Age
Commit message (
Expand
)
Author
2020-08-17
leds: pca955x: Add an IBM software implementation of the PCA9552 chip
Eddie James
2020-07-12
leds: pca955x: Include the right GPIO header
Linus Walleij
2019-07-09
Merge tag 'leds-for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-06-09
leds: leds-pca955x: simplify getting the adapter of a client
Wolfram Sang
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330
Thomas Gleixner
2019-03-31
leds: pca955x: Make use of device property API
Andy Shevchenko
2019-03-31
leds: pca955x: Revert "Add ACPI support"
Andy Shevchenko
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2017-10-06
leds: pca955x: Don't invert requested value in pca955x_gpio_set_value()
Andrew Jeffery
2017-08-30
leds: pca955x: check for I2C errors
Cédric Le Goater
2017-08-29
leds: pca955x: Prevent crippled LED device name
Jacek Anaszewski
2017-08-14
leds: pca955x: add GPIO support
Cédric Le Goater
2017-08-14
leds: pca955x: use devm_led_classdev_register
Cédric Le Goater
2017-08-14
leds: pca955x: add device tree support
Cédric Le Goater
2017-05-22
leds: pca955x: Correct I2C Functionality
Tin Huynh
2016-12-02
leds: pca955x: Add ACPI support
Tin Huynh
2016-01-04
leds: pca955x: Remove work queue
Andrew Lunn
2015-08-28
leds: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
2013-08-26
leds: use dev_get_platdata()
Jingoo Han
2012-12-15
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...
Linus Torvalds
2012-11-28
leds: remove use of __devexit
Bill Pemberton
2012-11-28
leds: remove use of __devinit
Bill Pemberton
2012-11-28
leds: remove use of __devexit_p
Bill Pemberton
2012-11-27
leds: leds-pca955x: Use dev_info instead of printk
Sachin Kamat
2012-07-24
leds: convert PCA955x LED driver to devm_kzalloc() and cleanup error exit path
Bryan Wu
2012-05-29
drivers/leds/leds-pca955x.c: fix race condition while setting brightness on s...
Alexander Stein
2012-01-10
leds: convert led i2c drivers to module_i2c_driver
Axel Lin
2010-06-03
i2c: Remove all i2c_set_clientdata(client, NULL) in drivers
Wolfram Sang
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2008-10-20
leds: leds-pca955x - Mark pca955x_led_set() static
Sven Wegener
2008-10-03
leds-pca955x: add proper error handling and fix bogus memory handling
Sven Wegener
2008-07-23
leds: Add support for Philips PCA955x I2C LED drivers
Nate Case