]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit680c3c3e584683178276f418a1ca70a60b7474a6
tree999ab7d20ec6c835bbfcf5612b89e97588c4e5a2
parent21d7897180eb0183ad57e15d40d358b88f069755
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]