aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-adnp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-03-22gpio: adnp: Fix testing wrong value in adnp_gpio_direction_inputAxel Lin1-2/+4
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding1-1/+1
2017-10-31gpio-adnp: Use common error handling code in adnp_gpio_dbg_show()Markus Elfring1-16/+13
2016-11-25gpio: set explicit nesting on driversLinus Walleij1-0/+2
2016-11-25gpio: simplify adding threaded interruptsLinus Walleij1-5/+5
2016-02-23gpio: adnp: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-10/+1
2016-01-05gpio: adnp: use gpiochip data pointerLinus Walleij1-16/+11
2015-11-30gpio: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-11-19gpio: change member .dev to .parentLinus Walleij1-9/+10
2014-09-02gpio: adnp: switch to use irqchip helpersLinus Walleij1-108/+47
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe1-8/+1
2014-03-18gpio: switch drivers to use new callbackLinus Walleij1-8/+7
2013-12-04Merge branch 'mark-irqs' into develLinus Walleij1-0/+23
2013-12-04gpio: lock adnp IRQs when enabling themLinus Walleij1-0/+23
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij1-1/+1
2013-10-16gpio: adnp: rename "virq" to "child_irq"Linus Walleij1-3/+3
2013-10-02gpio: adnp: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-08-16gpio: adnp: Fix segfault if request_threaded_irq failsLars Poeschel1-5/+1
2012-11-28gpio: remove use of __devexitBill Pemberton1-1/+1
2012-11-28gpio: remove use of __devinitconstBill Pemberton1-2/+2
2012-11-28gpio: remove use of __devinitBill Pemberton1-1/+1
2012-11-28gpio: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-18gpio: Add Avionic Design N-bit GPIO expander supportThierry Reding1-0/+611