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=-14.1 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 C41B5C4708D for ; Fri, 28 May 2021 21:49:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A5BEB6113E for ; Fri, 28 May 2021 21:49:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229565AbhE1Vv3 (ORCPT ); Fri, 28 May 2021 17:51:29 -0400 Received: from fllv0015.ext.ti.com ([198.47.19.141]:42098 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229500AbhE1Vv2 (ORCPT ); Fri, 28 May 2021 17:51:28 -0400 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 14SLnoPK082388; Fri, 28 May 2021 16:49:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1622238590; bh=XCnkoYinxBiG1zmVc0uHZ4SOvw0tN3dtLz+aEzJIxyI=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=pKLjhZGjzg6Rsxx6ogoBuOyB7ce6HrZQRbUNsIgBoabGgkzGi9RCl7/b9bTNh9hyQ P7JVPWY07qfKofVKrsFzdbBtdrQRIQmuMNmAukU9AlznrjIdCex48TUGIPkq602qT6 R4k2tiMaN0+PvnETDjRykAr2OJdIRCvB9m7iLWMc= Received: from DFLE103.ent.ti.com (dfle103.ent.ti.com [10.64.6.24]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 14SLnoTh128980 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 28 May 2021 16:49:50 -0500 Received: from DFLE109.ent.ti.com (10.64.6.30) by DFLE103.ent.ti.com (10.64.6.24) 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 16:49:50 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) 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 via Frontend Transport; Fri, 28 May 2021 16:49:50 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 14SLnoUg091386; Fri, 28 May 2021 16:49:50 -0500 From: Nishanth Menon To: Grygorii Strashko , , Tero Kristo , CC: Nishanth Menon , , Rob Herring , Vignesh Raghavendra Subject: Re: [PATCH next] arm64: dts: ti: k3-am654x/j721e/j7200-common-proc-board: fix MCU_RGMII1_TXC direction Date: Fri, 28 May 2021 16:49:49 -0500 Message-ID: <162223856469.6650.3982154693842996954.b4-ty@ti.com> X-Mailer: git-send-email 2.31.0 In-Reply-To: <20210526132041.6104-1-grygorii.strashko@ti.com> References: <20210526132041.6104-1-grygorii.strashko@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 Wed, 26 May 2021 16:20:41 +0300, Grygorii Strashko wrote: > The MCU RGMII MCU_RGMII1_TXC pin is defined as input by mistake, although > this does not make any difference functionality wise it's better to update > to avoid confusion. > > Hence fix MCU RGMII MCU_RGMII1_TXC pin pinmux definitions to be an output > in K3 am654x/j721e/j7200 board files. Hi Grygorii Strashko, I have applied the following to branch ti-k3-dts-next on [1]. Thank you! [1/1] arm64: dts: ti: k3-am654x/j721e/j7200-common-proc-board: fix MCU_RGMII1_TXC direction commit: 69db725cdb2b803af67897a08ea54467d11f6020 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 -- 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=-12.1 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_GIT 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 70826C47087 for ; Fri, 28 May 2021 21:51:23 +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 3283A6113E for ; Fri, 28 May 2021 21:51:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3283A6113E 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=Y3T3MuMrM0etcN+fEysEW4bdQsjk7ApqlHAb/c77l9M=; b=B14+KTjHddtzj1 hZ/Iz5Yu9sJI8ZNDtBHPvgR0SdgKGBVqLNgxaG0XMtcDjeyUxY0OLP3J8biVwnYrUz4eFawJN8EhL shJHm/jr9dVREkiSoYrB0xrsIQcmsHpqiA3R4Y9AT8sxGXQLbsDavBLNYBmjTsRbptf8fRZ1Sq7eu 1R+d6S8JXyYjPtt4ybo88rt8GQkKzuTc4ciRov86qh5HR9gk2L6Zix+v3kOXvUr1eb2oU/lFJddY5 8D0X3XYhqKveUaLEBxOWQjkGW2wgvjOuNcadeJwE/Ee0EwYF40Z+CziT2LM0KCC7wLYzVEuv9R8FE w8TibX5DjWe+NTttDsFQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lmkMf-001IfF-IQ; Fri, 28 May 2021 21:49:58 +0000 Received: from fllv0015.ext.ti.com ([198.47.19.141]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lmkMa-001Idd-2E for linux-arm-kernel@lists.infradead.org; Fri, 28 May 2021 21:49:53 +0000 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 14SLnoPK082388; Fri, 28 May 2021 16:49:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1622238590; bh=XCnkoYinxBiG1zmVc0uHZ4SOvw0tN3dtLz+aEzJIxyI=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=pKLjhZGjzg6Rsxx6ogoBuOyB7ce6HrZQRbUNsIgBoabGgkzGi9RCl7/b9bTNh9hyQ P7JVPWY07qfKofVKrsFzdbBtdrQRIQmuMNmAukU9AlznrjIdCex48TUGIPkq602qT6 R4k2tiMaN0+PvnETDjRykAr2OJdIRCvB9m7iLWMc= Received: from DFLE103.ent.ti.com (dfle103.ent.ti.com [10.64.6.24]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 14SLnoTh128980 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 28 May 2021 16:49:50 -0500 Received: from DFLE109.ent.ti.com (10.64.6.30) by DFLE103.ent.ti.com (10.64.6.24) 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 16:49:50 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) 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 via Frontend Transport; Fri, 28 May 2021 16:49:50 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 14SLnoUg091386; Fri, 28 May 2021 16:49:50 -0500 From: Nishanth Menon To: Grygorii Strashko , , Tero Kristo , CC: Nishanth Menon , , Rob Herring , Vignesh Raghavendra Subject: Re: [PATCH next] arm64: dts: ti: k3-am654x/j721e/j7200-common-proc-board: fix MCU_RGMII1_TXC direction Date: Fri, 28 May 2021 16:49:49 -0500 Message-ID: <162223856469.6650.3982154693842996954.b4-ty@ti.com> X-Mailer: git-send-email 2.31.0 In-Reply-To: <20210526132041.6104-1-grygorii.strashko@ti.com> References: <20210526132041.6104-1-grygorii.strashko@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-20210528_144952_229701_6BB2E317 X-CRM114-Status: GOOD ( 12.95 ) 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, 26 May 2021 16:20:41 +0300, Grygorii Strashko wrote: > The MCU RGMII MCU_RGMII1_TXC pin is defined as input by mistake, although > this does not make any difference functionality wise it's better to update > to avoid confusion. > > Hence fix MCU RGMII MCU_RGMII1_TXC pin pinmux definitions to be an output > in K3 am654x/j721e/j7200 board files. Hi Grygorii Strashko, I have applied the following to branch ti-k3-dts-next on [1]. Thank you! [1/1] arm64: dts: ti: k3-am654x/j721e/j7200-common-proc-board: fix MCU_RGMII1_TXC direction commit: 69db725cdb2b803af67897a08ea54467d11f6020 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 -- 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