summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor/controllers/nxp-spifi.c
AgeCommit message (Collapse)AuthorFilesLines
2020-05-28mtd: spi-nor: Fix SPI NOR acronymTudor Ambarus1-1/+1
The correct terminology is serial NOR flash or SPI NOR. s/SPI-NOR/SPI NOR and s/spi-nor/SPI NOR across the subsystem. Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Reviewed-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
2020-03-16mtd: spi-nor: Prepare core / manufacturer code splitBoris Brezillon1-0/+486
Move all SPI NOR controller drivers to a controllers/ sub-directory so that we only have SPI NOR related source files under drivers/mtd/spi-nor/. Rename spi-nor.c into core.c, we are about to split this file in multiple source files (one per manufacturer, plus one for the SFDP parsing logic). Signed-off-by: Boris Brezillon <bbrezillon@kernel.org> Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Reviewed-by: Vignesh Raghavendra <vigneshr@ti.com>