Linux MultiMedia Card development
 help / color / mirror / Atom feed
From: Adam Lee <adam.lee@canonical.com>
To: Ulf Hansson <ulf.hansson@linaro.org>
Cc: linux-mmc@vger.kernel.org, Peter Guo <peter.guo@bayhubtech.com>
Subject: Re: [PATCH] mmc: sdhci-pci: set the clear transfer mode register quirk for O2Micro
Date: Wed, 5 Aug 2015 13:46:54 +0800	[thread overview]
Message-ID: <20150805054654.GA13200@adam-laptop> (raw)
In-Reply-To: <1438583608-17777-1-git-send-email-adam.lee@canonical.com>

On Mon, Aug 03, 2015 at 02:33:28PM +0800, Adam Lee wrote:
> This patch fixes MMC not working issue on O2Micro/BayHub Host, which
> requires transfer mode register to be cleared when sending no DMA
> command.
> 
> Signed-off-by: Peter Guo <peter.guo@bayhubtech.com>
> Signed-off-by: Adam Lee <adam.lee@canonical.com>
> ---
>  drivers/mmc/host/sdhci-pci.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c
> index 94f54d2..b3b0a3e 100644
> --- a/drivers/mmc/host/sdhci-pci.c
> +++ b/drivers/mmc/host/sdhci-pci.c
> @@ -618,6 +618,7 @@ static int jmicron_resume(struct sdhci_pci_chip *chip)
>  static const struct sdhci_pci_fixes sdhci_o2 = {
>  	.probe = sdhci_pci_o2_probe,
>  	.quirks = SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC,
> +	.quirks2 = SDHCI_QUIRK2_CLEAR_TRANSFERMODE_REG_BEFORE_CMD,
>  	.probe_slot = sdhci_pci_o2_probe_slot,
>  	.resume = sdhci_pci_o2_resume,
>  };
> -- 
> 2.5.0
> 

Hi, Ulf

Please add a cc stable sign off when you apply it, I forgot it, thanks.

"Cc: stable <stable@vger.kernel.org>"

-- 
Adam Lee

  reply	other threads:[~2015-08-05  5:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-03  6:33 [PATCH] mmc: sdhci-pci: set the clear transfer mode register quirk for O2Micro Adam Lee
2015-08-05  5:46 ` Adam Lee [this message]
2015-08-25 12:05   ` Ulf Hansson

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=20150805054654.GA13200@adam-laptop \
    --to=adam.lee@canonical.com \
    --cc=linux-mmc@vger.kernel.org \
    --cc=peter.guo@bayhubtech.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox