[PATCH 1/2] mtd: spi-nor: intel-spi: Add support for Intel Lewisburg SPI serial flash
Cyrille Pitchen
cyrille.pitchen at wedev4u.fr
Tue Oct 10 09:58:47 PDT 2017
Le 21/09/2017 à 15:19, Mika Westerberg a écrit :
> Intel Lewisburg chipset exposes the SPI serial flash controller as a PCI
> device in the same way than Intel Denverton. Add Intel Lewisburg SPI
> serial flash PCI ID to the driver list of supported devices.
>
> Signed-off-by: Mika Westerberg <mika.westerberg at linux.intel.com>
Applied to the spi-nor/next branch of l2-mtd
Thanks!
> ---
> drivers/mtd/spi-nor/intel-spi-pci.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/mtd/spi-nor/intel-spi-pci.c b/drivers/mtd/spi-nor/intel-spi-pci.c
> index e82652335ede..7fa5b81b0d88 100644
> --- a/drivers/mtd/spi-nor/intel-spi-pci.c
> +++ b/drivers/mtd/spi-nor/intel-spi-pci.c
> @@ -64,6 +64,7 @@ static void intel_spi_pci_remove(struct pci_dev *pdev)
>
> static const struct pci_device_id intel_spi_pci_ids[] = {
> { PCI_VDEVICE(INTEL, 0x19e0), (unsigned long)&bxt_info },
> + { PCI_VDEVICE(INTEL, 0xa1a4), (unsigned long)&bxt_info },
> { },
> };
> MODULE_DEVICE_TABLE(pci, intel_spi_pci_ids);
>
More information about the linux-mtd
mailing list