Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753505AbbGTLTD (ORCPT ); Mon, 20 Jul 2015 07:19:03 -0400 Received: from mail-qg0-f42.google.com ([209.85.192.42]:34738 "EHLO mail-qg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752193AbbGTLTA (ORCPT ); Mon, 20 Jul 2015 07:19:00 -0400 MIME-Version: 1.0 In-Reply-To: <1433835111-32522-1-git-send-email-suneel.garapati@xilinx.com> References: <1433835111-32522-1-git-send-email-suneel.garapati@xilinx.com> Date: Mon, 20 Jul 2015 13:18:59 +0200 Message-ID: Subject: Re: [PATCH 0/2] adds quirk SDHCI_QUIRK2_CLOCK_DIV_ZERO_BROKEN From: Ulf Hansson To: Suneel Garapati Cc: linux-mmc , "linux-kernel@vger.kernel.org" , michals@xilinx.com, sorenb@xilinx.com, Adrian Hunter , Aisheng Dong , Haibo Chen , Tim Kryger , Shawn Guo , Yi Sun , "Rafael J. Wysocki" , Suman Tripathi Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1431 Lines: 36 On 9 June 2015 at 09:31, Suneel Garapati wrote: > This quirk will support controllers whose clock divider zero is broken > and if the calculation results to zero, forcing the divider to next value. > This is tested on zynq ep108 and enables support for UHS cards where formatting > cards fail. Added few quirks to arasan platform driver as the base clock reported in > registers is broken and preset values are broken too and tested on zynq ep108 > platform. max-frequency devicetree parameter is alternative to get upper limit . > > Suneel Garapati (2): > drivers: mmc: add quirk SDHCI_QUIRK_CLOCK_DIV_ZERO_BROKEN > drivers: mmc: add quirks for broken clock base > > drivers/mmc/host/sdhci-of-arasan.c | 3 +++ > drivers/mmc/host/sdhci.c | 4 ++++ > drivers/mmc/host/sdhci.h | 2 ++ > 3 files changed, 9 insertions(+) > > -- > 2.1.2 Thanks, applied! Do note that both patches had checkpatch errors, which complained about the patch format. I decided to fix them, but next time please make sure to run checkpatch. Also, I changed the prefix of patch1 to "mmc: sdhci: and for patch 2 to "mmc: sdhci-of-arasan". Kind regards Uffe -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/