From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756425AbbCCK6Y (ORCPT ); Tue, 3 Mar 2015 05:58:24 -0500 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:51192 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755861AbbCCK6U (ORCPT ); Tue, 3 Mar 2015 05:58:20 -0500 Message-ID: <54F593AB.5080400@st.com> Date: Tue, 3 Mar 2015 11:57:47 +0100 From: Maxime Coquelin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Peter Griffin , , , , , , CC: , , , Subject: Re: [PATCH v2 6/8] mmc: sdhci-st: Update the quirks for this controller. References: <1424956227-18258-1-git-send-email-peter.griffin@linaro.org> <1424956227-18258-7-git-send-email-peter.griffin@linaro.org> In-Reply-To: <1424956227-18258-7-git-send-email-peter.griffin@linaro.org> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.201.23.80] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-03-03_03:2015-03-03,2015-03-03,1970-01-01 signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/26/2015 02:10 PM, Peter Griffin wrote: > Some additional quirks need to be enabled now we support UHS > modes. This avoids some spurious warnings like > > "Got data interrupt 0x00000002 even though no data operation was in progress" > > Testing on stih410-b2120 board achieves the following speeds > with HS200 eMMC card. > > max-frequency = 200Mhz > /dev/mmcblk0p1: > Timing buffered disk reads: 270 MB in 3.02 seconds = 89.54 MB/sec > > max-frequency = 100Mhz > root@debian-armhf:~# hdparm -t /dev/mmcblk0p1 > /dev/mmcblk0p1: > Timing buffered disk reads: 210 MB in 3.00 seconds = 70.00 MB/sec > > max-frequency = 50Mhz > root@debian-armhf:~# hdparm -t /dev/mmcblk0p1 > /dev/mmcblk0p1: > Timing buffered disk reads: 118 MB in 3.00 seconds = 39.28 MB/sec > > This is better than the 3.10 kernel which achieves 77.59 MB/sec > at 200Mhz clock (same board/soc/eMMC). > > Signed-off-by: Peter Griffin > Signed-off-by: Giuseppe Cavallaro > --- > drivers/mmc/host/sdhci-st.c | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > Acked-by: Maxime Coquelin Thanks, Maxime