From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 9BFFCC43334 for ; Fri, 10 Jun 2022 08:35:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=6fQP+Pa/FNS9bMzByuFpNfBDHMWWjAxkHz/kyjrgiSk=; b=ilZ9vG9vqWTrZe MRCf4CimZSLMFIBsHBEKMP33jCiy1ZQP1UYEGJAkThD6yR16fQNVwNWICjcHw8f6Pgm6B0OEaekvP fVbDXdcXK8ZhvK0XXhm6VXZSCzxdIQ/rwqoZTKbxZSvr8kb4PUBTxwBIKhly7jrLo1j1ZEFQuXnGm +6VgcdhzJFLm/zIR1/ZdJ6prLSgGXKeRE6zsH04L1U7G/CIWsUF6eihz+y8x+4GBsmk0+k96cOd4V 5bpYjEQXXhchF8hsdhVoOS2NSFocElQ/SuFTBOa+gz7CLfhiYM1hS2XDuQOJeHWcU3P2saEzxq4Y2 GixQFkOi7yj99I+ekMFg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nza5q-006ocf-P7; Fri, 10 Jun 2022 08:34:10 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nza5o-006obk-6f for linux-arm-kernel@lists.infradead.org; Fri, 10 Jun 2022 08:34:09 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B622760DD7; Fri, 10 Jun 2022 08:34:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2E9D6C34114; Fri, 10 Jun 2022 08:34:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1654850047; bh=mkIa/msz/HXqM2VctHo0gwG0bUa+pqLMLaIgND87LnE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=W5whV86YPbNRC3inrh3PqFGXfqdgf0ZXQhp3RtdLPM0nkHU+T3X4lpOnfJbNNic4U q9rT22pI0HzOnR59S+5RvAdUVQZ6NrnG7mukOVi9FDOO72hdpwNvP1cNO37oKGSNEb CfDynhtwSV4nZco7MBZIZDXeFrzec5HEjY3WmrhZjo1VJ8HTlJtk5v6vFWo6CAL+ie wV//e4PAlwwqtPUvuIoTsEq214jO+zl5qoqBRP61xRni+bGQ3hogKsc38JXCx+RiqG VhR+8D/NYs9fhu/B7UigmRMfYaDrsGJARiFlBa7DWJPJ4yVDd3/zlgzfzc5ZkGyiy2 2djGIBBOI9yZw== Date: Fri, 10 Jun 2022 16:34:01 +0800 From: Shawn Guo To: "Peng Fan (OSS)" Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Peng Fan Subject: Re: [PATCH V6 0/4] arm64: add i.MX93 support Message-ID: <20220610083401.GC254723@dragon> References: <20220510124050.398891-1-peng.fan@oss.nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220510124050.398891-1-peng.fan@oss.nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220610_013408_320018_3775DC31 X-CRM114-Status: GOOD ( 14.26 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, May 10, 2022 at 08:40:46PM +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > Sorry for sending several versions in short time, just wanna to catch 5.19 > > V6: > Per Fabio's comments, drop unused uart2/uart5 pinmux > > V5: > Add R-b from Aisheng > drop iomuxc status from board dts > > V4: > Add A-b > In patch 1 to move imx93 behind imx8ulp > Drop a whitespace in patch 2 > > V3: > Add a new patch patch 1 for board binding doc > Add A-b from Rob > Fix dtb warnings. > > V2: > Update License > > Add i.MX93 dtsi and 11x11 evk board support > > The required bindings and drivers has already been in tree. > There arem checkpatch error for the pin header files as other i.MX pin > pin header files. > > > Peng Fan (4): > dt-bindings: arm: fsl: add imx93 11x11 evk board > arm64: dts: freescale: Add i.MX93 dtsi support > arm64: dts: freescale: add i.MX93 11x11 EVK basic support > arm64: defconfig: enable i.MX93 clk & pinctrl Applied all, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel