All of lore.kernel.org
 help / color / mirror / Atom feed
From: Florian Fainelli <f.fainelli@gmail.com>
To: Al Cooper <alcooperx@gmail.com>,
	ulf.hansson@linaro.org, linux-mmc@vger.kernel.org,
	bcm-kernel-feedback-list@broadcom.com
Subject: Re: [PATCH V2 0/3] Add SDHCI driver for Broadcom BRCMSTB/BMIPS Soc's
Date: Wed, 11 Nov 2015 17:37:03 -0800	[thread overview]
Message-ID: <5643ED3F.7000908@gmail.com> (raw)
In-Reply-To: <1446836164-16259-1-git-send-email-alcooperx@gmail.com>

On 06/11/15 10:56, Al Cooper wrote:
> This patchset adds the SDHCI driver for the Broadcom BRCMSTB/BMIPS
> Soc's. A few new Device Tree properties, needed by this driver,
> were added to sdhci-pltfm.c to set various QUIRKS. The mmc.txt
> bindings document was update with the both new and existing
> properties handled by sdhci-pltfm.c

Reviewed-by: Florian Fainelli <f.fainelli@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-brcmstb driver.
> 
> Al Cooper (3):
>   mmc: sdhci-pltfm: Add DT properties to set various QUIRKS
>   mmc: Add Device Tree binding supported by sdhci-pltfm.c
>   mmc: sdhci-brcmstb: Add sdhci driver for Broadcom BRCMSTB/BMIPS SOCs
> 
>  Documentation/devicetree/bindings/mmc/mmc.txt      |   8 ++
>  .../devicetree/bindings/mmc/sdhci-brcmstb.txt      |  36 +++++
>  drivers/mmc/host/Kconfig                           |  12 ++
>  drivers/mmc/host/Makefile                          |   1 +
>  drivers/mmc/host/sdhci-brcmstb.c                   | 158 +++++++++++++++++++++
>  drivers/mmc/host/sdhci-pltfm.c                     |   8 +-
>  6 files changed, 222 insertions(+), 1 deletion(-)
>  create mode 100644 Documentation/devicetree/bindings/mmc/sdhci-brcmstb.txt
>  create mode 100644 drivers/mmc/host/sdhci-brcmstb.c
> 


-- 
Florian

      parent reply	other threads:[~2015-11-12  1:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-06 18:56 [PATCH V2 0/3] Add SDHCI driver for Broadcom BRCMSTB/BMIPS Soc's Al Cooper
2015-11-06 18:56 ` [PATCH V2 1/3] mmc: sdhci-pltfm: Add DT properties to set various QUIRKS Al Cooper
2015-11-12  9:35   ` Ulf Hansson
2015-11-12 19:44     ` Alan Cooper
2015-11-13  9:31       ` Ulf Hansson
2015-11-16 23:43         ` Alan Cooper
2015-11-06 18:56 ` [PATCH V2 2/3] mmc: Add Device Tree binding supported by sdhci-pltfm.c Al Cooper
2015-11-06 18:56 ` [PATCH V2 3/3] mmc: sdhci-brcmstb: Add sdhci driver for Broadcom BRCMSTB/BMIPS SOCs Al Cooper
2015-11-12  1:37 ` Florian Fainelli [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5643ED3F.7000908@gmail.com \
    --to=f.fainelli@gmail.com \
    --cc=alcooperx@gmail.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=linux-mmc@vger.kernel.org \
    --cc=ulf.hansson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.