RE: [PATCH v2] mmc: sdhci-pci: SDIO host controller support for Intel Quark X1000

2014-08-10 Thread Chen, Alvin
nal Message- > From: Ong, Boon Leong > Sent: Wednesday, August 6, 2014 3:32 PM > To: Ulf Hansson > Cc: Chris Ball; linux-mmc; linux-ker...@vger.kernel.org; Chen, Alvin > Subject: RE: [PATCH v2] mmc: sdhci-pci: SDIO host controller support for Intel > Quark X1000 > &

[PATCH v2] mmc: sdhci-pci: Add support for Intel Quark X1000 SDIO host controller

2014-06-23 Thread Chen, Alvin
From: "Alvin (Weike) Chen" Hi, Intel Quark X1000 consists of one SDIO host controller which can be PCI enumerated. SDHCI-PCI layer doesn't support it. Thus, we add support for Intel Quark X1000 SDIO as well. Derek Browne (1): Quark SDIO host controller drivers/mmc/host/sdhci-pci.c | 12

[PATCH v2] mmc: sdhci-pci: SDIO host controller support for Intel Quark X1000

2014-06-23 Thread Chen, Alvin
From: Derek Browne This patch is to enable SDIO host controller for Intel Quark X1000. Signed-off-by: Derek Browne Signed-off-by: Alvin (Weike) Chen --- changelog v2: *Delete '#define PCI_DEVICE_ID_INTEL_QUARK_ILB 0x095E' from 'include/linux/pci_ids.h'. *Move '#define PCI_DEVICE_ID_INTEL_QRK_

[PATCH] mmc: sdhci-pci: Quark SDIO host controller supporting

2014-06-20 Thread Chen, Alvin
From: Derek Browne On Intel Quark, there is a SDIO host controller. This patch is added to enable the SDIO host controller. Signed-off-by: Derek Browne Signed-off-by: Alvin (Weike) Chen --- drivers/mmc/host/sdhci-pci.c | 12 include/linux/pci_ids.h |2 ++ 2 files chang

[PATCH] mmc: sdhci-pci: Add support for Intel Quark SDIO host controller

2014-06-20 Thread Chen, Alvin
From: "Alvin (Weike) Chen" Hi, Intel Quark consists of one SDIO host controller which can be PCI enumerated. SDHCI-PCI layer doesn't support it. Thus, we add support for Intel Quark SDIO as well. Derek Browne (1): Quark SDIO host controller drivers/mmc/host/sdhci-pci.c | 12