mbox series

[GIT,PULL] mtd: spi-nor: Changes for 5.1

Message ID 20190221090504.7321919f@collabora.com
State Not Applicable
Headers show
Series [GIT,PULL] mtd: spi-nor: Changes for 5.1 | expand

Pull-request

git://git.infradead.org/linux-mtd.git tags/spi-nor/for-5.1

Message

Boris Brezillon Feb. 21, 2019, 8:05 a.m. UTC
Hello,

Here is the SPI NOR PR (prepared by Tudor and sent by me :)) for 5.1.
Let us know if you spot anything odd in there.

Thanks,

Boris

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  git://git.infradead.org/linux-mtd.git tags/spi-nor/for-5.1

for you to fetch changes up to 225c0eda36bdb5327dc0125f4cf222c4cfd802aa:

  mtd: spi-nor: Fix wrong abbreviation HWCPAS (2019-02-21 08:58:40 +0100)

----------------------------------------------------------------
SPI NOR Changes
  Core changes:
  - Add support of octal mode I/O transfer
  - Add a bunch of SPI NOR entries to the flash_info table

  SPI NOR controller driver changes:
  - cadence-quadspi:
    * Add support for Octal SPI controller
    * write upto 8-bytes data in STIG mode
  - mtk-quadspi:
    * rename config to a common one
    * add SNOR_HWCAPS_READ to spi_nor_hwcaps mask

MAINTAINERS:
- Add Tudor as SPI-NOR co-maintainer

----------------------------------------------------------------
Ahmet Celenk (1):
      mtd: spi-nor: split s25fl128s into s25fl128s0 and s25fl128s1

André Valentin (1):
      mtd: spi-nor: Add support for mx25u3235f

Bean Huo (1):
      mtd: spi-nor: Fix wrong abbreviation HWCPAS

Colin Ian King (1):
      mtd: spi-nor: cadence-quadspi: fix spelling mistake: "Couldnt't" -> "Couldn't"

Frieder Schrempf (2):
      mtd: spi-nor: Add support for EN25Q80A
      mtd: spi-nor: Add support for MX25V8035F

Guochun Mao (1):
      mtd: spi-nor: mtk-quadspi: add SNOR_HWCAPS_READ to spi_nor_hwcaps mask

Purna Chandra Mandal (1):
      mtd: spi-nor: cadence-quadspi: write upto 8-bytes data in STIG mode

Roger Pueyo Centelles (1):
      mtd: spi-nor: Add support for en25qh64

Ryder Lee (2):
      dt-bindings: mtd: mtk-quadspi: update bindings for MT7629 SoC
      mtd: spi-nor: mtk-quadspi: rename config to a common one

Sergei Shtylyov (2):
      mtd: spi-nor: add Spansion S25FS512S ID
      mtd: spi-nor: refine Spansion S25FL512S ID

Tudor Ambarus (1):
      MAINTAINERS: add myself as SPI NOR co-maintainer

Vignesh R (2):
      dt-bindings: cadence-quadspi: Add new compatible for AM654 SoC
      mtd: spi-nor: cadence-quadspi: Add support for Octal SPI controller

Yogesh Narayan Gaur (3):
      mtd: spi-nor: add opcodes for octal Read/Write commands
      mtd: spi-nor: add octal read flag for flash mt35xu512aba
      mtd: m25p80: add support of octal mode I/O transfer

 Documentation/devicetree/bindings/mtd/cadence-quadspi.txt |  1 +
 Documentation/devicetree/bindings/mtd/mtk-quadspi.txt     |  3 ++-
 MAINTAINERS                                               |  1 +
 drivers/mtd/devices/m25p80.c                              |  9 ++++++++-
 drivers/mtd/spi-nor/Kconfig                               | 16 ++++++++--------
 drivers/mtd/spi-nor/Makefile                              |  2 +-
 drivers/mtd/spi-nor/cadence-quadspi.c                     | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------
 drivers/mtd/spi-nor/mtk-quadspi.c                         |  3 ++-
 drivers/mtd/spi-nor/spi-nor.c                             | 35 ++++++++++++++++++++++++++++++-----
 include/linux/mtd/spi-nor.h                               | 16 ++++++++++++----
 10 files changed, 124 insertions(+), 36 deletions(-)