aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-zynq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-05gpio: zynq: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult1-3/+1
2019-02-13gpio: zynq: properly support runtime PM for GPIO used as interruptsThomas Petazzoni1-0/+24
2018-12-07gpio: zynq: Report gpio direction at bootBrandon Maier1-0/+23
2018-11-05gpio: gpio-zynq: simplify getting .driver_dataWolfram Sang1-4/+2
2018-05-23gpio: zynq: Setup chip->base based on alias IDMichal Simek1-1/+1
2018-05-23gpio: zynq: simplifly getting drvdataShubhrajyoti Datta1-4/+2
2018-05-23gpio: zynq: Remove call to platform_get_irqShubhrajyoti Datta1-4/+2
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding1-1/+1
2017-08-14gpio: zynq: Fix driver function parameters alignmentMichal Simek1-8/+9
2017-08-14gpio: zynq: Fix warnings in the driverNava kishore Manne1-6/+6
2017-08-14gpio: zynq: Fix empty lines in driverMichal Simek1-1/+2
2017-08-14gpio: zynq: Fix kernel doc warningsNava kishore Manne1-2/+3
2017-08-14gpio: zynq: Provided workaround for GPIOSwapna Manupati1-4/+37
2017-08-14gpio: zynq: Add support for suspend resumeShubhrajyoti Datta1-3/+79
2017-06-16gpio: zynq: Clarify quirk and provide helper functionSoren Brinkmann1-6/+15
2017-05-22gpio: zynq: remove unneeded (void *) casts in of_match_tableMasahiro Yamada1-3/+2
2016-09-23gpio: Added zynq specific check for special pins on bank zeroNava kishore Manne1-2/+13
2016-06-08gpio: zynq: initialize clock even without CONFIG_PMHelmut Grohne1-0/+7
2016-04-09gpio: zynq: Fix the error pathShubhrajyoti Datta1-1/+3
2016-01-05gpio: zynq: use gpiochip data pointerLinus Walleij1-16/+11
2015-12-14gpio: zynq: Do PM initialization earlier to support gpio hogsMichal Simek1-10/+9
2015-11-19gpio: change member .dev to .parentLinus Walleij1-3/+3
2015-10-02gpio: zynq: use container_of() to get state containerLinus Walleij1-10/+22
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-08-13Merge tag 'v4.2-rc4' into develLinus Walleij1-0/+1
2015-07-17Merge branch 'queue/irq/gpio' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into develLinus Walleij1-3/+3
2015-07-16gpio: zynq: Fix problem with unbalanced pm_runtime_enableMichal Simek1-0/+1
2015-07-16gpio: zynq: add missing module_exit functionMasahiro Yamada1-0/+6
2015-07-14gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-1/+1
2015-07-14gpio/zynq: Use irq_set_chip_handler_name_locked()Thomas Gleixner1-2/+2
2015-06-10gpio: Added support to Zynq Ultrascale+ MPSoCAnurag Kumar Vulisha1-66/+125
2015-05-19Drivers: gpio: Fix spelling errorsColin Cronin1-1/+1
2014-12-04PM: Merge the SET*_RUNTIME_PM_OPS() macrosRafael J. Wysocki1-1/+1
2014-09-23gpio: remove remaining users of gpiochip_remove() retvalLinus Walleij1-7/+1
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe1-2/+1
2014-09-04gpio: zynq: Fixed broken wakeup implementationEzra Savard1-14/+20
2014-09-04gpio: zynq: Mask non-wakeup GPIO interrupts on suspendEzra Savard1-1/+3
2014-09-03gpio: zynq: Take bank offset into account when reporting a IRQLars-Peter Clausen1-1/+9
2014-08-29gpio: zynq: Reduce level of indention in zynq_gpio_irqhandler()Lars-Peter Clausen1-12/+19
2014-08-29gpio: zynq: Remove .owner field for driverMichal Simek1-1/+0
2014-08-17gpio: zynq: Fix IRQ handlersLars-Peter Clausen1-8/+28
2014-07-23gpio: zynq: Clear pending interrupt when enabling a IRQLars-Peter Clausen1-0/+43
2014-07-10gpio: Add driver for Zynq GPIO controllerHarini Katakam1-0/+649