summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-adnp.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-1/+1
* gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-081-1/+1
* gpio-adnp: Use common error handling code in adnp_gpio_dbg_show()Markus Elfring2017-10-311-16/+13
* gpio: set explicit nesting on driversLinus Walleij2016-11-251-0/+2
* gpio: simplify adding threaded interruptsLinus Walleij2016-11-251-5/+5
* gpio: adnp: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan2016-02-231-10/+1
* gpio: adnp: use gpiochip data pointerLinus Walleij2016-01-051-16/+11
* gpio: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-11-301-1/+0
* gpio: change member .dev to .parentLinus Walleij2015-11-191-9/+10
* gpio: adnp: switch to use irqchip helpersLinus Walleij2014-09-021-108/+47
* gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe2014-07-221-8/+1
* gpio: switch drivers to use new callbackLinus Walleij2014-03-181-8/+7
* Merge branch 'mark-irqs' into develLinus Walleij2013-12-041-0/+23
|\
| * gpio: lock adnp IRQs when enabling themLinus Walleij2013-12-041-0/+23
* | gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij2013-12-041-1/+1
|/
* gpio: adnp: rename "virq" to "child_irq"Linus Walleij2013-10-161-3/+3
* gpio: adnp: Remove redundant of_match_ptrSachin Kamat2013-10-021-1/+1
* gpio: adnp: Fix segfault if request_threaded_irq failsLars Poeschel2013-08-161-5/+1
* gpio: remove use of __devexitBill Pemberton2012-11-281-1/+1
* gpio: remove use of __devinitconstBill Pemberton2012-11-281-2/+2
* gpio: remove use of __devinitBill Pemberton2012-11-281-1/+1
* gpio: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* gpio: Add Avionic Design N-bit GPIO expander supportThierry Reding2012-09-181-0/+611
OpenPOWER on IntegriCloud