projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0004122
)
mtd: spi-nor: intel-spi: Add support for Intel Ice Lake SPI serial flash
author
Mika Westerberg
<
[email protected]
>
Thu, 30 Aug 2018 08:42:57 +0000
(11:42 +0300)
committer
Boris Brezillon
<
[email protected]
>
Fri, 12 Oct 2018 09:47:07 +0000
(11:47 +0200)
Intel Ice Lake exposes the SPI serial flash controller as a PCI device
in the same way than Intel Denverton. Add Ice Lake SPI serial flash PCI
ID to the driver list of supported devices.
Signed-off-by: Mika Westerberg <
[email protected]
>
Acked-by: Marek Vasut <
[email protected]
>
Cc:
[email protected]
Signed-off-by: Boris Brezillon <
[email protected]
>
drivers/mtd/spi-nor/intel-spi-pci.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/spi-nor/intel-spi-pci.c
b/drivers/mtd/spi-nor/intel-spi-pci.c
index c0976f2e3dd19925b06f155bd093176818465720..872b409226081a5933f527371c36541eafa04970 100644
(file)
--- a/
drivers/mtd/spi-nor/intel-spi-pci.c
+++ b/
drivers/mtd/spi-nor/intel-spi-pci.c
@@
-65,6
+65,7
@@
static void intel_spi_pci_remove(struct pci_dev *pdev)
static const struct pci_device_id intel_spi_pci_ids[] = {
{ PCI_VDEVICE(INTEL, 0x18e0), (unsigned long)&bxt_info },
{ PCI_VDEVICE(INTEL, 0x19e0), (unsigned long)&bxt_info },
+ { PCI_VDEVICE(INTEL, 0x34a4), (unsigned long)&bxt_info },
{ PCI_VDEVICE(INTEL, 0xa1a4), (unsigned long)&bxt_info },
{ PCI_VDEVICE(INTEL, 0xa224), (unsigned long)&bxt_info },
{ },