Hi, Richard, This is the SPI NOR PR for 5.8. Small changes, nothing outstanding. Cheers, ta The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936: Linux 5.7-rc2 (2020-04-19 14:35:30 -0700) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/mtd/linux.git tags/ spi-nor/for-5.8 for you to fetch changes up to e8aec15dd5842b5b11b0e621a2293348d3574a61: mtd: spi-nor: winbond: Fix 4-byte opcode support for w25q256 (2020-05-31 08:34:16 +0300) ---------------------------------------------------------------- SPI NOR core changes: - add, update support and fix few flashes - prepare BFPT parsing for JESD216 rev D - kernel doc fixes ---------------------------------------------------------------- Jungseung Lee (1): mtd: spi-nor: micron-st: Enable locking for n25q00 Mantas Pucka (1): mtd: spi-nor: winbond: Fix 4-byte opcode support for w25q256 Mason Yang (2): mtd: spi-nor: macronix: Add support for mx25l51245g mtd: spi-nor: macronix: Add support for mx25u51245g Pratyush Yadav (2): mtd: spi-nor: sfdp: default to addr_width of 3 for configurable widths mtd: spi-nor: sfdp: prepare BFPT parsing for JESD216 rev D Sascha Hauer (1): mtd: spi-nor: Add support for Cypress cy15x104q Sergei Shtylyov (10): mtd: spi-nor: move #define SPINOR_OP_WRDI mtd: spi-nor: fix kernel-doc for 'struct spi_nor' mtd: spi-nor: fix kernel-doc for spi_nor::mtd mtd: spi-nor: fix kernel-doc for spi_nor::reg_proto mtd: spi-nor: fix kernel-doc for spi_nor::info mtd: spi-nor: fix kernel-doc for spi_nor::spimem mtd: spi-nor: core: fix kernel-doc typo for spi_nor_manufacturer_init_params() mtd: spi-nor: core: fix kernel-doc typo for spi_nor_[{info|sfdp} _]init_params() mtd: spi-nor: spansion: fix writes on S25FS512S mtd: spi-nor: sfdp: add/use local variable in spi_nor_parse_bfpt() Takahiro Kuwano (1): mtd: spi-nor: spansion: Enable dual and quad read for s25fl256s0 Tudor Ambarus (4): mtd: spi-nor: Uniformize the return value in spi_nor_*_ready() mtd: spi-nor: Fix description of the sr_ready() return value mtd: spi-nor: spansion: Differentiate between s25fl256s and s25fs256s mtd: spi-nor: Fix SPI NOR acronym Xiang Chen (1): mtd: spi-nor: Enable locking for n25q128a11 Yicong Yang (1): mtd: spi-nor: Add support for s25fs128s1 drivers/mtd/spi-nor/Kconfig | 4 ++-- drivers/mtd/spi-nor/controllers/Kconfig | 4 ++-- drivers/mtd/spi-nor/controllers/aspeed-smc.c | 2 +- drivers/mtd/spi-nor/controllers/hisi-sfc.c | 2 +- drivers/mtd/spi-nor/controllers/nxp-spifi.c | 2 +- drivers/mtd/spi-nor/core.c | 22 +++++++++++----------- drivers/mtd/spi-nor/macronix.c | 6 ++++++ drivers/mtd/spi-nor/micron-st.c | 6 +++++- drivers/mtd/spi-nor/sfdp.c | 34 +++++++++++++++++ +---------------- drivers/mtd/spi-nor/sfdp.h | 11 +++++++++-- drivers/mtd/spi-nor/spansion.c | 44 +++++++++++++++++++++++++++ ++++++++++++----- drivers/mtd/spi-nor/winbond.c | 29 ++++++++++++++++++++++++++ +-- include/linux/mtd/spi-nor.h | 24 ++++++++++++------------ 13 files changed, 134 insertions(+), 56 deletions(-) ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/