Pull request: u-boot-spi/master

Jagan Teki jagan at amarulasolutions.com
Tue Apr 21 10:24:04 CEST 2020


Hi Tom,

Please pull this PR.

thanks,
Jagan.

The following changes since commit 8d5d3bcf3c53d798bd7f3fe7092e994593bcc41c:

  Merge branch '2020-04-16-master-imports' (2020-04-17 11:17:29 -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 48465bbc84d2f3824641b7627f417e36f515c896:

  mtd: spi-nor-ids: Add Spansion s25fs512s flash entry (2020-04-20 23:55:06 +0530)

----------------------------------------------------------------
Bacem Daassi (1):
      mtd: spi-nor: Enable dual and quad read for s25fl256s0

Jagan Teki (7):
      environment: distro: Add SF distro command
      rk3399: Add boot flash script offset, size
      rockchip: Enable SF distro bootcmd
      spi: sifive: Tidy up dm_spi_slave_platdata variable
      mtd: spi-nor: Enable QE bit for ISSI flash
      mtd: spi-nor-ids: Enable 4B_OPCODES for is25wp256
      watchdog: kconfig: Enable designware for rk3399

Kuldeep Singh (3):
      spi: Transform the FSL QuadSPI driver to use the SPI MEM API
      mtd: spi-nor-ids: Enable SPI_NOR_OCTAL_READ flag for mt35xu*
      mtd: spi-nor-ids: Add Spansion s25fs512s flash entry

Pratyush Yadav (1):
      spi: cadence-qspi: Move ref clock calculation to probe

Rasmus Villemoes (1):
      spi: use is_power_of_2 instead of hweight32 in spi_nor_write()

Robert Marko (2):
      mtd: spi-nand: Import Toshiba SPI-NAND support
      mtd: nand: spi: add support for Toshiba TC58CVG2S0HRAIJ

Tudor Ambarus (1):
      spi: spi-mem: Add SPI_MEM_NO_DATA to the spi_mem_data_dir enum

 drivers/mtd/nand/spi/Makefile     |    2 +-
 drivers/mtd/nand/spi/core.c       |    1 +
 drivers/mtd/nand/spi/toshiba.c    |  201 +++++
 drivers/mtd/spi/spi-nor-core.c    |    6 +-
 drivers/mtd/spi/spi-nor-ids.c     |   12 +-
 drivers/spi/cadence_qspi.c        |   33 +-
 drivers/spi/fsl_qspi.c            | 1577 ++++++++++++++-----------------------
 drivers/spi/fsl_qspi.h            |  145 ----
 drivers/spi/spi-mem.c             |    2 +-
 drivers/spi/spi-sifive.c          |   30 +-
 drivers/watchdog/Kconfig          |    1 +
 include/configs/rk3399_common.h   |    3 +
 include/configs/rockchip-common.h |    9 +-
 include/environment/distro/sf.h   |   41 +
 include/linux/mtd/spi-nor.h       |    1 +
 include/linux/mtd/spinand.h       |    1 +
 include/spi-mem.h                 |    2 +
 17 files changed, 910 insertions(+), 1157 deletions(-)
 create mode 100644 drivers/mtd/nand/spi/toshiba.c
 delete mode 100644 drivers/spi/fsl_qspi.h
 create mode 100644 include/environment/distro/sf.h


More information about the U-Boot mailing list