RE: [PATCH] mmc: sdhci-acpi: add probe_slot method for emmc/sd/sdio

2014-08-31 Thread Gao, Yunpeng
> -Original Message- > From: linux-mmc-ow...@vger.kernel.org > [mailto:linux-mmc-ow...@vger.kernel.org] On Behalf Of Ulf Hansson > Sent: Friday, August 29, 2014 8:04 PM > To: Gao, Yunpeng > Cc: linux-mmc; Dong, Chuanxiao > Subject: Re: [PATCH] mmc: sdhci-acpi: add

Re: [PATCH] mmc: sdhci-acpi: add probe_slot method for emmc/sd/sdio

2014-08-29 Thread Ulf Hansson
On 26 August 2014 14:00, Yunpeng Gao wrote: > Similar to sdhci-pci controller, also add probe_slot > and remove_slot method in the sdhci-acpi driver. > > Signed-off-by: Yunpeng Gao > Signed-off-by: Chuanxiao Dong This one have checkpatch errors. Please fixup and resend a new version. Kind rega

[PATCH] mmc: sdhci-acpi: add probe_slot method for emmc/sd/sdio

2014-08-26 Thread Yunpeng Gao
Similar to sdhci-pci controller, also add probe_slot and remove_slot method in the sdhci-acpi driver. Signed-off-by: Yunpeng Gao Signed-off-by: Chuanxiao Dong --- drivers/mmc/host/sdhci-acpi.c | 58 + 1 file changed, 58 insertions(+) diff --git a/drive