Received: by 2002:a05:6a10:a841:0:0:0:0 with SMTP id d1csp3966080pxy; Mon, 26 Apr 2021 14:15:19 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzs4+FSm7mC7Q85MY4GzauH/+jeVW08fgV7OxUmKfYeg1NigdWwWR/BxYUsOdXpRrkuswb7 X-Received: by 2002:a50:bec7:: with SMTP id e7mr673616edk.295.1619471719551; Mon, 26 Apr 2021 14:15:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619471719; cv=none; d=google.com; s=arc-20160816; b=RV4G3eFnfAsi2xWw2Wcuw35Lss9sJtf2mWFcnraO9aq8PDxYvrKFwkCXVZCDDXLfM4 X9tUWIqcg4mC4xPYZ0xkSSwfHMRYEbQZkVywTF/nkMSucZukUAjVZS4+6cAukDwQcUsB fPpOLHduyfsL553U552tKWb3YPM/xC4HE5pz2jCcMP1Hhm73+yTpiTwgjAB1E0eYVBwB UVo0wUlGxC8FdK0jpqTyiYLEqMFVNzts/y94bQWKLaJo04MFpTOirHnCCVuv1MBsLKxG k4fSX8ibGz2chOMtfjmtXxeIsT3ewT+QwDYyJAVym8Bj3UF8AKVwnxJigLd/IHtTFi5X v/CA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=YMgun+Kjj02BtaiQMvn7eymV/iM7KlSBnvXeUFV/MKI=; b=xvKA57IGZUB6FaXUI3vYawESaouMAqcYvpl/UdxJ2ZqGSr4xdTpXNBhLcstvdrazn0 xUV144SbaXd+Yh1HZeL/5x+SHBfVnzLSZqrrF8Awv4kgT5evMdVOBe8OvvnZ6agcPbBG mJyqHAuvaqH88Kqid7mmgcvveif42CyOmNie7fQ2vvPFDMv72bTgdMhggSNFW2k1eF8L vTvsRUBzxvsl4koqi//tRTrl208skPzXmgXwkdLszvly/evISGrRpqkg3EBIbIVHgQIj YOuqz3KCvArJboTnBmwOgRjhcyniJ/y6iX1OVj0beOmOA3xjgIHbJHs/Lw9ABsX3lKNG hU0A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id lb23si15030393ejc.226.2021.04.26.14.14.56; Mon, 26 Apr 2021 14:15:19 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235509AbhDZVMV (ORCPT + 99 others); Mon, 26 Apr 2021 17:12:21 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:51208 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234275AbhDZVMU (ORCPT ); Mon, 26 Apr 2021 17:12:20 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 7FCBF1C0B79; Mon, 26 Apr 2021 23:11:37 +0200 (CEST) Date: Mon, 26 Apr 2021 23:11:36 +0200 From: Pavel Machek To: Sasha Levin Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Tony Lindgren , Aaro Koskinen , Peter Ujfalusi , linux-omap@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH AUTOSEL 4.4 1/7] ARM: dts: Fix swapped mmc order for omap3 Message-ID: <20210426211136.GA31646@amd> References: <20210419204608.7191-1-sashal@kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3V7upXqbjpZ4EhLz" Content-Disposition: inline In-Reply-To: <20210419204608.7191-1-sashal@kernel.org> User-Agent: Mutt/1.5.23 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --3V7upXqbjpZ4EhLz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > From: Tony Lindgren >=20 > [ Upstream commit a1ebdb3741993f853865d1bd8f77881916ad53a7 ] >=20 > Also some omap3 devices like n900 seem to have eMMC and micro-sd swapped > around with commit 21b2cec61c04 ("mmc: Set PROBE_PREFER_ASYNCHRONOUS for > drivers that existed in v4.4"). >=20 > Let's fix the issue with aliases as discussed on the mailing lists. While > the mmc aliases should be board specific, let's first fix the issue with > minimal changes. 21b2cec61c04 tries to make newer kernels compatible with 4.4, and this is fixup for 21b2cec61c04. 21b2cec61c04 is not in 4.4 (obviously) so i don't believe we need this for 4.4. As this claims to "making it compatible with 4.4", I believe we should leave 4.4 alone. 21b2cec61c04 is not present in v4.19, either, but what needs to be done there is less clear. 21b2cec61c04 is in v5.10, so a1ebdb3741993f853865d1bd8f77881916ad53a7 makes sense there, too. Best regards, Pavel --=20 http://www.livejournal.com/~pavelmachek --3V7upXqbjpZ4EhLz Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAmCHLIgACgkQMOfwapXb+vL79wCgs2jx6N45TMeX+TDZerFINSqJ EIMAnjD8EduuGN8g5U6/iKTjK4vuJZ57 =DuMi -----END PGP SIGNATURE----- --3V7upXqbjpZ4EhLz--