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 EE84DCE7A8B for ; Mon, 25 Sep 2023 01:36:50 +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=wZH4rWLKsHh/6UGUd9ot1lPNdy33NzlB6/KWWJ+Xcdo=; b=gDgRKhO4HLsuEp F7m7uROSVsavjO71U8K+EHu1DqDXJfQm8m5CDXVfVb+jW/1MKog983hbVeqbM6gaC6XUhyLfniS4c ZZ9teETGXeIDeeHsTWpLAqIXSDF9ZPyXIRSP4MiwoCG43VsUdTvjyZrsxcnLwH8TIrEV9ch60UYC1 g5KU/ZcqFW+cR1Lrd+7uyamFUzjS3w4VZw8SHXxi+NvQApLNlRdQbYM/1mz8dKORWhjcnXGEC05Wj L+47Q+PAUgXtH4cAaakweeqL68hcSZr8+gVE01xQU4CLdCBSgKvWFYbMpDTCtMLx1027WKVolTs8L Fg0z1jA/jTrXxADiQu+g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qkaWM-00D5xX-1L; Mon, 25 Sep 2023 01:36:22 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qkaWJ-00D5x3-0N for linux-arm-kernel@lists.infradead.org; Mon, 25 Sep 2023 01:36:20 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 1729C60C35; Mon, 25 Sep 2023 01:36:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0BA65C433C7; Mon, 25 Sep 2023 01:36:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695605771; bh=GK4/hR1/7O8pv6jd5DOeaYHGVdlv7Nsa2pS3RKfSN2g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lMoMI+xPOGX9y84LXMRDfhPhy801w7yHBrlOTx0rW06PCHtA9N8Wjq8jfjUsjgpmI 9QYoG1Qe9BlLk9LaMl/yB/8wXd26f6uSEzIcWVnsHlt7ycY4zy6VIQIE4YQ7JZ5pjJ IlzQM8+VwkNzVU7hsXxZ3Nzvv7oQW41W5ug+cXM84eWvX7+Y8o8riyqTgwjfmcBge3 Kq5+i6M2Sl7CWxLz2ldeDbXyYGL+54rUXPJ694Ovlk2LyjrO1yjqaxpqvSdCr15BYS x7rKNyGOJVhxrj0ZyfvSljAb66cLBiypWRwkeb2WqT8wRZ4NLIVrvpehQnWx6yT7Ym 0HBUGiTs13oRQ== Date: Mon, 25 Sep 2023 09:36:01 +0800 From: Shawn Guo To: Cem Tenruh Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , linux-arm-kernel@lists.infradead.org, upstream@lists.phytec.de Subject: Re: [PATCH v4 0/5] Update of phyBOARD-Pollux-i.MX8MP Message-ID: <20230925013601.GH7231@dragon> References: <20230906100857.7916-1-c.tenruh@phytec.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230906100857.7916-1-c.tenruh@phytec.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230924_183619_202269_1ABF1859 X-CRM114-Status: GOOD ( 10.22 ) 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 Wed, Sep 06, 2023 at 12:08:52PM +0200, Cem Tenruh wrote: > Updates for the phyCORE-i.MX8MP and phyBOARD-Pollux-i.MX8MP devicetrees. > This adds CAN-FD, RS232/RS485 and USB support for phyBOARD-Pollux-i.MX8MP. > This also adds gpio-line-name properties. > > Changes in v4: > - split previous (arm64: dts: imx8mp: Add gpio-line-names Patch 3/4) > into two patches (Patch 3/5) & (Patch 4/5) > - Updated commit header & message (Patch 3/5) > - Added missing signed-off (Patch 2/5) & (Patch 5/5) > > Changes in v3: > - removed "regulator-always-on" protperty (Patch 2/4) > > Changes in v2: > - Edited commit message (Patch 4/4) > - Added comment to UART2 node (Patch 4/4) > > Cem Tenruh (2): > arm64: dts: imx8mp-phycore-som: Add gpio-line-names > arm64: dts: imx8mp-phyboard-pollux: Add gpio-line-names > > Teresa Remmet (3): > arm64: dts: imx8mp-phyboard-pollux: Add flexcan support > arm64: dts: imx8mp-phyboard-pollux: Enable USB support > arm64: dts: imx8mp-phyboard-pollux: Add support for RS232/RS485 Applied all, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel