aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-zynq.c
AgeCommit message (Expand)Author
2020-01-07gpio: zynq: Fix for bug in zynq_gpio_restore_context APISwapna Manupati
2019-11-07gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen
2019-08-27gpio: zynq: Pass irqchip when adding gpiochipLinus Walleij
2019-08-05gpio: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-05gpio: zynq: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult
2019-02-13gpio: zynq: properly support runtime PM for GPIO used as interruptsThomas Petazzoni
2018-12-07gpio: zynq: Report gpio direction at bootBrandon Maier
2018-11-05gpio: gpio-zynq: simplify getting .driver_dataWolfram Sang
2018-05-23gpio: zynq: Setup chip->base based on alias IDMichal Simek
2018-05-23gpio: zynq: simplifly getting drvdataShubhrajyoti Datta
2018-05-23gpio: zynq: Remove call to platform_get_irqShubhrajyoti Datta
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding
2017-08-14gpio: zynq: Fix driver function parameters alignmentMichal Simek
2017-08-14gpio: zynq: Fix warnings in the driverNava kishore Manne
2017-08-14gpio: zynq: Fix empty lines in driverMichal Simek
2017-08-14gpio: zynq: Fix kernel doc warningsNava kishore Manne
2017-08-14gpio: zynq: Provided workaround for GPIOSwapna Manupati
2017-08-14gpio: zynq: Add support for suspend resumeShubhrajyoti Datta
2017-06-16gpio: zynq: Clarify quirk and provide helper functionSoren Brinkmann
2017-05-22gpio: zynq: remove unneeded (void *) casts in of_match_tableMasahiro Yamada
2016-09-23gpio: Added zynq specific check for special pins on bank zeroNava kishore Manne
2016-06-08gpio: zynq: initialize clock even without CONFIG_PMHelmut Grohne
2016-04-09gpio: zynq: Fix the error pathShubhrajyoti Datta
2016-01-05gpio: zynq: use gpiochip data pointerLinus Walleij
2015-12-14gpio: zynq: Do PM initialization earlier to support gpio hogsMichal Simek
2015-11-19gpio: change member .dev to .parentLinus Walleij
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