From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755620AbcHBIqA (ORCPT ); Tue, 2 Aug 2016 04:46:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36224 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751735AbcHBIp5 (ORCPT ); Tue, 2 Aug 2016 04:45:57 -0400 Subject: Re: [PATCH v3 0/2] Add support for Allwinner A64 mmc controller To: Icenowy Zheng , Rob Herring , Maxime Ripard , Chen-Yu Tsai , Ulf Hansson References: <20160801151351.51854-1-icenowy@aosc.xyz> Cc: Mark Rutland , Jaehoon Chung , Michal Suchanek , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org From: Hans de Goede Message-ID: Date: Tue, 2 Aug 2016 10:45:46 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20160801151351.51854-1-icenowy@aosc.xyz> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Tue, 02 Aug 2016 08:45:55 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 01-08-16 17:13, Icenowy Zheng wrote: > Allwinner A64 has a slightly modified version of the Allwinner MMC controller. > > It do not have "output" or "sample" clock input, instead, it can calibrate the > delay internally. > > This series of patch added the calibrate feature to the sunxi-mmc driver. It > is based on works by Andre Przywara , and now it > depends on the patch set sent recently by Hans de Goede , > which disabled "output" and "sample" clock on A10/13. > ( http://lists.infradead.org/pipermail/linux-arm-kernel/2016-July/446187.html ) > > As the clock and device tree patch for Allwinner A64 is not yet merged, the > patch set contains no patch to enable it. Series looks good to me and is: Reviewed-by: Hans de Goede Regards, Hans