summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-zynq.c
AgeCommit message (Expand)Author
2021-07-20gpio: zynq: Check return value of pm_runtime_get_syncSrinivas Neeli
2015-10-02gpio: zynq: use container_of() to get state containerLinus Walleij
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-08-13Merge tag 'v4.2-rc4' into develLinus Walleij
2015-07-17Merge branch 'queue/irq/gpio' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Walleij
2015-07-16gpio: zynq: Fix problem with unbalanced pm_runtime_enableMichal Simek
2015-07-16gpio: zynq: add missing module_exit functionMasahiro Yamada
2015-07-14gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu
2015-07-14gpio/zynq: Use irq_set_chip_handler_name_locked()Thomas Gleixner
2015-06-10gpio: Added support to Zynq Ultrascale+ MPSoCAnurag Kumar Vulisha
2015-05-19Drivers: gpio: Fix spelling errorsColin Cronin
2014-12-04PM: Merge the SET*_RUNTIME_PM_OPS() macrosRafael J. Wysocki
2014-09-23gpio: remove remaining users of gpiochip_remove() retvalLinus Walleij
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe
2014-09-04gpio: zynq: Fixed broken wakeup implementationEzra Savard
2014-09-04gpio: zynq: Mask non-wakeup GPIO interrupts on suspendEzra Savard
2014-09-03gpio: zynq: Take bank offset into account when reporting a IRQLars-Peter Clausen
2014-08-29gpio: zynq: Reduce level of indention in zynq_gpio_irqhandler()Lars-Peter Clausen
2014-08-29gpio: zynq: Remove .owner field for driverMichal Simek
2014-08-17gpio: zynq: Fix IRQ handlersLars-Peter Clausen
2014-07-23gpio: zynq: Clear pending interrupt when enabling a IRQLars-Peter Clausen
2014-07-10gpio: Add driver for Zynq GPIO controllerHarini Katakam