[GIT PULL] mtd: spi-nor: Changes for v5.12
Tudor.Ambarus at microchip.com
Tudor.Ambarus at microchip.com
Mon Feb 8 01:33:38 EST 2021
Hi, Richard,
This is the SPI NOR PR for v5.12.
Cheers,
ta
The following changes since commit 19c329f6808995b142b3966301f217c831e7cf31:
Linux 5.11-rc4 (2021-01-17 16:37:05 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/spi-nor/for-5.12
for you to fetch changes up to 75386810d3a61f4bb9e180774291454f7235b8b3:
mtd: spi-nor: sst: Add support for Global Unlock on sst26vf (2021-02-05 15:24:59 +0200)
----------------------------------------------------------------
SPI NOR core changes:
- Add non-uniform erase fixes.
- Add Global Block Unlock command. It is defined by few flash
vendors, and it is used for now just by sst.
SPI NOR controller drivers changes:
- intel-spi: Add support for Intel Alder Lake-P SPI serial flash.
- hisi-sfc: Put child node np on error path.
----------------------------------------------------------------
Mika Westerberg (1):
mtd: spi-nor: intel-spi: Add support for Intel Alder Lake-P SPI serial flash
Pan Bian (1):
mtd: spi-nor: hisi-sfc: Put child node np on error path
Takahiro Kuwano (4):
mtd: spi-nor: sfdp: Fix wrong erase type bitmask for overlaid region
mtd: spi-nor: sfdp: Fix last erase region marking
mtd: spi-nor: core: Fix erase type discovery for overlaid region
mtd: spi-nor: core: Add erase size check for erase command initialization
Tudor Ambarus (2):
mtd: spi-nor: Add Global Block Unlock command
mtd: spi-nor: sst: Add support for Global Unlock on sst26vf
drivers/mtd/spi-nor/controllers/hisi-sfc.c | 4 +++-
drivers/mtd/spi-nor/controllers/intel-spi-pci.c | 1 +
drivers/mtd/spi-nor/core.c | 49 ++++++++++++++++++++++++++++++++++++++-----
drivers/mtd/spi-nor/core.h | 2 ++
drivers/mtd/spi-nor/sfdp.c | 5 ++---
drivers/mtd/spi-nor/sst.c | 52 ++++++++++++++++++++++++++++++++++++++++++++--
include/linux/mtd/spi-nor.h | 1 +
7 files changed, 103 insertions(+), 11 deletions(-)
More information about the linux-mtd
mailing list