Hi Tom, The following changes since commit 12c1e5782401abca1a8cff578d1911a9ca7d2e7d:
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-marvell (2023-04-14 10:50:55 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git tags/u-boot-nand-20230417 for you to fetch changes up to 156968211ef0e155a198a2fe9e94187a91186ab9: colibri-imx6ull: specify MTD partitions on command line (2023-04-16 14:19:27 +0200) Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-nand-flash/-/pipelines/16019 ---------------------------------------------------------------- Pull request for u-boot-nand-20230417 The first two patches are by Frieder Schrempf who joins as a reviewer for the SPI NAND framework and drivers. The following 2 patches are by Linus Walleij and are taken by the series "Add Broadcom Northstar basic support". Bin Meng makes static a list for octeontx. Francesco Dolcini specifies MTD partitions on command line for colibri-{imx6ull,imx7}. ---------------------------------------------------------------- Bin Meng (1): nand: raw: octeontx: Make list static Francesco Dolcini (2): colibri-imx7: specify MTD partitions on command line colibri-imx6ull: specify MTD partitions on command line Frieder Schrempf (2): MAINTAINERS: Add entry for SPI NAND framework and drivers MAINTAINERS: Rename NAND FLASH to RAW NAND Linus Walleij (2): mtd: rawnand: nand_base: Handle algorithm selection nand: brcmnand: add iproc support MAINTAINERS | 22 +++++++++++++++------- board/toradex/colibri-imx6ull/colibri-imx6ull.c | 11 ----------- board/toradex/colibri_imx7/colibri_imx7.c | 10 ---------- configs/colibri-imx6ull_defconfig | 1 - configs/colibri_imx7_defconfig | 1 - drivers/mtd/nand/raw/Kconfig | 7 +++++++ drivers/mtd/nand/raw/brcmnand/Makefile | 1 + drivers/mtd/nand/raw/brcmnand/iproc_nand.c | 148 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/mtd/nand/raw/nand_base.c | 12 +++++++++--- drivers/mtd/nand/raw/octeontx_bch.c | 2 +- drivers/mtd/nand/raw/octeontx_nand.c | 2 +- include/configs/colibri-imx6ull.h | 2 +- include/configs/colibri_imx7.h | 2 +- 13 files changed, 184 insertions(+), 37 deletions(-) create mode 100644 drivers/mtd/nand/raw/brcmnand/iproc_nand.c -- Dario Binacchi Senior Embedded Linux Developer [email protected] __________________________________ Amarula Solutions SRL Via Le Canevare 30, 31100 Treviso, Veneto, IT T. +39 042 243 5310 [email protected] www.amarulasolutions.com

