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 088FAC433EF for ; Wed, 23 Feb 2022 13:32:32 +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:MIME-Version:References:In-Reply-To: Date:CC:To:From:Subject:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=k0BpB6Mw8ATP7X+3jv1fW8Z5p48oJOtz8LzVCIDjSAE=; b=m0wTPv46nzwno/ 8svctcXH1ujcYk4rPWhBl8Wht4Yh72GTvhOC/ocpre7qa5ZoHQPG4qmmEZJinUqeOs+N6i41ZbTMV 0g2B3ixZmJ//hAPlERV8aYJMsV56f5UnLjLh8zakveZWCEmQXZWBCkG47obDE4tr0XYvWv/zM8lBq S7pcoGVIaKaj2TR4PHO8KV9yZDR3c0fFaJACbRSBxwiso9rS5zM3xPPshZrbIX7BsHjBKmbJqf2Ws LO9T8z0E9N899uOJ1AnNXG6sfLXxRIt1p3W+VVxgX44tjjZ0Gxd10IiNkIWVuCjCc4lh3pJRCPyjk bgyxh4afu4wD/SR9sT+g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nMrjj-00EVm0-00; Wed, 23 Feb 2022 13:31:19 +0000 Received: from mailgw01.mediatek.com ([216.200.240.184]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nMrjd-00EVl6-VH; Wed, 23 Feb 2022 13:31:15 +0000 X-UUID: 1e84cdd9945946ca857ca33a5e6f7769-20220223 X-UUID: 1e84cdd9945946ca857ca33a5e6f7769-20220223 Received: from mtkcas66.mediatek.inc [(172.29.193.44)] by mailgw01.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 252869411; Wed, 23 Feb 2022 06:31:05 -0700 Received: from mtkexhb01.mediatek.inc (172.21.101.102) by MTKMBS62N2.mediatek.inc (172.29.193.42) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 23 Feb 2022 05:21:03 -0800 Received: from mtkcas10.mediatek.inc (172.21.101.39) by mtkexhb01.mediatek.inc (172.21.101.102) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 23 Feb 2022 21:21:01 +0800 Received: from mtksdccf07 (172.21.84.99) by mtkcas10.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Wed, 23 Feb 2022 21:21:01 +0800 Message-ID: <3a713726fe4a9b42c38ea398de935aa9b0ef50f8.camel@mediatek.com> Subject: Re: [PATCH v2 00/23] Add driver nodes for MT8192 SoC From: allen-kh.cheng To: Chen-Yu Tsai CC: Matthias Brugger , Rob Herring , --to=Krzysztof Kozlowski , , , , , , "Ryder Lee" Date: Wed, 23 Feb 2022 21:21:01 +0800 In-Reply-To: References: <20220218091633.9368-1-allen-kh.cheng@mediatek.com> X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.2 MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220223_053114_048334_DA069BC5 X-CRM114-Status: GOOD ( 21.12 ) 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, 2022-02-22 at 11:21 +0800, Chen-Yu Tsai wrote: > On Fri, Feb 18, 2022 at 5:16 PM Allen-KH Cheng > wrote: > > > > This series are based on tag: next-20220216, linux-next/master > > and apply the below patchs > > https://urldefense.com/v3/__https://patchwork.kernel.org/project/linux-mediatek/patch/20220207094024.22674-1-allen-kh.cheng@mediatek.com/__;!!CTRNKA9wMg0ARbw!zMCLHB01ZObC6n6oHu5dE6SiAH_IkDBQhvydry6a_5p-mLTx841Cgy8VVZKPfXBIXpT76w$ > > > > It would make things easier if you incorporated the above patch into > this > series when you send v3. > > ChenYu > Hi ChenYu, It's good to me. I will add this in v3. Thanks. Allen > > https://urldefense.com/v3/__https://patchwork.kernel.org/project/linux-mediatek/patch/20220217135620.10559-1-allen-kh.cheng@mediatek.com/__;!!CTRNKA9wMg0ARbw!zMCLHB01ZObC6n6oHu5dE6SiAH_IkDBQhvydry6a_5p-mLTx841Cgy8VVZKPfXDBU4qenA$ > > > > > > There some patches are missed in PATCH v1. > > I resend series again and also add display related nodes in PATCH > > v2. > > > > changes since v1: > > - add usb-phy node for xhci node > > - move infracfg_rst patch in front of PCIe patch > > - add display nodes, i2c aliases and pwm node. > > > > Allen-KH Cheng (23): > > arm64: dts: mt8192: Add power domains controller > > arm64: dts: mt8192: Add pwrap node > > arm64: dts: mt8192: Add spmi node > > arm64: dts: mt8192: Add gce node > > arm64: dts: mt8192: Add SCP node > > arm64: dts: mt8192: Add usb-phy node > > arm64: dts: mt8192: Add xhci node > > arm64: dts: mt8192: Add audio-related nodes > > arm64: dts: mt8192: Add infracfg_rst node > > arm64: dts: mt8192: Add PCIe node > > arm64: dts: mt8192: Correct nor_flash status of mt8192 > > arm64: dts: mt8192: Add efuse node > > arm64: dts: mt8192: Add mmc device nodes > > arm64: dts: mt8192: Add mipi_tx node > > arm64: dts: mt8192: Add m4u and smi nodes > > arm64: dts: mt8192: Add H264 venc device node > > arm64: dts: mt8192: Add vcodec lat and core nodes > > arm64: dts: mt8192: Add dpi node > > arm64: dts: mt8192: Add i2c aliases > > arm64: dts: mt8192: Add display nodes > > arm64: dts: mt8192: Add dsi node > > arm64: dts: mt8192: Add gce info for display nodes > > arm64: dts: mt8192: Add pwm node > > > > arch/arm64/boot/dts/mediatek/mt8192.dtsi | 1000 > > +++++++++++++++++++++- > > 1 file changed, 989 insertions(+), 11 deletions(-) > > > > -- > > 2.18.0 > > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel