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=-12.6 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_SANE_1 autolearn=ham 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 BF9B0C2B9F7 for ; Fri, 28 May 2021 18:24:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8FC4A611AE for ; Fri, 28 May 2021 18:24:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229476AbhE1SZs (ORCPT ); Fri, 28 May 2021 14:25:48 -0400 Received: from fllv0016.ext.ti.com ([198.47.19.142]:48972 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229463AbhE1SZq (ORCPT ); Fri, 28 May 2021 14:25:46 -0400 Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 14SIO17a055904; Fri, 28 May 2021 13:24:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1622226241; bh=Qv5D+n9NVq/b0Smx4ZmeRddei8NU2jggFRswOZibXvQ=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=eMAVVUbfJIyBqQxgo65HMNbwuk610t+Ms2HIKH1MOqap6x6K36lK/luxG7Jp5Q7jf XeuNg9oofAr1TbhhOuQlxhaBex/2bVDwkM4esPJcJuG2FEOmqZ+nXcJAZ6YAySy8eB 5/bAS61eyk/L2h78tdtxqsdDpNa2EqQ5jTF1JyAQ= Received: from DLEE108.ent.ti.com (dlee108.ent.ti.com [157.170.170.38]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 14SIO16q036586 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 28 May 2021 13:24:01 -0500 Received: from DLEE110.ent.ti.com (157.170.170.21) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Fri, 28 May 2021 13:24:00 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DLEE110.ent.ti.com (157.170.170.21) 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; Fri, 28 May 2021 13:24:01 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 14SIO0I6051672; Fri, 28 May 2021 13:24:00 -0500 Date: Fri, 28 May 2021 13:24:00 -0500 From: Nishanth Menon To: Suman Anna CC: Jan Kiszka , Grygorii Strashko , Vignesh Raghavendra , Kishon Vijay Abraham I , Lokesh Vutla , Grzegorz Jaszczyk , , Subject: Re: [PATCH 0/2] Add ICSSG MDIO nodes on AM65x & J721E SoCs Message-ID: <20210528182400.gjegxcl3umqqf5gl@filth> References: <20210514224759.9987-1-s-anna@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20210514224759.9987-1-s-anna@ti.com> User-Agent: NeoMutt/20171215 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 17:47-20210514, Suman Anna wrote: > Hi Nishanth, > > The following series adds the base MDIO nodes representing the MDIO > sub-module present in each of the ICSSG subsystem. These build on > top of the foundation ICSSG nodes added in v5.13-rc1. Please see > the previous ICSSG foundation series for more details [1]. > > The MDIO nodes would only be used on boards wired for supporting > the ICSSG Ethernet, so in general are expected to be disabled in > all boards where they are not pinned out. > > I have added these as "enabled" by default in the base dtsi files, > and have marked it disabled in all the existing board dts files > until we are ready to add in the ICSSG Ethernet functionality. > > Note that the bus_freq property throws a warning with W=2, but this > had been a legacy property defined a long back. The davinci-mdio > binding continues to use this. > > regards > Suman > > [1] https://patchwork.kernel.org/project/linux-arm-kernel/cover/20210114194805.8231-1-s-anna@ti.com/ Did you mean https://lore.kernel.org/linux-arm-kernel/20210304160712.8452-1-s-anna@ti.com/ the series we actually did pick up? > > Roger Quadros (1): > arm64: dts: ti: k3-am65-main: Add ICSSG MDIO nodes > > Suman Anna (1): > arm64: dts: ti: k3-j721e-main: Add ICSSG MDIO nodes > OK, does'nt apply on my tree as I am picking up patches.. There are new cleanups and nodes I have picked up, so could be conflicting with those. Please rebase and post based on: https://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git/log/?h=ti-k3-dts-next I'd suggest you do that on monday OR base on monday's linux-next tag for the next post. -- 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=-10.6 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,USER_AGENT_SANE_1 autolearn=ham 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 230DDC2B9F7 for ; Fri, 28 May 2021 18:25:28 +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 D487B611AE for ; Fri, 28 May 2021 18:25:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D487B611AE 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: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=WPYbcZImAXPiWt7Y0FHcD9ub53Naztf9ZlAw2SUeroU=; b=jTSNysTU8muLRx O3YQI5wvPjgfhYhxldjYzUBcI/UBQr6n4wYOoBxUgk6Aq98SXbGq7chdqkIDQKkqK9+6qhMcmOoUb IT/zMlqCsXnAadnjNrXuwHoF+nkILRa//+6QtiNXtkBNhPaX2IPtYtcTLdInIhzVS0FhUY00JJECM hiL5XqzafoLNaOS8Cf097IQxdxajWYqTa0/Sv1+QVgewfBoBh1Hf8SYM0nNOqn6iZwCv3wgEp/qwg PBArc9q2Q6ofPPnPvH0ZC1h52rH/yVAJmfSJIisbU1eZIn0o4Q8Kjo4g1kwSHvSZd4tOCwZkPHsos ciUmfQkTmkcHdgl5o5hA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lmh9X-000Diz-68; Fri, 28 May 2021 18:24:11 +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 1lmh9S-000Dgr-3P for linux-arm-kernel@lists.infradead.org; Fri, 28 May 2021 18:24:08 +0000 Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 14SIO17a055904; Fri, 28 May 2021 13:24:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1622226241; bh=Qv5D+n9NVq/b0Smx4ZmeRddei8NU2jggFRswOZibXvQ=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=eMAVVUbfJIyBqQxgo65HMNbwuk610t+Ms2HIKH1MOqap6x6K36lK/luxG7Jp5Q7jf XeuNg9oofAr1TbhhOuQlxhaBex/2bVDwkM4esPJcJuG2FEOmqZ+nXcJAZ6YAySy8eB 5/bAS61eyk/L2h78tdtxqsdDpNa2EqQ5jTF1JyAQ= Received: from DLEE108.ent.ti.com (dlee108.ent.ti.com [157.170.170.38]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 14SIO16q036586 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 28 May 2021 13:24:01 -0500 Received: from DLEE110.ent.ti.com (157.170.170.21) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Fri, 28 May 2021 13:24:00 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DLEE110.ent.ti.com (157.170.170.21) 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; Fri, 28 May 2021 13:24:01 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 14SIO0I6051672; Fri, 28 May 2021 13:24:00 -0500 Date: Fri, 28 May 2021 13:24:00 -0500 From: Nishanth Menon To: Suman Anna CC: Jan Kiszka , Grygorii Strashko , Vignesh Raghavendra , Kishon Vijay Abraham I , Lokesh Vutla , Grzegorz Jaszczyk , , Subject: Re: [PATCH 0/2] Add ICSSG MDIO nodes on AM65x & J721E SoCs Message-ID: <20210528182400.gjegxcl3umqqf5gl@filth> References: <20210514224759.9987-1-s-anna@ti.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210514224759.9987-1-s-anna@ti.com> User-Agent: NeoMutt/20171215 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-20210528_112407_095160_3A50147B X-CRM114-Status: GOOD ( 18.13 ) 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 17:47-20210514, Suman Anna wrote: > Hi Nishanth, > > The following series adds the base MDIO nodes representing the MDIO > sub-module present in each of the ICSSG subsystem. These build on > top of the foundation ICSSG nodes added in v5.13-rc1. Please see > the previous ICSSG foundation series for more details [1]. > > The MDIO nodes would only be used on boards wired for supporting > the ICSSG Ethernet, so in general are expected to be disabled in > all boards where they are not pinned out. > > I have added these as "enabled" by default in the base dtsi files, > and have marked it disabled in all the existing board dts files > until we are ready to add in the ICSSG Ethernet functionality. > > Note that the bus_freq property throws a warning with W=2, but this > had been a legacy property defined a long back. The davinci-mdio > binding continues to use this. > > regards > Suman > > [1] https://patchwork.kernel.org/project/linux-arm-kernel/cover/20210114194805.8231-1-s-anna@ti.com/ Did you mean https://lore.kernel.org/linux-arm-kernel/20210304160712.8452-1-s-anna@ti.com/ the series we actually did pick up? > > Roger Quadros (1): > arm64: dts: ti: k3-am65-main: Add ICSSG MDIO nodes > > Suman Anna (1): > arm64: dts: ti: k3-j721e-main: Add ICSSG MDIO nodes > OK, does'nt apply on my tree as I am picking up patches.. There are new cleanups and nodes I have picked up, so could be conflicting with those. Please rebase and post based on: https://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git/log/?h=ti-k3-dts-next I'd suggest you do that on monday OR base on monday's linux-next tag for the next post. -- 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