mtd: spi: Replace ad-hoc default implementation with spi_mem_op
[oweals/u-boot.git] / drivers / mtd / spi / spi-nor-core.c
2019-04-12 Marek Vasutmtd: spi: Replace ad-hoc default implementation with...
2019-02-07 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2019-02-07 Vignesh Rmtd: spi: Add lightweight SPI flash stack for SPL
2019-02-07 Vignesh Rmtd: spi: Switch to new SPI NOR framework
2019-02-07 Vignesh Rmtd: spi: spi-nor-core: Add back U-Boot specific features
2019-02-07 Vignesh Rmtd: spi: spi-nor-core: Add SFDP support
2019-02-07 Vignesh Rmtd: spi: spi-nor-core: Add 4 Byte addressing support
2019-02-07 Vignesh Rmtd: spi: spi-nor-core: Add SPI MEM support
2019-02-07 Vignesh Rmtd: spi: Port SPI NOR framework from Linux