diff options
author | Xiaochen Shen <xiaochen.shen@intel.com> | 2010-10-04 10:24:52 -0400 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2010-10-23 09:11:19 -0400 |
commit | 292290524e54724cab78e7e79a27a3b9a8b11483 (patch) | |
tree | 94eb61fab10b162ffd24e03731ec0993ebe25496 /include/linux/pci_ids.h | |
parent | 225d85fe7ddca2985548d98e410f7baf4a5d6260 (diff) |
mmc: sdhci: Intel Medfield support
Basic support for the Intel Medfield devices
Give them their own quirks as we will need to update this later.
Signed-off-by: Xiaochen Shen <xiaochen.shen@intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index e4471b27c396..1196d429f182 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2420,6 +2420,13 @@ | |||
2420 | #define PCI_DEVICE_ID_INTEL_82375 0x0482 | 2420 | #define PCI_DEVICE_ID_INTEL_82375 0x0482 |
2421 | #define PCI_DEVICE_ID_INTEL_82424 0x0483 | 2421 | #define PCI_DEVICE_ID_INTEL_82424 0x0483 |
2422 | #define PCI_DEVICE_ID_INTEL_82378 0x0484 | 2422 | #define PCI_DEVICE_ID_INTEL_82378 0x0484 |
2423 | #define PCI_DEVICE_ID_INTEL_MRST_SD0 0x0807 | ||
2424 | #define PCI_DEVICE_ID_INTEL_MRST_SD1 0x0808 | ||
2425 | #define PCI_DEVICE_ID_INTEL_MFD_SD 0x0820 | ||
2426 | #define PCI_DEVICE_ID_INTEL_MFD_SDIO1 0x0821 | ||
2427 | #define PCI_DEVICE_ID_INTEL_MFD_SDIO2 0x0822 | ||
2428 | #define PCI_DEVICE_ID_INTEL_MFD_EMMC0 0x0823 | ||
2429 | #define PCI_DEVICE_ID_INTEL_MFD_EMMC1 0x0824 | ||
2423 | #define PCI_DEVICE_ID_INTEL_I960 0x0960 | 2430 | #define PCI_DEVICE_ID_INTEL_I960 0x0960 |
2424 | #define PCI_DEVICE_ID_INTEL_I960RM 0x0962 | 2431 | #define PCI_DEVICE_ID_INTEL_I960RM 0x0962 |
2425 | #define PCI_DEVICE_ID_INTEL_8257X_SOL 0x1062 | 2432 | #define PCI_DEVICE_ID_INTEL_8257X_SOL 0x1062 |