Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp3416410pxb; Mon, 25 Jan 2021 16:02:09 -0800 (PST) X-Google-Smtp-Source: ABdhPJyPkKuNG9pd5ryrNNkyY9+YSi1OgW84k9c6QiUYVfOLi9tTfXsX1ZvEUFLgazp/tgGP0Ry1 X-Received: by 2002:a17:907:94d4:: with SMTP id dn20mr1847887ejc.397.1611619329023; Mon, 25 Jan 2021 16:02:09 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1611619329; cv=none; d=google.com; s=arc-20160816; b=pCq1JGFMWCJV3c513ZRVgohyvEEaDF2VmteG+Uiuq/UknHvlXO4/dgLtzJAjpnP4kh 5sPGEhqb+Cv7uZUA+BAD3TQgq1VWrT0XxXpLM3m3kyl45QMr4C5OSx20FOac9DQGR2hp 7UGxLBoJ6Um6RPb/Aa+W+H7JX0dZm72aXC+pRuLX5tou6Al9jybd5+L7HIr8gv+Wfjmv ODdP0FoQ6Q9e1xxYTRW6j+ovopVimN3Rl82U9EQSPs/sm3iHJzG7nPaHgjQaJFfs1rDC +9YgcxdilPDtS/a2t5B5UxaCyrVIp5DXE/WCVD2PBxYuD1u2yhrtV89aGP5hl25lhFho /pjA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=v/CSbLvfMyCH4tjnx//2tXHIqebrYOAoi+YNgnX7qSI=; b=FqHwZ1A5exlJ/ptkX8k5tZVzzHkXrRRBnrNlnag4Oar2sbP+VeqIo7l2zPlrxhjHiV aQ+ttJxprOx/Z+mCz41V7GyJQuhOEBvpT9FzTbIAlLmkvZXySi1hpTxNxSYy2gWrlx2Q k92Sa7dspfbPnNRNDrZnyQ1ri+sCqFQyGx4EEyWesLl2LL0y3+TmFvnof5ddlBFXu/bO M3A0gQ0lkdle6KJiqd1JQ8HKhGTJ5GbNzMa+gi2YnEDrUKVP622KM0cXy39/om5cnvDo rhRVsGi1EquT4FNBbYjMdb0sFJ2j6ebxB42DwlYd3/hY1Oqi6sC4PckpFDJNYU/ahxDB 54Hw== 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 dp13si6397574ejc.439.2021.01.25.16.01.45; Mon, 25 Jan 2021 16:02:09 -0800 (PST) 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 S1731660AbhAZABE (ORCPT + 99 others); Mon, 25 Jan 2021 19:01:04 -0500 Received: from gloria.sntech.de ([185.11.138.130]:33954 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732149AbhAYX5N (ORCPT ); Mon, 25 Jan 2021 18:57:13 -0500 Received: from ip5f5aa64a.dynamic.kabel-deutschland.de ([95.90.166.74] helo=phil.fritz.box) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l4Bif-00066j-Qp; Tue, 26 Jan 2021 00:56:29 +0100 From: Heiko Stuebner To: Johan Jonker Cc: Heiko Stuebner , linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, robh+dt@kernel.org Subject: Re: (subset) [PATCH 1/5] ARM: dts: rockchip: assign a fixed index to mmc devices on rk322x boards Date: Tue, 26 Jan 2021 00:56:18 +0100 Message-Id: <161161878917.2050283.16404617664067738024.b4-ty@sntech.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210118155242.7172-1-jbx6244@gmail.com> References: <20210118155242.7172-1-jbx6244@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 18 Jan 2021 16:52:38 +0100, Johan Jonker wrote: > Recently introduced async probe on mmc devices can shuffle block IDs. > Pin them to fixed values to ease booting in environments where UUIDs are > not practical. Use newly introduced aliases for mmcblk devices from [1]. > The sort order is based on reg address. > > [1] https://patchwork.kernel.org/patch/11747669/ Applied, thanks! [1/5] ARM: dts: rockchip: assign a fixed index to mmc devices on rk322x boards commit: 94e8a5f6d0dee8e81bdcef6d3e86a027459df225 [2/5] ARM: dts: rockchip: assign a fixed index to mmc devices on rv1108 boards commit: 1034e2b6b8435758c0d699b77761365fd09a5f4a Patches 3-5 as well, just before didn't like the separate branches Best regards, -- Heiko Stuebner