From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752053AbdJDI7m (ORCPT ); Wed, 4 Oct 2017 04:59:42 -0400 Received: from mail-io0-f169.google.com ([209.85.223.169]:52320 "EHLO mail-io0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752160AbdJDI7g (ORCPT ); Wed, 4 Oct 2017 04:59:36 -0400 X-Google-Smtp-Source: AOwi7QDrX4TSA0l2CjFZL7v5pNSZXczfQzS6PzPaxBxQGUVMu6MqLazX8eEhFEY1bHA3abAobZg7T5LYPnwxo1oTtHY= MIME-Version: 1.0 In-Reply-To: <20171002122743.32334-1-jbrunet@baylibre.com> References: <20171002122743.32334-1-jbrunet@baylibre.com> From: Ulf Hansson Date: Wed, 4 Oct 2017 10:59:34 +0200 Message-ID: Subject: Re: [PATCH 0/3] mmc: meson-gx: fixes for v4.14 To: Jerome Brunet Cc: Carlo Caione , Kevin Hilman , Heiner Kallweit , "linux-mmc@vger.kernel.org" , "open list:ARM/Amlogic Meson..." , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2 October 2017 at 14:27, Jerome Brunet wrote: > This patchset fixes the issues reported by Heiner [0] with the odroid-c2. > In a nutshell, this series does the following: > > * Make sure the mmc clock rate is not set higher than what is requested > * Reset the tuning values on mmc power cycle instead of POWER_ON > * Add tuning of the tx phase to the tuning function. > > This fixes the problem seen on the odroid-c2, both for hs200 and hs400. > To check for regression, this series has also been tested on the gxl > libretech-cc > > Ulf, could you please pick this as fixes for v4.14 ? Thanks, applied for fixes! Kind regards Uffe > > [0]: https://lkml.kernel.org/r/e2171288-84ef-82db-2efc-300935e6c062@gmail.com > > Jerome Brunet (3): > mmc: meson-gx: make sure the clock is rounded down > mmc: meson-gx: fix rx phase reset > mmc: meson-gx: include tx phase in the tuning process > > drivers/mmc/host/meson-gx-mmc.c | 26 ++++++++++++++++++++++---- > 1 file changed, 22 insertions(+), 4 deletions(-) > > -- > 2.13.5 >