[U-Boot] [PATCH v4 0/6] Add spi-mem driver for MediaTek MT7629 SoC

Weijie Gao weijie.gao at mediatek.com
Wed Jul 10 03:19:01 UTC 2019


Since u-boot has added the spi-mem framework and replaced the spi-nor framework,
the mtk_qspi is no longer compatible with the new spi-nor driver.

This patch series add a new spi-mem driver to replace the mtk_qspi driver,
with one patch to fix watchdog not feeding during spi operation.

Weijie Gao (6):
  mtd: spi-nor: add watchdog reset to flash operation loops
  spi: remove obsolete mtk_qspi driver
  spi: add spi-mem driver for MediaTek MT7629 SoC
  arm: dts: change MT7629 to use spi-mem rather than qspi
  configs: mt7629_rfb: change MTK_QSPI to MTK_SNFI_SPI
  MAINTAINERS: change spi driver entry

 MAINTAINERS                    |   2 +-
 arch/arm/dts/mt7629-rfb.dts    |  18 +-
 arch/arm/dts/mt7629.dtsi       |  14 +-
 configs/mt7629_rfb_defconfig   |   2 +-
 drivers/mtd/spi/spi-nor-core.c |  13 ++
 drivers/mtd/spi/spi-nor-tiny.c |   3 +
 drivers/spi/Kconfig            |  15 +-
 drivers/spi/Makefile           |   2 +-
 drivers/spi/mtk_qspi.c         | 359 ---------------------------------
 drivers/spi/mtk_snfi_spi.c     | 315 +++++++++++++++++++++++++++++
 10 files changed, 365 insertions(+), 378 deletions(-)
 delete mode 100644 drivers/spi/mtk_qspi.c
 create mode 100644 drivers/spi/mtk_snfi_spi.c

-- 
2.18.0



More information about the U-Boot mailing list