Message ID | 1529475793-31255-1-git-send-email-adrian.hunter@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 20 June 2018 at 08:23, Adrian Hunter <adrian.hunter@intel.com> wrote: > Add PCI Ids for Intel ICP. > > Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Thanks, applied for next! Kind regards Uffe > --- > drivers/mmc/host/sdhci-pci-core.c | 2 ++ > drivers/mmc/host/sdhci-pci.h | 2 ++ > 2 files changed, 4 insertions(+) > > diff --git a/drivers/mmc/host/sdhci-pci-core.c b/drivers/mmc/host/sdhci-pci-core.c > index 77dd3521daae..3d367613275b 100644 > --- a/drivers/mmc/host/sdhci-pci-core.c > +++ b/drivers/mmc/host/sdhci-pci-core.c > @@ -1500,6 +1500,8 @@ static int amd_probe(struct sdhci_pci_chip *chip) > SDHCI_PCI_DEVICE(INTEL, CNP_EMMC, intel_glk_emmc), > SDHCI_PCI_DEVICE(INTEL, CNP_SD, intel_byt_sd), > SDHCI_PCI_DEVICE(INTEL, CNPH_SD, intel_byt_sd), > + SDHCI_PCI_DEVICE(INTEL, ICP_EMMC, intel_glk_emmc), > + SDHCI_PCI_DEVICE(INTEL, ICP_SD, intel_byt_sd), > SDHCI_PCI_DEVICE(O2, 8120, o2), > SDHCI_PCI_DEVICE(O2, 8220, o2), > SDHCI_PCI_DEVICE(O2, 8221, o2), > diff --git a/drivers/mmc/host/sdhci-pci.h b/drivers/mmc/host/sdhci-pci.h > index db9cb54ef700..59af2886631f 100644 > --- a/drivers/mmc/host/sdhci-pci.h > +++ b/drivers/mmc/host/sdhci-pci.h > @@ -48,6 +48,8 @@ > #define PCI_DEVICE_ID_INTEL_CNP_EMMC 0x9dc4 > #define PCI_DEVICE_ID_INTEL_CNP_SD 0x9df5 > #define PCI_DEVICE_ID_INTEL_CNPH_SD 0xa375 > +#define PCI_DEVICE_ID_INTEL_ICP_EMMC 0x34c4 > +#define PCI_DEVICE_ID_INTEL_ICP_SD 0x34f8 > > #define PCI_DEVICE_ID_SYSKONNECT_8000 0x8000 > #define PCI_DEVICE_ID_VIA_95D0 0x95d0 > -- > 1.9.1 > -- 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
diff --git a/drivers/mmc/host/sdhci-pci-core.c b/drivers/mmc/host/sdhci-pci-core.c index 77dd3521daae..3d367613275b 100644 --- a/drivers/mmc/host/sdhci-pci-core.c +++ b/drivers/mmc/host/sdhci-pci-core.c @@ -1500,6 +1500,8 @@ static int amd_probe(struct sdhci_pci_chip *chip) SDHCI_PCI_DEVICE(INTEL, CNP_EMMC, intel_glk_emmc), SDHCI_PCI_DEVICE(INTEL, CNP_SD, intel_byt_sd), SDHCI_PCI_DEVICE(INTEL, CNPH_SD, intel_byt_sd), + SDHCI_PCI_DEVICE(INTEL, ICP_EMMC, intel_glk_emmc), + SDHCI_PCI_DEVICE(INTEL, ICP_SD, intel_byt_sd), SDHCI_PCI_DEVICE(O2, 8120, o2), SDHCI_PCI_DEVICE(O2, 8220, o2), SDHCI_PCI_DEVICE(O2, 8221, o2), diff --git a/drivers/mmc/host/sdhci-pci.h b/drivers/mmc/host/sdhci-pci.h index db9cb54ef700..59af2886631f 100644 --- a/drivers/mmc/host/sdhci-pci.h +++ b/drivers/mmc/host/sdhci-pci.h @@ -48,6 +48,8 @@ #define PCI_DEVICE_ID_INTEL_CNP_EMMC 0x9dc4 #define PCI_DEVICE_ID_INTEL_CNP_SD 0x9df5 #define PCI_DEVICE_ID_INTEL_CNPH_SD 0xa375 +#define PCI_DEVICE_ID_INTEL_ICP_EMMC 0x34c4 +#define PCI_DEVICE_ID_INTEL_ICP_SD 0x34f8 #define PCI_DEVICE_ID_SYSKONNECT_8000 0x8000 #define PCI_DEVICE_ID_VIA_95D0 0x95d0
Add PCI Ids for Intel ICP. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> --- drivers/mmc/host/sdhci-pci-core.c | 2 ++ drivers/mmc/host/sdhci-pci.h | 2 ++ 2 files changed, 4 insertions(+)