Messages in this thread |  | | From | Srinivas Neeli <> | Subject | [PATCH 0/8] gpio: zynq: Update on gpio-zynq driver | Date | Thu, 26 Dec 2019 17:42:10 +0530 |
| |
This patch series does the following: -Fix a bug in zynq_gpio_restore_context API -protect direction in/out with a spinlock -Add binding for Versal gpio -Add binding for pmc gpio node -Add Versal support -Disable the irq if it is not a wakeup source -Add pmc gpio support -Remove error prints in EPROBE_DEFER
Glenn Langedock (1): gpio: zynq: protect direction in/out with a spinlock
Shubhrajyoti Datta (6): dt-bindings: gpio: Add binding for Versal gpio devicetree-binding: Add pmc gpio node gpio: zynq: Add Versal support gpio: zynq: Disable the irq if it is not a wakeup source gpio: zynq: Add pmc gpio support gpio: zynq: Remove error prints in EPROBE_DEFER
Swapna Manupati (1): gpio: zynq: Fix for bug in zynq_gpio_restore_context API
.../devicetree/bindings/gpio/gpio-zynq.txt | 4 +- drivers/gpio/gpio-zynq.c | 74 ++++++++++++++++++++-- 2 files changed, 72 insertions(+), 6 deletions(-)
-- 2.7.4
|  |