summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-adnp.c
AgeCommit message (Expand)Author
2023-05-23gpio: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-03-10gpio: adnp: Convert to immutable irq_chipLinus Walleij
2022-07-19gpio: adnp: Make use of device propertiesAndy Shevchenko
2022-07-19gpio: adnp: use simple i2c probe functionAndy Shevchenko
2021-12-17gpio: Get rid of duplicate of_node assignment in the driversAndy Shevchenko
2020-07-20gpio: adnp: Use irqchip templateLinus Walleij
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-03-22gpio: adnp: Fix testing wrong value in adnp_gpio_direction_inputAxel Lin
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding
2017-10-31gpio-adnp: Use common error handling code in adnp_gpio_dbg_show()Markus Elfring
2016-11-25gpio: set explicit nesting on driversLinus Walleij
2016-11-25gpio: simplify adding threaded interruptsLinus Walleij
2016-02-23gpio: adnp: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan
2016-01-05gpio: adnp: use gpiochip data pointerLinus Walleij
2015-11-30gpio: Drop owner assignment from i2c_driverKrzysztof Kozlowski
2015-11-19gpio: change member .dev to .parentLinus Walleij
2014-09-02gpio: adnp: switch to use irqchip helpersLinus Walleij
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe
2014-03-18gpio: switch drivers to use new callbackLinus Walleij
2013-12-04Merge branch 'mark-irqs' into develLinus Walleij
2013-12-04gpio: lock adnp IRQs when enabling themLinus Walleij
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij
2013-10-16gpio: adnp: rename "virq" to "child_irq"Linus Walleij
2013-10-02gpio: adnp: Remove redundant of_match_ptrSachin Kamat
2013-08-16gpio: adnp: Fix segfault if request_threaded_irq failsLars Poeschel
2012-11-28gpio: remove use of __devexitBill Pemberton
2012-11-28gpio: remove use of __devinitconstBill Pemberton
2012-11-28gpio: remove use of __devinitBill Pemberton
2012-11-28gpio: remove use of __devexit_pBill Pemberton
2012-09-18gpio: Add Avionic Design N-bit GPIO expander supportThierry Reding