[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 0/3] xen/arm: add i.MX lpuart and i.MX8QM initial support


  • To: "Peng Fan (OSS)" <peng.fan@xxxxxxxxxxx>
  • From: Jan Beulich <jbeulich@xxxxxxxx>
  • Date: Mon, 28 Feb 2022 09:06:08 +0100
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=1MVKJsZZ4FZphk4iI3F/skfgZAbFHqBSWA96qazOT2E=; b=mr8gbTgXkpzcvy42GewkQR14rt7ECxf+fphM0hgU4Inu1VvEuga7LISUfYzkUCQRp7QXupVO0Qod1fVPU8qqkFVQKZnmQTMTW3fKRpopZNeCfp7WT1qozBUGEeAcZ1cRqVG+Xtv9iIBMwZWtvK+5SQswLG4jOPx2iRp1T56OfzxIm9jYDaSj9hJsyCDneQMNom2TBSl9i4rafPmFaH9szmY9eGtHblCRQzl5JsDVXiYj9q40wKfXC1aqVd2yMjfrWZOTjEPGIBsWaIKCxNGC1PRHwsnKxJpylA+J67M5rvAPO1DK/J2B8gMRvkfFMEn6n1EROH66apW9hn6862ADNg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Ju29got0lGSbwq5gyTfeSCoN7MgDiqAzxFh84IW7LtXna9+w0fMIVuUMy8UFwQ467Xsr6D3A55lbzBLNhL1nuUOt4w2r9vR8Z/JOu/on3ObKv2G37Tkio6zuWqSxAT7+O5VPst74vkM5+MOiPC8ZWGvHa2LL5I2MTMQN8cRTbi6cQ2PB1TNZ44TfUps5/t1OLy9s8OdyIQhcoV4Cr23D6iCvL0kFc6ySvti9GtP3F2xiz78IgtHeCU3huUDXvYmTLXN9oXWyrXAvvSVMgqEQUyY+lbI0njq4RlKDXPKpQeBeViKOO1YKJCH2ghlKWZEOvgEYiWSGU+7TTSfOwbKB8w==
  • Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
  • Cc: andrew.cooper3@xxxxxxxxxx, george.dunlap@xxxxxxxxxx, wl@xxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxxx, van.freenix@xxxxxxxxx, Peng Fan <peng.fan@xxxxxxx>, sstabellini@xxxxxxxxxx, julien@xxxxxxx, Volodymyr_Babchuk@xxxxxxxx, bertrand.marquis@xxxxxxx
  • Delivery-date: Mon, 28 Feb 2022 08:06:15 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On 28.02.2022 02:07, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@xxxxxxx>
> 
> 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

I guess the latter two additions want to be accompanied by an update to
./MAINTAINERS' ARM section.

Jan




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.