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=-15.2 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 F0450C433F5 for ; Mon, 20 Sep 2021 19:02:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D634F60F4B for ; Mon, 20 Sep 2021 19:02:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350150AbhITTDs (ORCPT ); Mon, 20 Sep 2021 15:03:48 -0400 Received: from fllv0015.ext.ti.com ([198.47.19.141]:36246 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344317AbhITTBr (ORCPT ); Mon, 20 Sep 2021 15:01:47 -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 18KJ0EUt075500; Mon, 20 Sep 2021 14:00:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1632164414; bh=JLxL1Q1/PLvdtm3pXMoL5oDbTGqV2/WCZQeFTcffy0w=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=qFL9Ibm/Aa/MmFwZHEcucOtnflqRbYtiI+BnBBKekXiVlkz4Qfyf0UDfzqOWQFcfh XOmujgchjOwRxydBAdUOFglPMBr49J53yBsCbXgykaz2Z2syRq9aoqiDpLGTvI2UQR /TQA9UivsQ9548XmNLAzk0qsr5h1JvrglfRHf98s= Received: from DFLE112.ent.ti.com (dfle112.ent.ti.com [10.64.6.33]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 18KJ0EtR018711 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 20 Sep 2021 14:00:14 -0500 Received: from DFLE106.ent.ti.com (10.64.6.27) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Mon, 20 Sep 2021 14:00:14 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE106.ent.ti.com (10.64.6.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Mon, 20 Sep 2021 14:00:14 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 18KJ0DRX064391; Mon, 20 Sep 2021 14:00:13 -0500 From: Nishanth Menon To: Vignesh Raghavendra , Rob Herring , Nishanth Menon , Tero Kristo CC: , Aswath Govindraju , Jan Kiszka , , Subject: Re: [PATCH] arm64: dts: ti: ti-k3*: Introduce aliases for mmc nodes Date: Mon, 20 Sep 2021 14:00:13 -0500 Message-ID: <163216440673.26588.3033938018391634383.b4-ty@ti.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210915135415.5706-1-nm@ti.com> References: <20210915135415.5706-1-nm@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, 15 Sep 2021 08:54:15 -0500, Nishanth Menon wrote: > Since probe order of mmc can vary depending on device tree dependencies, > Lets try and introduce a consistent definition of what mmc0, 1 are > across platforms. > > NOTE: Certain platforms may choose to have overrides due to various > legacy reasons, we permit that in the board specific alias definition. Hi Nishanth Menon, I have applied the following to branch ti-k3-dts-next on [1]. Thank you! [1/1] arm64: dts: ti: ti-k3*: Introduce aliases for mmc nodes commit: f54e1a97c8dbfe7717e15690c79f1bf20186e1fe 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=-13.2 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 3F7FAC433EF for ; Mon, 20 Sep 2021 19:01:46 +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 04EB460F3A for ; Mon, 20 Sep 2021 19:01:46 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 04EB460F3A Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=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=3xQh0CSxVNwRbv7bA+b6GcZsiBWMEFm+vk15LAwIqmw=; b=zj+mydrEyqT32B yR171j7feu7B3uP3qz2NEEChg7wjeJ22fKk7HQrz2kQr+Co0yH3r0BDrifzXTBlocvOf1vhROsBG+ hyhevG7sez0N55usbh729bWcYnlYeVyCJ1555YK+mLzE11r6Rw502Mki16n6pD2PSzjl/OaMeIXPB qIPzR3Wm7W7BecK0vheg4xuLao770EDDt1LZtLZnpcl6+WGW5RCVy9kL9ig+0beky2Nk1cPCTda54 W80eIFemRMWk61CLcAL00nVhYBIVjecK3+SUkl4vXeGntbRjdjUYKgBUblEFvRmWA3s+AyzNpyrDA y74kB1MVMTVZ8q3DVnZw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mSOWZ-002qJ6-R6; Mon, 20 Sep 2021 19:00:19 +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 1mSOWV-002qGW-Jt for linux-arm-kernel@lists.infradead.org; Mon, 20 Sep 2021 19:00:17 +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 18KJ0EUt075500; Mon, 20 Sep 2021 14:00:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1632164414; bh=JLxL1Q1/PLvdtm3pXMoL5oDbTGqV2/WCZQeFTcffy0w=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=qFL9Ibm/Aa/MmFwZHEcucOtnflqRbYtiI+BnBBKekXiVlkz4Qfyf0UDfzqOWQFcfh XOmujgchjOwRxydBAdUOFglPMBr49J53yBsCbXgykaz2Z2syRq9aoqiDpLGTvI2UQR /TQA9UivsQ9548XmNLAzk0qsr5h1JvrglfRHf98s= Received: from DFLE112.ent.ti.com (dfle112.ent.ti.com [10.64.6.33]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 18KJ0EtR018711 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 20 Sep 2021 14:00:14 -0500 Received: from DFLE106.ent.ti.com (10.64.6.27) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Mon, 20 Sep 2021 14:00:14 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE106.ent.ti.com (10.64.6.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Mon, 20 Sep 2021 14:00:14 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 18KJ0DRX064391; Mon, 20 Sep 2021 14:00:13 -0500 From: Nishanth Menon To: Vignesh Raghavendra , Rob Herring , Nishanth Menon , Tero Kristo CC: , Aswath Govindraju , Jan Kiszka , , Subject: Re: [PATCH] arm64: dts: ti: ti-k3*: Introduce aliases for mmc nodes Date: Mon, 20 Sep 2021 14:00:13 -0500 Message-ID: <163216440673.26588.3033938018391634383.b4-ty@ti.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210915135415.5706-1-nm@ti.com> References: <20210915135415.5706-1-nm@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-20210920_120015_800738_1D629B79 X-CRM114-Status: GOOD ( 14.21 ) 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, 15 Sep 2021 08:54:15 -0500, Nishanth Menon wrote: > Since probe order of mmc can vary depending on device tree dependencies, > Lets try and introduce a consistent definition of what mmc0, 1 are > across platforms. > > NOTE: Certain platforms may choose to have overrides due to various > legacy reasons, we permit that in the board specific alias definition. Hi Nishanth Menon, I have applied the following to branch ti-k3-dts-next on [1]. Thank you! [1/1] arm64: dts: ti: ti-k3*: Introduce aliases for mmc nodes commit: f54e1a97c8dbfe7717e15690c79f1bf20186e1fe 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