All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] gpio: zynq: Update on gpio-zynq driver
@ 2019-12-26 12:12 ` Srinivas Neeli
  0 siblings, 0 replies; 26+ messages in thread
From: Srinivas Neeli @ 2019-12-26 12:12 UTC (permalink / raw)
  To: linus.walleij, bgolaszewski, michal.simek, shubhrajyoti.datta
  Cc: linux-gpio, linux-arm-kernel, linux-kernel, git

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


^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2020-01-07 10:25 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-26 12:12 [PATCH 0/8] gpio: zynq: Update on gpio-zynq driver Srinivas Neeli
2019-12-26 12:12 ` Srinivas Neeli
2019-12-26 12:12 ` [PATCH 1/8] gpio: zynq: Fix for bug in zynq_gpio_restore_context API Srinivas Neeli
2019-12-26 12:12   ` Srinivas Neeli
2020-01-07 10:25   ` Linus Walleij
2020-01-07 10:25     ` Linus Walleij
2019-12-26 12:12 ` [PATCH 2/8] gpio: zynq: protect direction in/out with a spinlock Srinivas Neeli
2019-12-26 12:12   ` Srinivas Neeli
2020-01-02 17:40   ` Bartosz Golaszewski
2020-01-02 17:40     ` Bartosz Golaszewski
2019-12-26 12:12 ` [PATCH 3/8] dt-bindings: gpio: Add binding for Versal gpio Srinivas Neeli
2019-12-26 12:12   ` Srinivas Neeli
2019-12-26 12:12 ` [PATCH 4/8] devicetree-binding: Add pmc gpio node Srinivas Neeli
2019-12-26 12:12   ` Srinivas Neeli
2019-12-26 12:12 ` [PATCH 5/8] gpio: zynq: Add Versal support Srinivas Neeli
2019-12-26 12:12   ` Srinivas Neeli
2020-01-02 17:41   ` Bartosz Golaszewski
2020-01-02 17:41     ` Bartosz Golaszewski
2019-12-26 12:12 ` [PATCH 6/8] gpio: zynq: Disable the irq if it is not a wakeup source Srinivas Neeli
2019-12-26 12:12   ` Srinivas Neeli
2019-12-26 12:12 ` [PATCH 7/8] gpio: zynq: Add pmc gpio support Srinivas Neeli
2019-12-26 12:12   ` Srinivas Neeli
2020-01-02 17:55   ` Bartosz Golaszewski
2020-01-02 17:55     ` Bartosz Golaszewski
2019-12-26 12:12 ` [PATCH 8/8] gpio: zynq: Remove error prints in EPROBE_DEFER Srinivas Neeli
2019-12-26 12:12   ` Srinivas Neeli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.