Pull request for u-boot-nand-20221211

Hi Tom,
The following changes since commit 8f170408774b30aa4ee91b3cc90ba09b564d4651:
Merge tag 'u-boot-stm32-20221207' of https://source.denx.de/u-boot/custodians/u-boot-stm (2022-12-08 11:25:08 -0500)
are available in the Git repository at:
https://source.denx.de/u-boot/u-boot.git u-boot-nand-20221211
for you to fetch changes up to fda2253d121f05921e419edffe615c607917792a:
spl: spl_legacy: fix invalid offset in SPL_COPY_PAYLOAD_ONLY (2022-12-10 14:35:55 +0100)
Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-nand-flash/-/pipelines/14397
---------------------------------------------------------------- Merge tag 'u-boot-nand-20221211' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash
- cmd: nand: Extend nand info to print ecc information - rawnand: omap_gpmc: driver model support (the first patches of the series) - mtd: nand: make Samsung SLC NAND usable again - cmd: mtd: check if a block has to be skipped or erased - spl: spl_legacy: fix invalid offset in SPL_COPY_PAYLOAD_ONLY
---------------------------------------------------------------- Dai Okamura (1): spl: spl_legacy: fix invalid offset in SPL_COPY_PAYLOAD_ONLY
Dario Binacchi (3): cmd: mtd: check if a block has to be skipped or erased mtd: nand: drop EXPORT_SYMBOL_GPL for nanddev_erase() mtd: nand: mxs_nand_spl: don't read useless pages
Michael Trimarchi (2): cmd: nand: Extend nand info to print ecc information mtd: nand: make Samsung SLC NAND usable again
Roger Quadros (6): mtd: rawnand: omap_gpmc: Deprecate asm/arch/mem.h mtd: rawnand: omap_gpmc: Enable build for K2/K3 platforms mtd: rawnand: omap_gpmc: Fix build warning on 64-bit platforms mtd: rawnand: omap_gpmc: Optimize NAND reads mtd: rawnand: nand_spl_loaders: Fix cast type build warning mtd: rawnand: omap_gpmc: Reduce .bss usage
cmd/mtd.c | 28 ++++++++++++++++++++-------- cmd/nand.c | 14 ++++++++------ common/spl/spl_legacy.c | 4 ++-- drivers/mtd/nand/core.c | 3 +-- drivers/mtd/nand/raw/Kconfig | 2 +- drivers/mtd/nand/raw/mxs_nand_spl.c | 2 +- drivers/mtd/nand/raw/nand_base.c | 7 +++++-- drivers/mtd/nand/raw/nand_spl_loaders.c | 2 +- drivers/mtd/nand/raw/omap_gpmc.c | 68 ++++++++++++++++++++++++++++++++++++++++++-------------------------- include/linux/mtd/nand.h | 1 - 10 files changed, 81 insertions(+), 50 deletions(-)

On Sun, Dec 11, 2022 at 02:41:42PM +0100, Dario Binacchi wrote:
Hi Tom,
The following changes since commit 8f170408774b30aa4ee91b3cc90ba09b564d4651:
Merge tag 'u-boot-stm32-20221207' of https://source.denx.de/u-boot/custodians/u-boot-stm (2022-12-08 11:25:08 -0500)
are available in the Git repository at:
https://source.denx.de/u-boot/u-boot.git u-boot-nand-20221211
Note that you I think told request-pull something slightly wrong as it should say https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git here, for future reference.
for you to fetch changes up to fda2253d121f05921e419edffe615c607917792a:
spl: spl_legacy: fix invalid offset in SPL_COPY_PAYLOAD_ONLY (2022-12-10 14:35:55 +0100)
Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-nand-flash/-/pipelines/14397
Applied to u-boot/master, thanks!
participants (2)
-
Dario Binacchi
-
Tom Rini