The following changes since commit 94e690c44a03959c39f0f5a44a9b89c851af3b60:
Merge patch series "bootstd: rauc: Fix segfault when scanning device with unsupported layout" (2025-08-21 15:05:15 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git u-boot-nand-23082025 for you to fetch changes up to 6b156c62ced25d3f8aed64c81e471353b56d0f2c: mtd: nand: Do not dereference before NULL check (2025-08-23 16:37:26 +0200) This series address issues found by Andrew Goodbody and David Regan. Add a new benchmark tool from Miguel and small feature The patches pass the pipeline CI: https://source.denx.de/u-boot/custodians/u-boot-nand-flash/-/pipelines/27449 ---------------------------------------------------------------- Andrew Goodbody (1): mtd: nand: Do not dereference before NULL check Dinesh Maniyam (1): mtd: nand: cadence: Fix device assignment to avoid warm reset issue Miquel Raynal (1): cmd: mtd: Enable speed benchmarking david regan (4): cmd: nand: bug fix MTD_OOB_AUTO to MTD_OPS_AUTO_OOB cmd: nand: more descriptive help info cmd: nand: nand dump display update cmd: nand: nand dump with ecc option cmd/mtd.c | 15 +++++++++- cmd/nand.c | 56 ++++++++++++++++++------------------- drivers/mtd/nand/core.c | 7 +++-- drivers/mtd/nand/raw/cadence_nand.c | 2 +- env/nand.c | 2 +- 5 files changed, 49 insertions(+), 33 deletions(-)

