From patchwork Thu Mar 28 16:34:08 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Ernberg X-Patchwork-Id: 13608981 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id EE587CD128E for ; Thu, 28 Mar 2024 16:34:27 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.699123.1091721 (Exim 4.92) (envelope-from ) id 1rpshj-0005Te-Sr; Thu, 28 Mar 2024 16:34:15 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 699123.1091721; Thu, 28 Mar 2024 16:34:15 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1rpshj-0005Sa-Km; Thu, 28 Mar 2024 16:34:15 +0000 Received: by outflank-mailman (input) for mailman id 699123; Thu, 28 Mar 2024 16:34:14 +0000 Received: from se1-gles-flk1-in.inumbo.com ([94.247.172.50] helo=se1-gles-flk1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1rpshi-0004sj-Dg for xen-devel@lists.xenproject.org; Thu, 28 Mar 2024 16:34:14 +0000 Received: from mail.actia.se (mail.actia.se [212.181.117.226]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id 028a482f-ed21-11ee-a1ef-f123f15fe8a2; Thu, 28 Mar 2024 17:34:12 +0100 (CET) Received: from S036ANL.actianordic.se (10.12.31.117) by S036ANL.actianordic.se (10.12.31.117) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.37; Thu, 28 Mar 2024 17:34:09 +0100 Received: from S036ANL.actianordic.se ([fe80::e13e:1feb:4ea6:ec69]) by S036ANL.actianordic.se ([fe80::e13e:1feb:4ea6:ec69%4]) with mapi id 15.01.2507.037; Thu, 28 Mar 2024 17:34:09 +0100 X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 028a482f-ed21-11ee-a1ef-f123f15fe8a2 From: John Ernberg To: Julien Grall , Stefano Stabellini , Bertrand Marquis , "Michal Orzel" , Volodymyr Babchuk CC: Andrew Cooper , George Dunlap , Jan Beulich , "xen-devel@lists.xenproject.org" , Peng Fan , Jonas Blixt , John Ernberg Subject: [PATCH v3 3/3] MAINTAINERS: Become a reviewer of iMX8Q{M,XP} related patches Thread-Topic: [PATCH v3 3/3] MAINTAINERS: Become a reviewer of iMX8Q{M,XP} related patches Thread-Index: AQHagS3BovnjCFENDkmKWDvyUosLMw== Date: Thu, 28 Mar 2024 16:34:08 +0000 Message-ID: <20240328163351.64808-4-john.ernberg@actia.se> References: <20240328163351.64808-1-john.ernberg@actia.se> In-Reply-To: <20240328163351.64808-1-john.ernberg@actia.se> Accept-Language: en-US, sv-SE Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-mailer: git-send-email 2.44.0 x-originating-ip: [10.12.12.11] x-esetresult: clean, is OK x-esetid: 37303A2958D729556C7D66 MIME-Version: 1.0 I have experience with the IMX8QXP, and the supported parts of the IMX8QM are identical. Help review patches touching these areas. Acked-by: Stefano Stabellini --- v3: - New patch (Bertrand Marquis) --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 1bd22fd75f..09982241b3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -337,6 +337,11 @@ F: tools/misc/xenhypfs.c F: xen/common/hypfs.c F: xen/include/xen/hypfs.h +IMX8QM/QXP SUPPORT +R: John Ernberg +F: xen/arch/arm/platforms/imx8qm.c +F: xen/drivers/char/imx-lpuart.c + INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT) R: Lukasz Hawrylko R: Daniel P. Smith