Re: [PATCH] mmc: sdhci-acpi: set non-removable in ACPI table

2015-12-15 Thread Rafael J. Wysocki
On 12/15/2015 10:36 PM, Philip Elcan wrote: On 12/11/2015 05:53 PM, Rafael J. Wysocki wrote: On Friday, December 11, 2015 10:17:18 AM Adrian Hunter wrote: On 10/12/15 22:57, Philip Elcan wrote: On 12/07/2015 03:30 AM, Adrian Hunter wrote: On 04/12/15 17:40, Philip Elcan wrote: On 12/03/2015

Re: [PATCH] mmc: sdhci-acpi: set non-removable in ACPI table

2015-12-11 Thread Rafael J. Wysocki
On Friday, December 11, 2015 10:17:18 AM Adrian Hunter wrote: > On 10/12/15 22:57, Philip Elcan wrote: > > > > On 12/07/2015 03:30 AM, Adrian Hunter wrote: > >> On 04/12/15 17:40, Philip Elcan wrote: > >>> On 12/03/2015 09:14 AM, Adrian Hunter wrote: > On 03/12/15 15:48, Philip Elcan wrote: >

Re: [PATCH] mmc: sdhci-acpi: set non-removable in ACPI table

2015-12-11 Thread Adrian Hunter
On 10/12/15 22:57, Philip Elcan wrote: > > On 12/07/2015 03:30 AM, Adrian Hunter wrote: >> On 04/12/15 17:40, Philip Elcan wrote: >>> On 12/03/2015 09:14 AM, Adrian Hunter wrote: On 03/12/15 15:48, Philip Elcan wrote: > This allows setting an SDHC controller as non-removable > by usin

Re: [PATCH] mmc: sdhci-acpi: set non-removable in ACPI table

2015-12-10 Thread Philip Elcan
On 12/07/2015 03:30 AM, Adrian Hunter wrote: > On 04/12/15 17:40, Philip Elcan wrote: >> On 12/03/2015 09:14 AM, Adrian Hunter wrote: >>> On 03/12/15 15:48, Philip Elcan wrote: This allows setting an SDHC controller as non-removable by using the _RMV method in the ACPI table. It doesn't

Re: [PATCH] mmc: sdhci-acpi: set non-removable in ACPI table

2015-12-07 Thread Adrian Hunter
On 04/12/15 17:40, Philip Elcan wrote: > > On 12/03/2015 09:14 AM, Adrian Hunter wrote: >> On 03/12/15 15:48, Philip Elcan wrote: >>> This allows setting an SDHC controller as non-removable >>> by using the _RMV method in the ACPI table. It doesn't >> Is that _RMV on the host controller? Shouldn'

Re: [PATCH] mmc: sdhci-acpi: set non-removable in ACPI table

2015-12-04 Thread Philip Elcan
On 12/03/2015 09:14 AM, Adrian Hunter wrote: > On 03/12/15 15:48, Philip Elcan wrote: >> This allows setting an SDHC controller as non-removable >> by using the _RMV method in the ACPI table. It doesn't > Is that _RMV on the host controller? Shouldn't it be on the card i.e. child > device node?

Re: [PATCH] mmc: sdhci-acpi: set non-removable in ACPI table

2015-12-03 Thread Adrian Hunter
On 03/12/15 15:48, Philip Elcan wrote: > This allows setting an SDHC controller as non-removable > by using the _RMV method in the ACPI table. It doesn't Is that _RMV on the host controller? Shouldn't it be on the card i.e. child device node? > mark it as non-removable if GPIO card detection is

[PATCH] mmc: sdhci-acpi: set non-removable in ACPI table

2015-12-03 Thread Philip Elcan
This allows setting an SDHC controller as non-removable by using the _RMV method in the ACPI table. It doesn't mark it as non-removable if GPIO card detection is already setup. Signed-off-by: Philip Elcan --- drivers/mmc/host/sdhci-acpi.c | 20 1 file changed, 20 insertions(