Age | Commit message (Expand) | Author |
2022-08-16 | i2c: Make remove callback return void | Uwe Kleine-König |
2022-05-04 | leds: pca9532: Make pca9532_destroy_devices() return void | Uwe Kleine-König |
2021-04-25 | leds: pca9532: Assign gpio base dynamically | Stefan Riedmueller |
2020-09-30 | leds: pca9532: read pwm settings from device tree | Markus Moll |
2020-09-30 | leds: pca9532: correct shift computation in pca9532_getled | Markus Moll |
2020-09-26 | leds: pca9532 - simplify the return expression of pca9532_remove | Liu Shixin |
2020-09-26 | leds: various: use only available OF children | Marek Behún |
2020-09-26 | leds: various: use dev_of_node(dev) instead of dev->of_node | Marek Behún |
2019-11-03 | leds: pca953x: Use of_device_get_match_data() | Stephen Boyd |
2019-08-08 | leds: pca953x: Include the right header | Linus Walleij |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner |
2019-03-30 | leds: pca9532: fix a potential NULL pointer dereference | Kangjie Lu |
2017-04-19 | leds: pca9532: Extend pca9532 device tree support | Felix Brack |
2016-11-22 | leds: pca9532: Use default trigger value from platform data | Felix Brack |
2016-06-20 | leds: pca9532: Add device tree support | Phil Reid |
2016-01-17 | Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds |
2016-01-07 | leds: pca9532: use gpiochip data pointer | Linus Walleij |
2016-01-04 | leds: pca9532: Remove work queue for LEDs. | Andrew Lunn |
2015-11-19 | gpio: change member .dev to .parent | Linus Walleij |
2014-09-18 | driver:gpio remove all usage of gpio_remove retval in driver | abdoulaye berthe |
2013-08-26 | leds: use dev_get_platdata() | Jingoo Han |
2013-02-01 | leds: pca9532: fix suspect code indent for conditional statements | Jingoo Han |
2013-02-01 | leds: pca9532: Convert to devm_input_allocate_device() | Axel Lin |
2012-07-24 | leds: convert PCA9532 LED driver to devm_kzalloc() | Bryan Wu |
2012-01-10 | leds: convert led i2c drivers to module_i2c_driver | Axel Lin |
2011-07-08 | drivers/leds/leds-pca9532.c: change driver name to be unique | Wolfram Sang |
2011-05-25 | drivers/leds/leds-pca9532.c: add support pca9530, pca9531 and pca9533 | Jan Weitzel |
2011-05-25 | drivers/leds/leds-pca9532.c: add gpio capability | Joachim Eastwood |
2011-03-31 | Fix common misspellings | Lucas De Marchi |
2011-01-13 | leds: leds-pca9532 cleanups | 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 |
2009-10-04 | leds: leds-pca9532 - Drop unused module parameters | Jean Delvare |
2009-09-07 | leds: Fix leds-pca9532 whitespace issues | Richard Purdie |
2009-06-23 | leds: pca9532 - Indent using tabs, not spaces. | Antonio Ospite |
2009-04-06 | leds: Fix &&/|| confusion in leds-pca9532.c | Riku Voipio |
2009-03-30 | trivial: Update my email address | Riku Voipio |
2009-01-08 | leds: leds-pcs9532 - Move i2c work to a workqueque | Riku Voipio |
2009-01-08 | leds: leds-pca9532 - fix memory leak and properly handle errors | Sven Wegener |
2009-01-08 | leds: eds-pca9532: mark pca9532_event() static | Sven Wegener |
2008-07-23 | leds: Add pca9532 led driver | Riku Voipio |