summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-zynq.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: zynq: Setup chip->base based on alias IDMichal Simek2018-05-231-1/+1
* gpio: zynq: simplifly getting drvdataShubhrajyoti Datta2018-05-231-4/+2
* gpio: zynq: Remove call to platform_get_irqShubhrajyoti Datta2018-05-231-4/+2
* gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-081-1/+1
* gpio: zynq: Fix driver function parameters alignmentMichal Simek2017-08-141-8/+9
* gpio: zynq: Fix warnings in the driverNava kishore Manne2017-08-141-6/+6
* gpio: zynq: Fix empty lines in driverMichal Simek2017-08-141-1/+2
* gpio: zynq: Fix kernel doc warningsNava kishore Manne2017-08-141-2/+3
* gpio: zynq: Provided workaround for GPIOSwapna Manupati2017-08-141-4/+37
* gpio: zynq: Add support for suspend resumeShubhrajyoti Datta2017-08-141-3/+79
* gpio: zynq: Clarify quirk and provide helper functionSoren Brinkmann2017-06-161-6/+15
* gpio: zynq: remove unneeded (void *) casts in of_match_tableMasahiro Yamada2017-05-221-3/+2
* gpio: Added zynq specific check for special pins on bank zeroNava kishore Manne2016-09-231-2/+13
* gpio: zynq: initialize clock even without CONFIG_PMHelmut Grohne2016-06-081-0/+7
* gpio: zynq: Fix the error pathShubhrajyoti Datta2016-04-091-1/+3
* gpio: zynq: use gpiochip data pointerLinus Walleij2016-01-051-16/+11
* gpio: zynq: Do PM initialization earlier to support gpio hogsMichal Simek2015-12-141-10/+9
* gpio: change member .dev to .parentLinus Walleij2015-11-191-3/+3
* gpio: zynq: use container_of() to get state containerLinus Walleij2015-10-021-10/+22
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* Merge tag 'v4.2-rc4' into develLinus Walleij2015-08-131-0/+1
|\
| * gpio: zynq: Fix problem with unbalanced pm_runtime_enableMichal Simek2015-07-161-0/+1
* | Merge branch 'queue/irq/gpio' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Walleij2015-07-171-3/+3
|\ \
| * | gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-141-1/+1
| * | gpio/zynq: Use irq_set_chip_handler_name_locked()Thomas Gleixner2015-07-141-2/+2
| |/
* | gpio: zynq: add missing module_exit functionMasahiro Yamada2015-07-161-0/+6
|/
* gpio: Added support to Zynq Ultrascale+ MPSoCAnurag Kumar Vulisha2015-06-101-66/+125
* Drivers: gpio: Fix spelling errorsColin Cronin2015-05-191-1/+1
* PM: Merge the SET*_RUNTIME_PM_OPS() macrosRafael J. Wysocki2014-12-041-1/+1
* gpio: remove remaining users of gpiochip_remove() retvalLinus Walleij2014-09-231-7/+1
* driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe2014-09-181-2/+1
* gpio: zynq: Fixed broken wakeup implementationEzra Savard2014-09-041-14/+20
* gpio: zynq: Mask non-wakeup GPIO interrupts on suspendEzra Savard2014-09-041-1/+3
* gpio: zynq: Take bank offset into account when reporting a IRQLars-Peter Clausen2014-09-031-1/+9
* gpio: zynq: Reduce level of indention in zynq_gpio_irqhandler()Lars-Peter Clausen2014-08-291-12/+19
* gpio: zynq: Remove .owner field for driverMichal Simek2014-08-291-1/+0
* gpio: zynq: Fix IRQ handlersLars-Peter Clausen2014-08-171-8/+28
* gpio: zynq: Clear pending interrupt when enabling a IRQLars-Peter Clausen2014-07-231-0/+43
* gpio: Add driver for Zynq GPIO controllerHarini Katakam2014-07-101-0/+649
OpenPOWER on IntegriCloud