mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v2 0/1] gpio: add driver for xilinx zynq and zynqmp
@ 2021-10-13 11:22 Michael Riesch
  2021-10-13 11:22 ` [PATCH v2 1/1] " Michael Riesch
  2021-10-14 11:57 ` [PATCH v2 0/1] " Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Michael Riesch @ 2021-10-13 11:22 UTC (permalink / raw)
  To: barebox; +Cc: Michael Riesch

Hi all,

This patch adds a GPIO driver for the Xilinx Zynq/Zynq
UltraScale+ MPSoC architecture based on the corresponding
driver in the Linux kernel.

The work was mainly carried out by Thomas Haemmerle, with
several format fixes and the revisions for v2 applied by me.
Version 2 of this patch considers the review by Ahmad
Fatoum.

Tested on the ZCU106 evaluation board as well as on a
custom Zynq UltraScale+ MPSoC board.

Best regards,
Michael

Thomas Haemmerle (1):
  gpio: add driver for xilinx zynq and zynqmp

 arch/arm/Kconfig                  |   2 +
 arch/arm/configs/zynq_defconfig   |   1 +
 arch/arm/configs/zynqmp_defconfig |   1 +
 drivers/gpio/Kconfig              |   7 +
 drivers/gpio/Makefile             |   1 +
 drivers/gpio/gpio-zynq.c          | 436 ++++++++++++++++++++++++++++++
 6 files changed, 448 insertions(+)
 create mode 100644 drivers/gpio/gpio-zynq.c

-- 
2.17.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


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

end of thread, other threads:[~2021-10-14 11:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-13 11:22 [PATCH v2 0/1] gpio: add driver for xilinx zynq and zynqmp Michael Riesch
2021-10-13 11:22 ` [PATCH v2 1/1] " Michael Riesch
2021-10-14 11:57 ` [PATCH v2 0/1] " Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox