linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Boris Brezillon <boris.brezillon@bootlin.com>
To: Marek Vasut <marex@denx.de>, Tudor Ambarus <tudor.ambarus@microchip.com>
Cc: "linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>,
	Brian Norris <computersforpeace@gmail.com>,
	Richard Weinberger <richard@nod.at>,
	David Woodhouse <dwmw2@infradead.org>
Subject: [GIT PULL] mtd: spi-nor: Changes for 4.21/5.0
Date: Sat, 15 Dec 2018 19:16:11 +0100	[thread overview]
Message-ID: <20181215191611.2e19b6af@bbrezillon> (raw)

Hello,

Here is the SPI NOR PR for 4.21/5.0.

I'd like to thank Tudor for reviewing SPI NOR patches during this release
(and the previous one). 19 patches merged is still not a lot and I'm sure
we can do better, but I have the feeling the review latency has decreased.
Maybe it's a false feeling, we'll see how many patches are merged in the
next release ;-).

Thanks,

Boris 

The following changes since commit 2595646791c319cadfdbf271563aac97d0843dc7:

  Linux 4.20-rc5 (2018-12-02 15:07:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to b422847877e35d6818f65cb359a60f529fe22c4b:

  mtd: spi-nor: Add support for is25lp016d (2018-12-10 21:59:08 +0100)

----------------------------------------------------------------
Core changes:
- Parse the 4BAIT SFDP section
- Add a bunch of SPI NOR entries to the flash_info table
- Add the concept of SFDP fixups and use it to fix a bug on MX25L25635F
- A bunch of minor cleanups/comestic changes

----------------------------------------------------------------
Alexander Sverdlin (1):
      mtd: spi-nor: Add support for mx25u12835f

Boris Brezillon (8):
      mtd: spi-nor: Add the SNOR_F_4B_OPCODES flag
      mtd: spi-nor: Add a post BFPT parsing fixup hook
      mtd: spi-nor: Add a post BFPT fixup for MX25L25635E
      mtd: spi-nor: Drop inline on all internal helpers
      mtd: spi-nor: Avoid forward declaration of internal functions
      mtd: spi-nor: Stop passing flash_info around
      mtd: spi-nor: Make the enable argument passed to set_byte() a bool
      mtd: spi-nor: Add an SPDX tag to spi-nor.{c,h}

Cyrille Pitchen (1):
      mtd: spi-nor: parse SFDP 4-byte Address Instruction Table

Fabrizio Castro (1):
      mtd: spi-nor: Add support for is25lp016d

Liu Xiang (1):
      mtd: spi-nor: Add 4B_OPCODES flag to is25lp256

Robert Marko (1):
      mtd: spi-nor: Add Winbond w25q128jv support

Tudor.Ambarus@microchip.com (2):
      mtd: spi-nor: remove unneeded smpt zeroization
      mtd: spi-nor: mark desirable switch case fall through

Uwe Kleine-König (1):
      mtd: spi-nor: Add support for IS25LP032/064

Yogesh Narayan Gaur (2):
      mtd: spi-nor: add macros related to MICRON flash
      mtd: spi-nor: add entry for mt35xu512aba flash

huijin.park (1):
      mtd: spi-nor: cast to u64 to avoid uint overflows

 drivers/mtd/spi-nor/spi-nor.c | 1342 +++++++++++++++++++++++++++++++++++++++--------------------------
 include/linux/mtd/cfi.h       |    1 +
 include/linux/mtd/spi-nor.h   |   11 +-
 3 files changed, 809 insertions(+), 545 deletions(-)

                 reply	other threads:[~2018-12-15 18:16 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=20181215191611.2e19b6af@bbrezillon \
    --to=boris.brezillon@bootlin.com \
    --cc=computersforpeace@gmail.com \
    --cc=dwmw2@infradead.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=marex@denx.de \
    --cc=richard@nod.at \
    --cc=tudor.ambarus@microchip.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).