Merge series "spi: atmel-quadspi: Fix AHB memory accesses" from Tudor Ambarus <tudor...
authorMark Brown <broonie@kernel.org>
Mon, 7 Dec 2020 17:18:27 +0000 (17:18 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 7 Dec 2020 17:18:27 +0000 (17:18 +0000)
commitc732b7567d8698f10e988ed89fd9f107c739dbee
tree9ab9e877b6f1d6029251ba11eeac078d95c3bbba
parentc7b884561cb5b641f3dbba950094110794119a6d
parentc066efb07d1e8b801ea9d0727119958c9904e63d
Merge series "spi: atmel-quadspi: Fix AHB memory accesses" from Tudor Ambarus <tudor.ambarus@microchip.com>:

Starting with the move of the atmel-quadspi driver under SPI,
the following error could be seen when mounting a 16MByte ubifs:
UBIFS error (ubi0:0 pid 1893): check_lpt_type.constprop.6: invalid type (15) in LPT node type

1/4 fixes AHB accesses. The rest of the patches are small optimizations.
Tested on both sama5d2 and sam9x60.

Tudor Ambarus (4):
  spi: atmel-quadspi: Fix AHB memory accesses
  spi: atmel-quadspi: Drop superfluous set of QSPI_IFR_APBTFRTYP_READ
  spi: atmel-quadspi: Write QSPI_IAR only when needed
  spi: atmel-quadspi: Move common code outside of if else

 drivers/spi/atmel-quadspi.c | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

--
2.25.1

base-commit: 3650b228f83adda7e5ee532e2b90429c03f7b9ec

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
drivers/spi/atmel-quadspi.c