linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Adrian Hunter <adrian.hunter@intel.com>
To: Chris Ball <chris@printf.net>
Cc: linux-mmc <linux-mmc@vger.kernel.org>
Subject: Re: [PATCH] mmc: sdhci-acpi: Intel SDIO has broken card detect
Date: Mon, 07 Apr 2014 08:58:29 +0300	[thread overview]
Message-ID: <53423E85.4060102@intel.com> (raw)
In-Reply-To: <1396526319-614-1-git-send-email-adrian.hunter@intel.com>

Hi Chris

Can this one go in 3.15?

Regards
Adrian


On 03.04.2014 14:58, Adrian Hunter wrote:
> Intel SDIO has broken card detect so add a quirk
> to reflect that.
> 
> Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
> ---
>  drivers/mmc/host/sdhci-acpi.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/mmc/host/sdhci-acpi.c b/drivers/mmc/host/sdhci-acpi.c
> index 0d372f0..ebb3f39 100644
> --- a/drivers/mmc/host/sdhci-acpi.c
> +++ b/drivers/mmc/host/sdhci-acpi.c
> @@ -122,6 +122,7 @@ static const struct sdhci_acpi_slot sdhci_acpi_slot_int_emmc = {
>  };
>  
>  static const struct sdhci_acpi_slot sdhci_acpi_slot_int_sdio = {
> +	.quirks  = SDHCI_QUIRK_BROKEN_CARD_DETECTION,
>  	.quirks2 = SDHCI_QUIRK2_HOST_OFF_CARD_ON,
>  	.caps    = MMC_CAP_NONREMOVABLE | MMC_CAP_POWER_OFF_CARD,
>  	.flags   = SDHCI_ACPI_RUNTIME_PM,
> 


  reply	other threads:[~2014-04-07  5:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-03 11:58 [PATCH] mmc: sdhci-acpi: Intel SDIO has broken card detect Adrian Hunter
2014-04-07  5:58 ` Adrian Hunter [this message]
2014-04-07  7:42 ` Ulf Hansson
2014-04-08  1:29   ` Chris Ball

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=53423E85.4060102@intel.com \
    --to=adrian.hunter@intel.com \
    --cc=chris@printf.net \
    --cc=linux-mmc@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).