All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc: sdhci-acpi: Intel SDIO has broken card detect
@ 2014-04-03 11:58 Adrian Hunter
  2014-04-07  5:58 ` Adrian Hunter
  2014-04-07  7:42 ` Ulf Hansson
  0 siblings, 2 replies; 4+ messages in thread
From: Adrian Hunter @ 2014-04-03 11:58 UTC (permalink / raw
  To: Chris Ball; +Cc: linux-mmc

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,
-- 
1.8.3.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] mmc: sdhci-acpi: Intel SDIO has broken card detect
  2014-04-03 11:58 [PATCH] mmc: sdhci-acpi: Intel SDIO has broken card detect Adrian Hunter
@ 2014-04-07  5:58 ` Adrian Hunter
  2014-04-07  7:42 ` Ulf Hansson
  1 sibling, 0 replies; 4+ messages in thread
From: Adrian Hunter @ 2014-04-07  5:58 UTC (permalink / raw
  To: Chris Ball; +Cc: linux-mmc

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,
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] mmc: sdhci-acpi: Intel SDIO has broken card detect
  2014-04-03 11:58 [PATCH] mmc: sdhci-acpi: Intel SDIO has broken card detect Adrian Hunter
  2014-04-07  5:58 ` Adrian Hunter
@ 2014-04-07  7:42 ` Ulf Hansson
  2014-04-08  1:29   ` Chris Ball
  1 sibling, 1 reply; 4+ messages in thread
From: Ulf Hansson @ 2014-04-07  7:42 UTC (permalink / raw
  To: Adrian Hunter; +Cc: Chris Ball, linux-mmc

On 3 April 2014 13:58, Adrian Hunter <adrian.hunter@intel.com> wrote:
> Intel SDIO has broken card detect so add a quirk
> to reflect that.
>
> Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>

Acked-by: Ulf Hansson <ulf.hansson@linaro.org>

> ---
>  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,
> --
> 1.8.3.2
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] mmc: sdhci-acpi: Intel SDIO has broken card detect
  2014-04-07  7:42 ` Ulf Hansson
@ 2014-04-08  1:29   ` Chris Ball
  0 siblings, 0 replies; 4+ messages in thread
From: Chris Ball @ 2014-04-08  1:29 UTC (permalink / raw
  To: Ulf Hansson; +Cc: Adrian Hunter, linux-mmc

Hi Adrian,

On Mon, Apr 07 2014, Ulf Hansson wrote:
> On 3 April 2014 13:58, Adrian Hunter <adrian.hunter@intel.com> wrote:
>> Intel SDIO has broken card detect so add a quirk
>> to reflect that.
>>
>> Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
>
> Acked-by: Ulf Hansson <ulf.hansson@linaro.org>

Pushed to mmc-next for 3.15, thanks.

- Chris.
-- 
Chris Ball   <chris@printf.net>   <http://printf.net/>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-04-08  1:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-03 11:58 [PATCH] mmc: sdhci-acpi: Intel SDIO has broken card detect Adrian Hunter
2014-04-07  5:58 ` Adrian Hunter
2014-04-07  7:42 ` Ulf Hansson
2014-04-08  1:29   ` Chris Ball

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.