mbox series

Pull request: u-boot-spi/master

Message ID 20200602185453.486812-1-jagan@amarulasolutions.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request: u-boot-spi/master | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-spi master

Message

Jagan Teki June 2, 2020, 6:54 p.m. UTC
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

Comments

Tom Rini June 3, 2020, 6:09 p.m. UTC | #1
On Wed, Jun 03, 2020 at 12:24:53AM +0530, Jagan Teki wrote:

> 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)
> 

Applied to u-boot/master, thanks!