All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/7] gpio: zynq: Update on gpio-zynq driver
@ 2020-02-14  7:15 ` Srinivas Neeli
  0 siblings, 0 replies; 18+ messages in thread
From: Srinivas Neeli @ 2020-02-14  7:15 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:
-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

---
Changes in V2:
- In previous series [PATCH 1/8] already applied on "linux-next".
- Fixed checkpatch warning for spinlock description. 
- Added description for Versal PS_GPIO and PMC_GPIO.
---

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

 .../devicetree/bindings/gpio/gpio-zynq.txt         |  4 +-
 drivers/gpio/gpio-zynq.c                           | 66 +++++++++++++++++++++-
 2 files changed, 67 insertions(+), 3 deletions(-)

-- 
2.7.4


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

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

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-14  7:15 [PATCH V2 0/7] gpio: zynq: Update on gpio-zynq driver Srinivas Neeli
2020-02-14  7:15 ` Srinivas Neeli
2020-02-14  7:15 ` [PATCH V2 1/7] gpio: zynq: protect direction in/out with a spinlock Srinivas Neeli
2020-02-14  7:15   ` Srinivas Neeli
2020-02-14  7:15 ` [PATCH V2 2/7] dt-bindings: gpio: Add binding for Versal gpio Srinivas Neeli
2020-02-14  7:15   ` Srinivas Neeli
2020-02-14  7:15 ` [PATCH V2 3/7] devicetree-binding: Add pmc gpio node Srinivas Neeli
2020-02-14  7:15   ` Srinivas Neeli
2020-02-14  7:15 ` [PATCH V2 4/7] gpio: zynq: Add Versal support Srinivas Neeli
2020-02-14  7:15   ` Srinivas Neeli
2020-02-17 10:07   ` Bartosz Golaszewski
2020-02-17 10:07     ` Bartosz Golaszewski
2020-02-14  7:15 ` [PATCH V2 5/7] gpio: zynq: Disable the irq if it is not a wakeup source Srinivas Neeli
2020-02-14  7:15   ` Srinivas Neeli
2020-02-14  7:15 ` [PATCH V2 6/7] gpio: zynq: Add pmc gpio support Srinivas Neeli
2020-02-14  7:15   ` Srinivas Neeli
2020-02-14  7:15 ` [PATCH V2 7/7] gpio: zynq: Remove error prints in EPROBE_DEFER Srinivas Neeli
2020-02-14  7:15   ` 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.