Re: [PATCH RESEND 0/4] Add support for IPROC SDHCI controller

2015-03-05 Thread Florian Fainelli
On 05/03/15 08:16, Ulf Hansson wrote: On 5 March 2015 at 16:59, Scott Branden sbran...@broadcom.com 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

Re: [PATCH 4/4] mmc: sdhci-iproc: add device tree bindings

2015-03-02 Thread Florian Fainelli
On 09/02/15 16:06, Scott Branden wrote: Add device tree binding documentation for IPROC SDHCI driver. Acked-by: Ray Jui r...@broadcom.com Signed-off-by: Corneliu Doban cdo...@broadcom.com Signed-off-by: Scott Branden sbran...@broadcom.com ---

Re: [PATCH V2 0/3] Add SDHCI driver for Broadcom BRCMSTB/BMIPS Soc's

2015-11-11 Thread Florian Fainelli
and existing > properties handled by sdhci-pltfm.c Reviewed-by: Florian Fainelli <f.faine...@gmail.com> Looks good to me, thanks! > > V2 - Don't create a new QUIRK to handle broken SDR50 mode in > the controller. The functionality was moved into the > sdhci-

Re: [PATCH 1/4] mmc: Add quirk to disable SDR50 mode

2015-11-06 Thread Florian Fainelli
On 06/11/15 15:55, Scott Branden wrote: > Hi Ulf, > > On 15-11-06 12:14 AM, Ulf Hansson wrote: >> On 5 November 2015 at 23:39, Al Cooper wrote: >>> Add quirk to disable SDR50 mode for controllers/boards that have >>> problems with this mode. >> >> No thanks! No more quirks

Re: [PATCH 2/6] mmc: sdhci-bcm-kona: Handle error from mmc_of_parse()

2014-12-21 Thread Florian Fainelli
2014-12-18 1:41 GMT-08:00 Ulf Hansson ulf.hans...@linaro.org: Since mmc_of_parse() may fail, let's deal with it and thus do proper error handling. Cc: Christian Daudt b...@fixthebug.org Cc: Matt Porter mpor...@linaro.org Cc: Florian Fainelli f.faine...@gmail.com Signed-off-by: Ulf Hansson