alistair23-linux/drivers/mtd/spi-nor
Rafał Miłecki 06bb6f5a69 mtd: spi-nor: stop (ab)using struct spi_device_id
Using struct spi_device_id for storing list of flash devices comes from
early SPI NOR framework days. Thanks to the commit 70f3ce0510 ("mtd:
spi-nor: make spi_nor_scan() take a chip type name, not spi_device_id")
we can stop using spi_device_id and just switch to our own struct.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
2015-08-25 13:42:21 -07:00
..
fsl-quadspi.c mtd: spi-nor: fsl-quadspi: fix unsupported cmd when run flash_erase 2015-08-06 10:07:45 -07:00
Kconfig mtd: spi-nor: Improve Kconfig help text for SPI_FSL_QUADSPI 2015-08-14 11:22:56 -07:00
Makefile mtd: spi-nor: add driver for NXP SPI Flash Interface (SPIFI) 2015-08-14 11:22:55 -07:00
nxp-spifi.c mtd: spi-nor: add driver for NXP SPI Flash Interface (SPIFI) 2015-08-14 11:22:55 -07:00
spi-nor.c mtd: spi-nor: stop (ab)using struct spi_device_id 2015-08-25 13:42:21 -07:00