All of lore.kernel.org
 help / color / mirror / Atom feed
From: Boris Brezillon <boris.brezillon@collabora.com>
To: Tudor Ambarus <Tudor.Ambarus@microchip.com>, Marek Vasut <marex@denx.de>
Cc: Richard Weinberger <richard@nod.at>,
	Brian Norris <computersforpeace@gmail.com>,
	"linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>,
	David Woodhouse <dwmw2@infradead.org>,
	Miquel Raynal <miquel.raynal@bootlin.com>
Subject: [GIT PULL] mtd: spi-nor: Changes for 5.1
Date: Thu, 21 Feb 2019 09:05:04 +0100	[thread overview]
Message-ID: <20190221090504.7321919f@collabora.com> (raw)

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

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

                 reply	other threads:[~2019-02-21  8:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190221090504.7321919f@collabora.com \
    --to=boris.brezillon@collabora.com \
    --cc=Tudor.Ambarus@microchip.com \
    --cc=computersforpeace@gmail.com \
    --cc=dwmw2@infradead.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=marex@denx.de \
    --cc=miquel.raynal@bootlin.com \
    --cc=richard@nod.at \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.