Hi Tom, Please pull the PR.
Summary: - Fix mtd erase with mtdpart (Marek BehĂșn) - NXP fspi driver fixes (Kuldeep Singh) CI: https://source.denx.de/u-boot/custodians/u-boot-spi/-/pipelines/9582 thanks, Jagan. The following changes since commit 7a508a7245592ca44b3dc51c0293656dce60d658: Merge tag 'u-boot-amlogic-20211007' of https://source.denx.de/u-boot/custodians/u-boot-amlogic (2021-10-07 09:02:22 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-spi master for you to fetch changes up to b9cfd8b0911209e2ebec887e497510ee42f9e788: spi: nxp_fspi: Implement errata workaround for LS1028A (2021-10-23 15:56:47 +0530) ---------------------------------------------------------------- Haolin Li (1): mtd: spinand: macronix: Fix ECC Status Read Kris Chaplin (2): mtd: spi-nor-ids: Add is25lp512 and is25wp512 devices mtd: spi-nor-ids: Add SECT_4K to mt25qu512a Kuldeep Singh (2): spi: nxp-fspi: Add support for IP read only spi: nxp_fspi: Implement errata workaround for LS1028A Marek BehĂșn (10): mtd: spi-nor-core: Try cleaning up in case writing BAR failed mtd: spi-nor-core: Check return value of write_enable() in spi_nor_erase() mtd: spi-nor-core: Don't overwrite return value if it is non-zero mtd: spi-nor-core: Check return value of write_disable() in spi_nor_erase() mtd: spi-flash: Check for zero length in legacy spi_flash_*() mtd: spi-nor-core: Don't check for zero length in spi_nor_write() / spi_nor_erase() mtd: spi-nor-core: Call mtd_erase_callback() from spi_nor_erase() mtd: spi-nor-core: Check for ctrlc() in spi_nor_erase() mtd: mtdpart: Make mtdpart's _erase method sane mtd: Remove mtd_erase_callback() entirely Marek Vasut (1): mtd: spi-nor-ids: Reinstate Micron MT25QL02G Takahiro Kuwano (1): mtd: spi-nor: Add support for Spansion S25FL256L Yanhong Wang (1): mtd: spi-nor-ids: Add GD25LQ256D Chip cmd/onenand.c | 9 +---- drivers/mtd/altera_qspi.c | 3 -- drivers/mtd/cfi_mtd.c | 1 - drivers/mtd/mtdconcat.c | 11 ------ drivers/mtd/mtdcore.c | 8 ---- drivers/mtd/mtdpart.c | 23 +++--------- drivers/mtd/nand/raw/nand_base.c | 4 -- drivers/mtd/nand/spi/macronix.c | 10 ++++- drivers/mtd/onenand/onenand_base.c | 3 -- drivers/mtd/spi/sf_mtd.c | 1 - drivers/mtd/spi/spi-nor-core.c | 65 +++++++++++++++++++++++++------- drivers/mtd/spi/spi-nor-ids.c | 13 ++++++- drivers/mtd/ubi/io.c | 13 ------- drivers/spi/nxp_fspi.c | 77 +++++++++++++++++++++++++++++++++----- env/onenand.c | 4 +- fs/yaffs2/yaffs_mtdif.c | 1 - include/linux/mtd/mtd.h | 11 ------ include/nand.h | 1 - include/spi_flash.h | 9 +++++ 19 files changed, 159 insertions(+), 108 deletions(-)