mtd: spi-nor: Move ISSI bits out of core.c
authorBoris Brezillon <bbrezillon@kernel.org>
Fri, 13 Mar 2020 19:42:44 +0000 (19:42 +0000)
committerTudor Ambarus <tudor.ambarus@microchip.com>
Tue, 17 Mar 2020 07:28:04 +0000 (09:28 +0200)
commit0a37198183c60fc73c23583d6ad23d4b832ce250
tree18ccac4b6e04ab9f6b9fbf5defed45f02480dd0d
parentaa6351877f3e8a7006d1e17f6be3e15dc12b943e
mtd: spi-nor: Move ISSI bits out of core.c

Create a SPI NOR manufacturer driver for ISSI chips, and move the
ISSI definitions outside of core.c.

Signed-off-by: Boris Brezillon <bbrezillon@kernel.org>
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
drivers/mtd/spi-nor/Makefile
drivers/mtd/spi-nor/core.c
drivers/mtd/spi-nor/core.h
drivers/mtd/spi-nor/issi.c [new file with mode: 0644]