Hi Tom, Please pull this PR.
Summary: - Add s28hl512t, s28hl01gt (Takahiro) - Rework s25hx_t_post_bfpt_fixup() (Takahiro) CI: https://source.denx.de/u-boot/custodians/u-boot-spi/-/pipelines/13925 thanks, Jagan. The following changes since commit 7723828c97bc107d2fba976fc50403ac8747f1bc: Merge branch '2022-10-21-enforce-some-DM-migrations' (2022-10-21 15:32:45 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-spi.git master for you to fetch changes up to 622b5d356136f9172db7fe7ba240cd9e45097a19: cmd: sf: Handle unaligned 'update' start offset (2022-10-25 10:17:33 +0530) ---------------------------------------------------------------- Marek Vasut (1): cmd: sf: Handle unaligned 'update' start offset Takahiro Kuwano (8): mtd: spi-nor-core: Rename s28hs512t prefix mtd: spi-nor-core: Rename configuration macro for S28 support mtd: spi-nor-ids: Add s28hl512t, s28hl01gt, and s28hs01gt IDs mtd: spi-nor-core: Default to addr_width of 3 for configurable widths mtd: spi-nor-core: Track flash's internal address mode mtd: spi-nor-core: Rework spansion_read/write_any_reg() to use addr_mode_nbytes mtd: spi-nor-core: Rework s25hx_t_post_bfpt_fixup() for flash's internal address mode mtd: spi-nor-core: Fix index value for SCCR dwords cmd/sf.c | 18 +++++--- configs/j721s2_evm_a72_defconfig | 2 +- configs/j721s2_evm_r5_defconfig | 2 +- drivers/mtd/spi/Kconfig | 10 ++--- drivers/mtd/spi/spi-nor-core.c | 92 ++++++++++++++++++++++++---------------- drivers/mtd/spi/spi-nor-ids.c | 5 ++- include/linux/mtd/spi-nor.h | 5 +++ 7 files changed, 83 insertions(+), 51 deletions(-)