All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] xen/arm: add i.MX lpuart and i.MX8QM initial support
@ 2022-02-28  1:07 Peng Fan (OSS)
  2022-02-28  1:07 ` [PATCH 1/3] xen/arm: Add i.MX lpuart driver Peng Fan (OSS)
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Peng Fan (OSS) @ 2022-02-28  1:07 UTC (permalink / raw)
  To: sstabellini, julien, Volodymyr_Babchuk, bertrand.marquis
  Cc: andrew.cooper3, george.dunlap, jbeulich, wl, xen-devel,
	van.freenix, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

Add i.MX lpuart driver and i.MX8QM platform support.
 - lpuart is the uart IP used in i.MX8QM/QXP/93.
 - Very basic i.MX8QM platform support.

Peng Fan (3):
  xen/arm: Add i.MX lpuart driver
  xen/arm: Add i.MX lpuart early printk support
  xen/arm: Add i.MX8QM platform support

 xen/arch/arm/Kconfig.debug              |  21 ++
 xen/arch/arm/arm64/debug-imx-lpuart.inc |  48 ++++
 xen/arch/arm/platforms/Makefile         |   1 +
 xen/arch/arm/platforms/imx8qm.c         |  44 ++++
 xen/drivers/char/Kconfig                |   8 +
 xen/drivers/char/Makefile               |   1 +
 xen/drivers/char/imx-lpuart.c           | 303 ++++++++++++++++++++++++
 xen/include/xen/imx-lpuart.h            |  64 +++++
 8 files changed, 490 insertions(+)
 create mode 100644 xen/arch/arm/arm64/debug-imx-lpuart.inc
 create mode 100644 xen/arch/arm/platforms/imx8qm.c
 create mode 100644 xen/drivers/char/imx-lpuart.c
 create mode 100644 xen/include/xen/imx-lpuart.h

-- 
2.30.0



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

end of thread, other threads:[~2022-03-21 19:41 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-28  1:07 [PATCH 0/3] xen/arm: add i.MX lpuart and i.MX8QM initial support Peng Fan (OSS)
2022-02-28  1:07 ` [PATCH 1/3] xen/arm: Add i.MX lpuart driver Peng Fan (OSS)
2022-02-28  9:19   ` Julien Grall
2022-02-28  9:27     ` Peng Fan
2022-03-08 18:29       ` Julien Grall
2022-03-08 18:52   ` Julien Grall
2022-03-18  5:23     ` Peng Fan
2022-03-21 19:39       ` Julien Grall
2022-02-28  1:07 ` [PATCH 2/3] xen/arm: Add i.MX lpuart early printk support Peng Fan (OSS)
2022-02-28  9:24   ` Julien Grall
2022-03-18  5:26     ` Peng Fan
2022-02-28  1:07 ` [PATCH 3/3] xen/arm: Add i.MX8QM platform support Peng Fan (OSS)
2022-02-28  9:31   ` Julien Grall
2022-03-18  5:24     ` Peng Fan
2022-03-21 19:41       ` Julien Grall
2022-02-28  8:06 ` [PATCH 0/3] xen/arm: add i.MX lpuart and i.MX8QM initial support Jan Beulich
2022-02-28  8:12   ` Peng Fan

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.