Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp3952491imm; Mon, 20 Aug 2018 07:27:07 -0700 (PDT) X-Google-Smtp-Source: AA+uWPwCK4wc/hNIdyX/VKkap+HDzFhGvjmC7cGNaZYCrZ1guqeTmgPAj+rKZh86mtzSgIBVTR0t X-Received: by 2002:a17:902:6b89:: with SMTP id p9-v6mr45545749plk.272.1534775226938; Mon, 20 Aug 2018 07:27:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534775226; cv=none; d=google.com; s=arc-20160816; b=lqRktPvWh6weMfUrX/JqCNTzE5QOTJzHXhSLJXqIVIoUhClRBUq9gpFVcmmUNJ3qRW 2rH+H/uBu6StAD/Z3YbiG0E5C5k5fWrMBBepE63qxN7i7wX1BKcIsJ6fYFKqaj/XTqKj fQdFHCOxcBtBavBXej5+TG6htvYujtY/pk/r3X0tTagZdOBIuAQX/gaZkAClG89D4632 jh7lNUvp4qa1ldOQ0SrK7K5Eni0Gsgouhlz4vzHNA56MedGLOGvaraHQVls0nSQaS8UJ vK5ol7WB17GGcBOJfEfTAgwQ8yDTFV+ZvwVCIuVIWlGg7FMQB956jSoFTZ995lMibjCr iW/w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:date:cc:to:from:subject :message-id:arc-authentication-results; bh=oT4tZ9GY9vCp18Q6JPnCqqGgpJl3UtNgy97zhgohTfM=; b=G/hjdFy85dBEvvWq5wyQETDC08460kYSes1ybzKD+Hb/ml6AemlpsGk4+eoWQMD81W OP8wUigg/MHgqubQBO/+uJ1SdF/ON+GPV7xA9A7ksm8qzig3gcwUmQDgHHeI7UdA2ak2 KIrg3sVcH0qoabPHzPsqXjdNQuo8RdP/2lL9rCntluV4EeLCI04c8AI1Rjl0BA2LPQ8V x6Bf91TpnvRG6xOqorI2bCbf597zrY2tHFe0er3X5VG6/GcwZ+V+QKy7ImbjdnqFQMAs S0FiFaoDd2rPOsJJwJ1XOll/1vQwvG++p70KIwjQ4c1rgnJdQz0sYiqz4g8RXlaL+NMY jHoA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d1-v6si9045392pgv.76.2018.08.20.07.26.52; Mon, 20 Aug 2018 07:27:06 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726768AbeHTRk0 (ORCPT + 99 others); Mon, 20 Aug 2018 13:40:26 -0400 Received: from hermes.aosc.io ([199.195.250.187]:43237 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726099AbeHTRk0 (ORCPT ); Mon, 20 Aug 2018 13:40:26 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id C9ED4E0F85; Mon, 20 Aug 2018 14:24:27 +0000 (UTC) Message-ID: <6e2df3d919b85f48c22c653124b7c2b594cb2d28.camel@aosc.io> Subject: Re: [PATCH] arm64: allwinner: dts: h6: fix Pine H64 MMC bus width From: Icenowy Zheng To: Maxime Ripard Cc: devicetree@vger.kernel.org, Chen-Yu Tsai , linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Date: Mon, 20 Aug 2018 22:24:20 +0800 In-Reply-To: <20180730082712.koiaej6dxjnnk6lb@flea> References: <20180726044805.55888-1-icenowy@aosc.io> <20180730082712.koiaej6dxjnnk6lb@flea> Organization: Anthon Open-Source Community Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 在 2018-07-30一的 10:27 +0200,Maxime Ripard写道: > On Thu, Jul 26, 2018 at 12:48:05PM +0800, Icenowy Zheng wrote: > > Currently the enabled MMC controllers on Pine H64 do not have bus- > > width > > set, which make them fall back to 1-bit mode and become quite slow. > > > > Fix this by add the corresponding bus-width properties. > > > > Fixes: ecbd611882a1 ("arm64: allwinner: h6: enable MMC0/2 on Pine > > H64") > > Signed-off-by: Icenowy Zheng > > Applied, thanks! BTW why didn't I see it in next-20180820? It's 3 weeks later, and you didn't say that the patch is queued for another version. > Maxime > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel