All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 0/5] gpio-xilinx: Update on xilinx gpio driver
@ 2021-01-06 12:26 ` Srinivas Neeli
  0 siblings, 0 replies; 32+ messages in thread
From: Srinivas Neeli @ 2021-01-06 12:26 UTC (permalink / raw)
  To: linus.walleij, bgolaszewski, michal.simek, shubhrajyoti.datta,
	sgoud, hancock, vilhelm.gray, syednwaris
  Cc: linux-gpio, linux-arm-kernel, linux-kernel, git, Srinivas Neeli

This patch series does the following:
-Simplify with dev_err_probe().
-Reduce spinlock array to array.
-Add interrupt support
-Add support for suspend and resume
-Add check for gpio-width
---
Changes in V4:
-Created new patch to simplify code with dev_err_probe().
-Updated minor review comments.
-Created new patch to check gpio-width.
Changes in V3:
-Created separate patch to arrange headers in sorting order.
-Updated dt-bindings.
-Created separate patch for Clock changes and runtime resume.
 and suspend.
-Created separate patch for spinlock changes.
-Created separate patch for remove support.
-Fixed coverity errors.
-Updated minor review comments.

Changes in V2:
-Added check for return value of platform_get_irq() API.
-Updated code to support rising edge and falling edge.
-Added xgpio_xlate() API to support switch.
-Added MAINTAINERS fragment.

Tested Below scenarios:
-Tested Loop Back.(channel 1.0 connected to channel 2.0)
-Tested External switch(Used DIP switch)
-Tested Cascade scenario(Here gpio controller acting as
 an interrupt controller).
---

Srinivas Neeli (5):
  gpio: gpio-xilinx: Simplify with dev_err_probe()
  gpio: gpio-xilinx: Reduce spinlock array to array
  gpio: gpio-xilinx: Add interrupt support
  gpio: gpio-xilinx: Add support for suspend and resume
  gpio: gpio-xilinx: Add check if width exceeds 32

 drivers/gpio/Kconfig       |   3 +
 drivers/gpio/gpio-xilinx.c | 367 ++++++++++++++++++++++++++++++++++++++++++---
 2 files changed, 347 insertions(+), 23 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2021-01-09  0:27 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-06 12:26 [PATCH V4 0/5] gpio-xilinx: Update on xilinx gpio driver Srinivas Neeli
2021-01-06 12:26 ` Srinivas Neeli
2021-01-06 12:26 ` [PATCH V4 1/5] gpio: gpio-xilinx: Simplify with dev_err_probe() Srinivas Neeli
2021-01-06 12:26   ` Srinivas Neeli
2021-01-07  9:13   ` Linus Walleij
2021-01-07  9:13     ` Linus Walleij
2021-01-06 12:26 ` [PATCH V4 2/5] gpio: gpio-xilinx: Reduce spinlock array to array Srinivas Neeli
2021-01-06 12:26   ` Srinivas Neeli
2021-01-07  9:14   ` Linus Walleij
2021-01-07  9:14     ` Linus Walleij
2021-01-06 12:26 ` [PATCH V4 3/5] gpio: gpio-xilinx: Add interrupt support Srinivas Neeli
2021-01-06 12:26   ` Srinivas Neeli
2021-01-07  9:26   ` Linus Walleij
2021-01-07  9:26     ` Linus Walleij
2021-01-06 12:26 ` [PATCH V4 4/5] gpio: gpio-xilinx: Add support for suspend and resume Srinivas Neeli
2021-01-06 12:26   ` Srinivas Neeli
2021-01-07  9:46   ` Linus Walleij
2021-01-07  9:46     ` Linus Walleij
2021-01-08 11:41     ` Srinivas Neeli
2021-01-08 11:41       ` Srinivas Neeli
2021-01-09  0:25       ` Linus Walleij
2021-01-09  0:25         ` Linus Walleij
2021-01-06 12:26 ` [PATCH V4 5/5] gpio: gpio-xilinx: Add check if width exceeds 32 Srinivas Neeli
2021-01-06 12:26   ` Srinivas Neeli
2021-01-07 10:17   ` Linus Walleij
2021-01-07 10:17     ` Linus Walleij
2021-01-07 10:29     ` Michal Simek
2021-01-07 10:29       ` Michal Simek
2021-01-07 10:47       ` Linus Walleij
2021-01-07 10:47         ` Linus Walleij
2021-01-07 10:52         ` Michal Simek
2021-01-07 10:52           ` Michal Simek

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.