Hi Tom, Please pull this PR.
Summary: - add Macronix Octal flash (JaimeLiao) CI: https://source.denx.de/u-boot/custodians/u-boot-spi/-/pipelines/12778 thanks, Jagan. The following changes since commit 26f6f7fb5c0651d65afdee6d8ed36063606179a8: Merge branch '2022-07-14-migrate-wiki-to-sphinx' (2022-07-14 18:43:51 -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 47ed8b22fd561b65e8541919becc76ab3d86f7a3: mtd: spi-nor-ids: add winbond w25q512nw family support (2022-07-18 19:15:19 +0530) ---------------------------------------------------------------- Jae Hyun Yoo (1): mtd: spi-nor-ids: add winbond w25q512nw family support JaimeLiao (4): mtd: spi-nor: add support for Macronix Octal flash mtd: spi-nor-core: Adding different type of command extension in Soft Reset mtd: spi-nor: Parse SFDP SCCR Map mtd: spi-nor-core: Add support for Macronix Octal flash Jan Kiszka (2): mtd: spi: Convert is_locked callback to is_unlocked sf: Query write-protection status before operating the flash Vaishnav Achath (1): spl: spl_spi: add spi_nor_remove() to soft reset flash cmd/sf.c | 12 +++ common/spl/spl_spi.c | 5 ++ drivers/mtd/spi/Kconfig | 7 ++ drivers/mtd/spi/spi-nor-core.c | 167 +++++++++++++++++++++++++++++++++++++---- drivers/mtd/spi/spi-nor-ids.c | 29 ++++++- include/linux/mtd/spi-nor.h | 17 ++++- 6 files changed, 219 insertions(+), 18 deletions(-)