mbox series

[GIT,PULL] mtd: spi-nor: Changes for 4.21/5.0

Message ID 20181215191611.2e19b6af@bbrezillon
State Accepted
Headers show
Series [GIT,PULL] mtd: spi-nor: Changes for 4.21/5.0 | expand

Pull-request

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

Message

Boris Brezillon Dec. 15, 2018, 6:16 p.m. UTC
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(-)