Hi, This is the SPI NOR PR for 5.6. Thanks, ta The following changes since commit 46cf053efec6a3a5f343fead837777efe8252a46: Linux 5.5-rc3 (2019-12-22 17:02:23 -0800) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/mtd/linux.git tags/ spi-nor/for-5.6 for you to fetch changes up to ccfb9299a0b63da4fde607c822e1470472a46177: mtd: spi-nor: Add support for at25sl321 (2020-01-19 08:45:55 +0200) ---------------------------------------------------------------- SPI NOR core changes: - Add support for TB selection using SR bit 6, - Add support for few flashes. ---------------------------------------------------------------- David Bauer (1): mtd: spi-nor: Add support for mx25r3235f Jerome Brunet (1): mtd: spi-nor: add Gigadevice gd25lq128d support John Garry (1): mtd: spi-nor: hisi-sfc: Try to provide some clarity on which SFC we are Joseph Kust (1): mtd: spi-nor: Add support for sst26vf016b Jungseung Lee (4): mtd: spi-nor: fix typo of "JESB216" in comment mtd: spi-nor: Rename SR_TB to indicate the bit used mtd: spi-nor: Support TB selection using SR bit 6 mtd: spi-nor: Fix wrong TB selection of GD25Q256 Michael Walle (3): mtd: spi-nor: remove unused enum spi_nor_ops mtd: spi-nor: Add support for w25q32jwm mtd: spi-nor: Add support for at25sl321 Mika Westerberg (2): mtd: spi-nor: intel-spi: Add support for Intel Jasper Lake SPI serial flash mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-V SPI serial flash Robert Marko (1): mtd: spi-nor: Add 4B_OPCODES flag to w25q256 Vignesh Raghavendra (3): mtd: spi-nor: Split mt25qu512a (n25q512a) entry into two mtd: spi-nor: Add entries for mt25q variants mtd: spi-nor: Add USE_FSR flag for n25q* entries drivers/mtd/spi-nor/Kconfig | 4 +-- drivers/mtd/spi-nor/aspeed-smc.c | 4 +-- drivers/mtd/spi-nor/cadence-quadspi.c | 4 +-- drivers/mtd/spi-nor/hisi-sfc.c | 6 ++-- drivers/mtd/spi-nor/intel-spi-pci.c | 2 ++ drivers/mtd/spi-nor/spi-nor.c | 127 +++++++++++++++++++++++++++++++++ ++++++++++++++++++--------------------- include/linux/mtd/spi-nor.h | 16 +++------ 7 files changed, 107 insertions(+), 56 deletions(-) ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/