Pull request for u-boot-nand-20241012

The following changes since commit 47e544f576699ca4630e20448db6a05178960697:
Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" (2024-10-11 12:23:25 -0600)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-nand-flash.git u-boot-nand-20241012
for you to fetch changes up to 25e46f8281075d3b3a8d393264ff1cd33f8815b3:
This merge request add support for BCMBCA raw nand driver for bcm96846 board that switch using OF_UPSTREAM and allow use onfi ecc params when they are available in the atmel nand controller
The patches pass the pipeline CI: https://source.denx.de/u-boot/custodians/u-boot-nand-flash/-/pipelines/22638
---------------------------------------------------------------- Linus Walleij (4): mtd: rawnand: brcmnand: Add BCMBCA RAW NAND driver drivers: nand: bcmbca: Enable on BCM6846 board: bcm96846: Enable NAND options board: bcm96846: Switch to using OF_UPSTREAM
Zixun LI (1): mtd: nand: raw: atmel: Use ONFI ECC params if available
arch/arm/dts/bcm6846.dtsi | 103 ------------------ arch/arm/dts/bcm96846.dts | 30 ------ arch/arm/mach-bcmbca/bcm6846/Kconfig | 4 + configs/bcm96846_defconfig | 15 ++- drivers/mtd/nand/raw/Kconfig | 7 ++ drivers/mtd/nand/raw/atmel/nand-controller.c | 4 + drivers/mtd/nand/raw/brcmnand/Makefile | 1 + drivers/mtd/nand/raw/brcmnand/bcmbca_nand.c | 152 +++++++++++++++++++++++++++ 8 files changed, 182 insertions(+), 134 deletions(-) delete mode 100644 arch/arm/dts/bcm6846.dtsi delete mode 100644 arch/arm/dts/bcm96846.dts create mode 100644 drivers/mtd/nand/raw/brcmnand/bcmbca_nand.c
-- Michael Nazzareno Trimarchi Co-Founder & Chief Executive Officer M. +39 347 913 2170 michael@amarulasolutions.com __________________________________
Amarula Solutions BV Joop Geesinkweg 125, 1114 AB, Amsterdam, NL T. +31 (0)85 111 9172 info@amarulasolutions.com www.amarulasolutions.com

On Mon, Oct 14, 2024 at 09:17:25AM +0200, Michael Nazzareno Trimarchi wrote:
The following changes since commit 47e544f576699ca4630e20448db6a05178960697:
Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" (2024-10-11 12:23:25 -0600)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-nand-flash.git u-boot-nand-20241012
for you to fetch changes up to 25e46f8281075d3b3a8d393264ff1cd33f8815b3:
This merge request add support for BCMBCA raw nand driver for bcm96846 board that switch using OF_UPSTREAM and allow use onfi ecc params when they are available in the atmel nand controller
The patches pass the pipeline CI: https://source.denx.de/u-boot/custodians/u-boot-nand-flash/-/pipelines/22638
Applied to u-boot/master, thanks!
participants (2)
-
Michael Nazzareno Trimarchi
-
Tom Rini