This patch add quad/memory mapped support in flash driver(m25p80). Added support for quad memory mapped for TI qspi controller also.
This patch has been tested with some internal dts data. Sourav Poddar (3): spi/qspi: Add memory mapped read support. drivers: mtd: devices: Add quad read support. drivers: mtd: devices: Add memory mapped read support. drivers/mtd/devices/m25p80.c | 193 ++++++++++++++++++++++++++++++++++++++++-- drivers/spi/spi-ti-qspi.c | 140 +++++++++++++++++++++++++++--- include/linux/spi/spi.h | 2 + 3 files changed, 312 insertions(+), 23 deletions(-) ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk _______________________________________________ spi-devel-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/spi-devel-general
