mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] gpio: add driver for xilinx zynq and zynqmp
@ 2021-09-13 15:25 Michael Riesch
  2021-09-13 15:25 ` [PATCH 1/2] " Michael Riesch
  2021-09-13 15:25 ` [PATCH 2/2] arm: dts: zynqmp: add alias gpio0 to zcu104 and zcu106 boards Michael Riesch
  0 siblings, 2 replies; 5+ messages in thread
From: Michael Riesch @ 2021-09-13 15:25 UTC (permalink / raw)
  To: barebox; +Cc: Michael Riesch

Hi all,

This series 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
a few additions by Michael Tretter. After applying several
format fixes, I tested the driver on the ZCU106 evaluation
board as well as on a custom Zynq UltraScale+ MPSoC board.
Looking forward to your comments!

The second patch depends on the recently submitted addition
of support for the ZCU106 evaluation board [0].

Best regards,
Michael

[0] https://lore.barebox.org/barebox/20210913121350.9307-2-michael.riesch@wolfvision.net/T/#u

Michael Tretter (1):
  arm: dts: zynqmp: add alias gpio0 to zcu104 and zcu106 boards

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

 arch/arm/Kconfig                    |   2 +
 arch/arm/dts/zynqmp-zcu104-revA.dts |   4 +
 arch/arm/dts/zynqmp-zcu106-revA.dts |   4 +
 drivers/gpio/Kconfig                |   6 +
 drivers/gpio/Makefile               |   1 +
 drivers/gpio/gpio-zynq.c            | 453 ++++++++++++++++++++++++++++
 6 files changed, 470 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] 5+ messages in thread

end of thread, other threads:[~2021-09-13 17:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-13 15:25 [PATCH 0/2] gpio: add driver for xilinx zynq and zynqmp Michael Riesch
2021-09-13 15:25 ` [PATCH 1/2] " Michael Riesch
2021-09-13 16:43   ` Ahmad Fatoum
2021-09-13 15:25 ` [PATCH 2/2] arm: dts: zynqmp: add alias gpio0 to zcu104 and zcu106 boards Michael Riesch
2021-09-13 16:23   ` Ahmad Fatoum

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