mtd: spi-nor: Move SST bits out of core.c
authorBoris Brezillon <bbrezillon@kernel.org>
Fri, 13 Mar 2020 19:42:47 +0000 (19:42 +0000)
committerTudor Ambarus <tudor.ambarus@microchip.com>
Tue, 17 Mar 2020 07:28:05 +0000 (09:28 +0200)
commitc53b3f92b405d611e72a0f4cfd4ae1794130e70f
tree999ab7d20ec6c835bbfcf5612b89e97588c4e5a2
parent0173c32a0ebd42c3b0c3f53005590c7749d0652c
mtd: spi-nor: Move SST bits out of core.c

Create a SPI NOR manufacturer driver for SST chips, and move the
SST 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/sst.c [new file with mode: 0644]