| Commit message (Expand) | Author | Age | Files | Lines |
* | gpio: gpio-adp5588: drop the driver | Nuno Sá | 2022-08-31 | 1 | -446/+0 |
* | i2c: Make remove callback return void | Uwe Kleine-König | 2022-08-16 | 1 | -3/+1 |
* | gpio: adp5588: sort header inclusion alphabetically | Andy Shevchenko | 2022-07-19 | 1 | -4/+4 |
* | gpio: adp5588: Do not use defined value for driver name and compatible | Andy Shevchenko | 2022-07-19 | 1 | -6/+4 |
* | gpio: adp5588: Switch from of headers to mod_devicetable.h | Andy Shevchenko | 2022-07-19 | 1 | -5/+3 |
* | gpio: adp5588: Remove support for platform setup and teardown callbacks | Uwe Kleine-König | 2022-06-02 | 1 | -19/+0 |
* | gpio: adp5588: Use irqchip template | Linus Walleij | 2020-07-20 | 1 | -15/+24 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149 | Thomas Gleixner | 2019-05-30 | 1 | -2/+1 |
* | gpio: adp5588.c: Switch to events system | Nikolaus Voss | 2019-02-09 | 1 | -56/+35 |
* | gpio: adp5588: Add device tree support | Nikolaus Voss | 2019-02-09 | 1 | -83/+68 |
* | Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 2018-10-23 | 1 | -1/+1 |
|\ |
|
| * | drivers: gpio: Update MODULE AUTHOR email address | Michael Hennerich | 2018-08-29 | 1 | -1/+1 |
* | | gpio: adp5588: Fix sleep-in-atomic-context bug | Michael Hennerich | 2018-08-29 | 1 | -4/+20 |
|/ |
|
* | gpio: adp5588: Include proper header | Linus Walleij | 2018-01-13 | 1 | -1/+1 |
* | gpio: adp5588: move header file out of I2C realm | Wolfram Sang | 2017-05-29 | 1 | -1/+1 |
* | gpio: adp5588: Use devm_gpiochip_add_data() for gpio registration | Laxman Dewangan | 2016-02-23 | 1 | -3/+1 |
* | gpio: adp5588: use gpiochip data pointer | Linus Walleij | 2016-01-05 | 1 | -11/+7 |
* | gpio: kill off set_irq_flags usage | Rob Herring | 2015-07-28 | 1 | -9/+1 |
* | gpio: removing kfree remove functionality | Varka Bhadram | 2015-04-08 | 1 | -1/+0 |
* | gpio: use (!foo) instead of (foo == NULL) | Varka Bhadram | 2015-04-08 | 1 | -2/+2 |
* | gpio: use devm_kzalloc | Varka Bhadram | 2015-04-08 | 1 | -2/+1 |
* | gpio: remove all usage of gpio_remove retval in driver/gpio | abdoulaye berthe | 2014-07-22 | 1 | -5/+1 |
* | gpio: adp5588: remove unnecessary OOM messages | Jingoo Han | 2014-05-09 | 1 | -3/+1 |
* | gpio: adp5588 - add support for gpio names | Jean-Francois Dagenais | 2014-02-13 | 1 | -0/+1 |
* | gpio: adp5588: get value from data out when dir is out | Jean-Francois Dagenais | 2014-02-13 | 1 | -2/+13 |
* | gpio/pinctrl: make gpio_chip members typed boolean | Linus Walleij | 2013-12-04 | 1 | -1/+1 |
* | gpio: use dev_get_platdata() | Jingoo Han | 2013-08-16 | 1 | -3/+6 |
* | gpio: remove use of __devexit | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | gpio: remove use of __devinit | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | gpio: remove use of __devexit_p | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | gpio: adp5588: Use module_i2c_driver | Axel Lin | 2012-09-04 | 1 | -13/+1 |
* | gpio: Fix uninitialized variable bit in adp5588_irq_handler | Axel Lin | 2012-04-10 | 1 | -1/+1 |
* | gpiolib: output basic details and consolidate gpio device drivers | Grant Likely | 2011-12-12 | 1 | -3/+2 |
* | gpio: reorganize drivers | Grant Likely | 2011-06-06 | 1 | -0/+503 |