Re: [PATCH] spi: atmel-quadspi: Use optimezed memcpy_fromio()/memcpy_toio()

2020-07-16 Thread Mark Brown
On Thu, 16 Jul 2020 07:31:39 +0300, Tudor Ambarus wrote: > Optimezed mem*io operations are defined for LE platforms, use them. > > The ARM and !ARCH_EBSA110 dependencies for COMPILE_TEST were added > only for the _memcpy_fromio()/_memcpy_toio() functions. Drop these > dependencies. > > Tested una

[PATCH] spi: atmel-quadspi: Use optimezed memcpy_fromio()/memcpy_toio()

2020-07-15 Thread Tudor Ambarus
Optimezed mem*io operations are defined for LE platforms, use them. The ARM and !ARCH_EBSA110 dependencies for COMPILE_TEST were added only for the _memcpy_fromio()/_memcpy_toio() functions. Drop these dependencies. Tested unaligned accesses on both sama5d2 and sam9x60 QSPI controllers using SPI