From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757459AbbCEQQI (ORCPT ); Thu, 5 Mar 2015 11:16:08 -0500 Received: from mail-qc0-f173.google.com ([209.85.216.173]:42619 "EHLO mail-qc0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757245AbbCEQQH (ORCPT ); Thu, 5 Mar 2015 11:16:07 -0500 MIME-Version: 1.0 In-Reply-To: <1425571148-5876-1-git-send-email-sbranden@broadcom.com> References: <1425571148-5876-1-git-send-email-sbranden@broadcom.com> Date: Thu, 5 Mar 2015 17:16:05 +0100 Message-ID: Subject: Re: [PATCH RESEND 0/4] Add support for IPROC SDHCI controller From: Ulf Hansson To: Scott Branden Cc: bcm-kernel-feedback-list@broadcom.com, Chris Ball , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Grant Likely , Ray Jui , Jonathan Richardson , Corneliu Doban , Dmitry Torokhov , Anatol Pomazao , linux-mmc , "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.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 5 March 2015 at 16:59, Scott Branden wrote: > This series of patchsets contains the IPROC SDHCI driver used > in a series of Broadcom SoCs > Quirks are also added to support this controller. > > Corneliu Doban (1): > mmc: sdhci: do not set AUTO_CMD12 for multi-block CMD53 > > Scott Branden (3): > mmc: sdhci: add quirk for ACMD23 broken > mmc: sdhci-iproc: add IPROC SDHCI driver > mmc: sdhci-iproc: add device tree bindings > > .../devicetree/bindings/mmc/brcm,sdhci-iproc.txt | 23 ++ > drivers/mmc/host/Kconfig | 14 ++ > drivers/mmc/host/Makefile | 1 + > drivers/mmc/host/sdhci-iproc.c | 241 +++++++++++++++++++++ > drivers/mmc/host/sdhci.c | 7 +- > include/linux/mmc/sdhci.h | 2 + > 6 files changed, 286 insertions(+), 2 deletions(-) > create mode 100644 Documentation/devicetree/bindings/mmc/brcm,sdhci-iproc.txt > create mode 100644 drivers/mmc/host/sdhci-iproc.c > > -- > 2.2.2 > Applied, thanks! Actually, I needed to re-solve some conflicts and I switched to order of patch3 and patch4, to avoid checkpatch warnings. Just so you know. Kind regards Uffe