| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
* | gpio: adnp: Fix testing wrong value in adnp_gpio_direction_input | Axel Lin | 2019-03-22 | 1 | -2/+4 |
* | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 2018-06-13 | 1 | -1/+1 |
* | gpio: Move irqdomain into struct gpio_irq_chip | Thierry Reding | 2017-11-08 | 1 | -1/+1 |
* | gpio-adnp: Use common error handling code in adnp_gpio_dbg_show() | Markus Elfring | 2017-10-31 | 1 | -16/+13 |
* | gpio: set explicit nesting on drivers | Linus Walleij | 2016-11-25 | 1 | -0/+2 |
* | gpio: simplify adding threaded interrupts | Linus Walleij | 2016-11-25 | 1 | -5/+5 |
* | gpio: adnp: Use devm_gpiochip_add_data() for gpio registration | Laxman Dewangan | 2016-02-23 | 1 | -10/+1 |
* | gpio: adnp: use gpiochip data pointer | Linus Walleij | 2016-01-05 | 1 | -16/+11 |
* | gpio: Drop owner assignment from i2c_driver | Krzysztof Kozlowski | 2015-11-30 | 1 | -1/+0 |
* | gpio: change member .dev to .parent | Linus Walleij | 2015-11-19 | 1 | -9/+10 |
* | gpio: adnp: switch to use irqchip helpers | Linus Walleij | 2014-09-02 | 1 | -108/+47 |
* | gpio: remove all usage of gpio_remove retval in driver/gpio | abdoulaye berthe | 2014-07-22 | 1 | -8/+1 |
* | gpio: switch drivers to use new callback | Linus Walleij | 2014-03-18 | 1 | -8/+7 |
* | Merge branch 'mark-irqs' into devel | Linus Walleij | 2013-12-04 | 1 | -0/+23 |
|\ |
|
| * | gpio: lock adnp IRQs when enabling them | Linus Walleij | 2013-12-04 | 1 | -0/+23 |
* | | gpio/pinctrl: make gpio_chip members typed boolean | Linus Walleij | 2013-12-04 | 1 | -1/+1 |
|/ |
|
* | gpio: adnp: rename "virq" to "child_irq" | Linus Walleij | 2013-10-16 | 1 | -3/+3 |
* | gpio: adnp: Remove redundant of_match_ptr | Sachin Kamat | 2013-10-02 | 1 | -1/+1 |
* | gpio: adnp: Fix segfault if request_threaded_irq fails | Lars Poeschel | 2013-08-16 | 1 | -5/+1 |
* | gpio: remove use of __devexit | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | gpio: remove use of __devinitconst | Bill Pemberton | 2012-11-28 | 1 | -2/+2 |
* | 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: Add Avionic Design N-bit GPIO expander support | Thierry Reding | 2012-09-18 | 1 | -0/+611 |