
Hi Tom,
Please pull this PR.
Summary: - fix for fsl_qspi read timeout (Thomas) - spi-mem read data size fix (Ye Li) - SiFive SPI driver, mmc_spi flags (Bhargav, Anup) - Micron spi-nor parts (Ashish)
The following changes since commit 0e80dda32c8d724c2a98dbbfb2f1e59762788f15:
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi (2019-07-16 11:19:31 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-spi master
for you to fetch changes up to 35979b720d815a50c4bf25a1e66913b2d2d41276:
mtd: spi: Add micron mt35xu512aba and mt35xu02g flash ID (2019-07-18 17:13:25 +0530)
---------------------------------------------------------------- Anup Patel (1): mmc: mmc_spi: Use SPI_XFER_BEGIN and SPI_XFER_END flags
Ashish Kumar (3): mtd: spi: Add flash property for Micron mt25qu512a mtd: spi: Enable 4B opcodes for SPANSION s25fl512s mtd: spi: Add micron mt35xu512aba and mt35xu02g flash ID
Bhargav Shah (1): spi: Add SiFive SPI driver
Thomas Schaefer (2): drivers/spi: fsl_qspi: fix read timeout drivers/spi: fsl_qspi: improve timeout calculation
Ye Li (1): spi: spi-mem: Fix read data size issue
drivers/mmc/mmc_spi.c | 4 +- drivers/mtd/spi/spi-nor-ids.c | 6 +- drivers/spi/Kconfig | 8 + drivers/spi/Makefile | 1 + drivers/spi/fsl_qspi.c | 18 +- drivers/spi/spi-mem.c | 8 +- drivers/spi/spi-sifive.c | 370 ++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 398 insertions(+), 17 deletions(-) create mode 100644 drivers/spi/spi-sifive.c