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 X-Spam-Level: X-Spam-Status: No, score=-13.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5B61DC4743D for ; Tue, 8 Jun 2021 14:38:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 435FB6100B for ; Tue, 8 Jun 2021 14:38:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233533AbhFHOkg (ORCPT ); Tue, 8 Jun 2021 10:40:36 -0400 Received: from fllv0016.ext.ti.com ([198.47.19.142]:52234 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233316AbhFHOkd (ORCPT ); Tue, 8 Jun 2021 10:40:33 -0400 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 158EcbGr016940; Tue, 8 Jun 2021 09:38:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1623163117; bh=3pyK6CAwRyvWaeUBhVTbQzJs7ys6z8cOCX6qJ4mAoFs=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=iZtCdxaeUOFLmQ5EnX35CGrrsrmKrQyaVWDp3rzjYs2RxVRGoEhbGco31uLr2fL3L ySPf6UPHvvmxR7fcVicz0jDM1+MZP0ngArs+7HRDOglTZ21GwPAyK6CQqtfpXwlXaF RvSQ/S5OcPIimYwh/heJLPNIHgctflxiUfjPcjLs= Received: from DFLE109.ent.ti.com (dfle109.ent.ti.com [10.64.6.30]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 158EcbHV061524 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 8 Jun 2021 09:38:37 -0500 Received: from DFLE113.ent.ti.com (10.64.6.34) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Tue, 8 Jun 2021 09:38:36 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE113.ent.ti.com (10.64.6.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2 via Frontend Transport; Tue, 8 Jun 2021 09:38:36 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 158EcapU121452; Tue, 8 Jun 2021 09:38:36 -0500 From: Nishanth Menon To: Rob Herring , Tero Kristo , Kishon Vijay Abraham I CC: Nishanth Menon , Lokesh Vutla , , , , Subject: Re: [PATCH v4 0/5] AM64: EVM/SK: Enable PCIe and USB Date: Tue, 8 Jun 2021 09:38:35 -0500 Message-ID: <162316287234.9624.10615974945267054848.b4-ty@ti.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210603142251.14563-1-kishon@ti.com> References: <20210603142251.14563-1-kishon@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 3 Jun 2021 19:52:46 +0530, Kishon Vijay Abraham I wrote: > AM642 EVM has one PCIe slot (no USB slot) and AM642 SK has one USB slot > (no PCIe slot). > AM64 SoC has one SERDES module which can be used by either PCIe or USB. > > Add DT nodes to represent and enable SERDES/PCIe/USB modules in EVM/SK. > > Changes from v3: > 1) Limit the lines to < 100 > > [...] Hi Kishon Vijay Abraham I, I have applied the following to branch ti-k3-dts-next on [1]. Thank you! [1/5] arm64: dts: ti: k3-am64-main: Add SERDES DT node commit: 68fefbfed8ba67957b4ab18be4dfb8051b625321 [2/5] arm64: dts: ti: k3-am64-main: Add PCIe DT node commit: 4a868bffd876086d9017753a2d5c88a118fe6d5a [3/5] arm64: dts: ti: k3-am642-evm: Enable PCIe and SERDES commit: 354065bed2d15f6ff7796c8105133ccdf3a84917 [4/5] arm64: dts: ti: k3-am642-sk: Enable USB Super-Speed HOST port commit: 4e8aa4e3559a7f71e333b0fb8661f302aec64c5c [5/5] arm64: dts: ti: k3-am642-sk: Disable PCIe commit: c90ec93d94f2bddf3873f2dfbc7b4859e09c01ef Note: we do have this consistent definition unit address conflict in PCIe subnode on multiple SoCs, which though logical, as we discussed in [2], is something to look at as needed. /bus@f4000/pcie@f102000: duplicate unit-address (also used in node /bus@f4000/pcie-ep@f102000) All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent up the chain during the next merge window (or sooner if it is a relevant bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. [1] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git [2] https://lore.kernel.org/linux-arm-kernel/ab908779-804f-75c3-d9cc-98a3a558e686@ti.com/ -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D 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 X-Spam-Level: X-Spam-Status: No, score=-11.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 91CCEC47082 for ; Tue, 8 Jun 2021 14:40:45 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 4FF246100B for ; Tue, 8 Jun 2021 14:40:45 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4FF246100B Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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: Message-ID:Date:Subject:CC:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=k3I+49OiOfff7gCrefAss48rLiYDJX8Txz11sb8rj/U=; b=2CVQ+3Q8iipxfT d48uCCZp/iCRmxwldw1whiHGkcIFOLu/BB5cEm9hKJAfmRbCfouR09PLCawARbFYHLtWJSO4m/7jf NmroSimwMUUa8glLEHIu9n/vHG7poKCv2tcUhZFfQcMvxDYiSaN6FOpkuri/8goYk29rKhQfNOCMa 4kSRiu8L1TGCVksDxIk8V2v9Y5OipRIlRLwE38fwN4k7AX0IoMS5AXbFkpygVjg05aExBU3r2AL3q FEsz9xXWnNLHyjm46LZ4o95kQs6bQH3On8BlKOFc6JWZ877bofU82lYYluc7rCnITlHFakt9EEkjn V30mi+J/mz3cv043RAjw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lqcsS-008yCr-K1; Tue, 08 Jun 2021 14:38:49 +0000 Received: from fllv0016.ext.ti.com ([198.47.19.142]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lqcsI-008yAt-Hr for linux-arm-kernel@lists.infradead.org; Tue, 08 Jun 2021 14:38:40 +0000 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 158EcbGr016940; Tue, 8 Jun 2021 09:38:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1623163117; bh=3pyK6CAwRyvWaeUBhVTbQzJs7ys6z8cOCX6qJ4mAoFs=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=iZtCdxaeUOFLmQ5EnX35CGrrsrmKrQyaVWDp3rzjYs2RxVRGoEhbGco31uLr2fL3L ySPf6UPHvvmxR7fcVicz0jDM1+MZP0ngArs+7HRDOglTZ21GwPAyK6CQqtfpXwlXaF RvSQ/S5OcPIimYwh/heJLPNIHgctflxiUfjPcjLs= Received: from DFLE109.ent.ti.com (dfle109.ent.ti.com [10.64.6.30]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 158EcbHV061524 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 8 Jun 2021 09:38:37 -0500 Received: from DFLE113.ent.ti.com (10.64.6.34) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Tue, 8 Jun 2021 09:38:36 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE113.ent.ti.com (10.64.6.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2 via Frontend Transport; Tue, 8 Jun 2021 09:38:36 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 158EcapU121452; Tue, 8 Jun 2021 09:38:36 -0500 From: Nishanth Menon To: Rob Herring , Tero Kristo , Kishon Vijay Abraham I CC: Nishanth Menon , Lokesh Vutla , , , , Subject: Re: [PATCH v4 0/5] AM64: EVM/SK: Enable PCIe and USB Date: Tue, 8 Jun 2021 09:38:35 -0500 Message-ID: <162316287234.9624.10615974945267054848.b4-ty@ti.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210603142251.14563-1-kishon@ti.com> References: <20210603142251.14563-1-kishon@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210608_073838_762494_F0584F1D X-CRM114-Status: GOOD ( 14.61 ) 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 Thu, 3 Jun 2021 19:52:46 +0530, Kishon Vijay Abraham I wrote: > AM642 EVM has one PCIe slot (no USB slot) and AM642 SK has one USB slot > (no PCIe slot). > AM64 SoC has one SERDES module which can be used by either PCIe or USB. > > Add DT nodes to represent and enable SERDES/PCIe/USB modules in EVM/SK. > > Changes from v3: > 1) Limit the lines to < 100 > > [...] Hi Kishon Vijay Abraham I, I have applied the following to branch ti-k3-dts-next on [1]. Thank you! [1/5] arm64: dts: ti: k3-am64-main: Add SERDES DT node commit: 68fefbfed8ba67957b4ab18be4dfb8051b625321 [2/5] arm64: dts: ti: k3-am64-main: Add PCIe DT node commit: 4a868bffd876086d9017753a2d5c88a118fe6d5a [3/5] arm64: dts: ti: k3-am642-evm: Enable PCIe and SERDES commit: 354065bed2d15f6ff7796c8105133ccdf3a84917 [4/5] arm64: dts: ti: k3-am642-sk: Enable USB Super-Speed HOST port commit: 4e8aa4e3559a7f71e333b0fb8661f302aec64c5c [5/5] arm64: dts: ti: k3-am642-sk: Disable PCIe commit: c90ec93d94f2bddf3873f2dfbc7b4859e09c01ef Note: we do have this consistent definition unit address conflict in PCIe subnode on multiple SoCs, which though logical, as we discussed in [2], is something to look at as needed. /bus@f4000/pcie@f102000: duplicate unit-address (also used in node /bus@f4000/pcie-ep@f102000) All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent up the chain during the next merge window (or sooner if it is a relevant bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. [1] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git [2] https://lore.kernel.org/linux-arm-kernel/ab908779-804f-75c3-d9cc-98a3a558e686@ti.com/ -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel