[U-Boot] Pull request v2: u-boot-spi/master

Hi Tom,
Please pull this PR.
Changes for v2: - include MediaTek MT7629 spi driver patches
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) - MT7629 spi-mem driver(Weijie)
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 1f174689c13a257e3b149d4550805a85bdaf27c3:
spi: Drop obsolete mtk_qspi driver references (2019-07-25 18:52:20 +0530)
---------------------------------------------------------------- Anup Patel (1): mmc: mmc_spi: Use SPI_XFER_BEGIN and SPI_XFER_END flags
Ashish Kumar (2): mtd: spi: Add flash property for Micron mt25qu512a 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
Weijie Gao (2): spi: add spi-mem driver for MediaTek MT7629 SoC spi: Drop obsolete mtk_qspi driver references
Ye Li (1): spi: spi-mem: Fix read data size issue
MAINTAINERS | 2 +- configs/mt7629_rfb_defconfig | 2 +- drivers/mmc/mmc_spi.c | 4 +- drivers/mtd/spi/spi-nor-ids.c | 4 + drivers/spi/Kconfig | 21 ++- drivers/spi/Makefile | 3 +- drivers/spi/fsl_qspi.c | 18 +- drivers/spi/mtk_qspi.c | 359 ---------------------------------------- drivers/spi/mtk_snfi_spi.c | 318 ++++++++++++++++++++++++++++++++++++ drivers/spi/spi-mem.c | 8 +- drivers/spi/spi-sifive.c | 370 ++++++++++++++++++++++++++++++++++++++++++ 11 files changed, 725 insertions(+), 384 deletions(-) delete mode 100644 drivers/spi/mtk_qspi.c create mode 100644 drivers/spi/mtk_snfi_spi.c create mode 100644 drivers/spi/spi-sifive.c

On Thu, Jul 25, 2019 at 06:55:01PM +0530, Jagan Teki wrote:
Hi Tom,
Please pull this PR.
Changes for v2:
- include MediaTek MT7629 spi driver patches
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)
- MT7629 spi-mem driver(Weijie)
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 1f174689c13a257e3b149d4550805a85bdaf27c3:
spi: Drop obsolete mtk_qspi driver references (2019-07-25 18:52:20 +0530)
Applied to u-boot/master, thanks!
participants (2)
-
Jagan Teki
-
Tom Rini