Pull request: u-boot-spi/master

Jagan Teki jagan at amarulasolutions.com
Tue Jun 2 20:54:53 CEST 2020


Hi Tom,

Please pull this PR.

Summay:
- Toshiba spinand (Yoshio)
- SPI/SPI Flash cleanup (Jagan)
- Remove SH SPI (Jagan)

Travis-CI:
https://travis-ci.org/github/openedev/u-boot-amarula/builds/693428912

The following changes since commit ab80137cc436e977ef91a154372ae5aeae3f4fb0:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell (2020-05-27 10:56:25 -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 db2e6d0ad7860653fcec63ded4211d74b83c2e09:

  doc: driver-model: Update SPI migration status (2020-06-01 19:10:37 +0530)

----------------------------------------------------------------
Jagan Teki (11):
      spi Drop spi_init()
      spi: Kconfig: Drop redundant CF_SPI definition
      spi: Kconfig: Move MSCC_BB_SPI, FSL_QSPI into DM_SPI
      spi: Zap sh_spi driver
      mtd: spi: Use CONFIG_IS_ENABLED to prevent ifdef
      sf: Drop spl_flash_get_sw_write_prot
      mtd: spi: Call sst_write in _write ops
      cmd: sf Drop reassignment of new into flash
      env: sf: Free the old env_flash
      mtd: sf: Drop plat from sf_probe
      doc: driver-model: Update SPI migration status

Yoshio Furuyama (2):
      mtd: spinand: toshiba: Rename function name to change suffix and prefix (8Gbit)
      mtd: spinand: toshiba: Support for new Kioxia Serial NAND

 cmd/sf.c                       |   3 -
 doc/driver-model/migration.rst |   2 -
 drivers/mtd/nand/spi/toshiba.c | 167 ++++++++++++++++++++-------
 drivers/mtd/spi/sf-uclass.c    |   9 --
 drivers/mtd/spi/sf_internal.h  |  14 ++-
 drivers/mtd/spi/sf_probe.c     |  27 ++---
 drivers/mtd/spi/spi-nor-core.c |  24 ++--
 drivers/mtd/spi/spi-nor-tiny.c |   6 -
 drivers/spi/Kconfig            |  43 +++----
 drivers/spi/Makefile           |   1 -
 drivers/spi/cf_spi.c           |   4 -
 drivers/spi/kirkwood_spi.c     |   4 -
 drivers/spi/sh_spi.c           | 250 -----------------------------------------
 drivers/spi/sh_spi.h           |  67 -----------
 env/sf.c                       |  13 +--
 include/spi_flash.h            |  27 -----
 test/dm/sf.c                   |  10 +-
 17 files changed, 174 insertions(+), 497 deletions(-)
 delete mode 100644 drivers/spi/sh_spi.c
 delete mode 100644 drivers/spi/sh_spi.h


More information about the U-Boot mailing list