[PULL] Pull request for u-boot-nand-20241005

Hi Tom
The following changes since commit af69289d61876d8e62449ee2da2dc6683bcb8198:
Update directories for new name of TF-A directories (2024-10-04 09:00:47 -0600)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-nand-flash.git u-boot-nand-20241005
for you to fetch changes up to abd7258222188be745b6f3f698dd983d6ffc5755:
These are a number of assorted upstream Linux fixes to the BRCMNAND driver.
This patch set lowers the hamming distance between the Linux and U-Boot drivers a bit as well, while we deviate quite a bit it is still possible to bring fixes over thanks to exercises like this.
The patches pass the pipeline CI: https://source.denx.de/u-boot/custodians/u-boot-nand-flash/-/pipelines/22535
---------------------------------------------------------------- Linus Walleij (1): mtd: rawnand: brcmnand: Add read data bus interface
William Zhang (6): mtd: rawnand: brcmnand: Fix ECC level field setting for v7.2 controller mtd: rawnand: brcmnand: Fix potential false time out warning mtd: rawnand: brcmnand: Fix potential out-of-bounds access in oob write mtd: rawnand: brcmnand: Fix mtd oobsize mtd: rawnand: brcmnand: Support write protection setting from dts mtd: rawnand: brcmnand: Add support for getting ecc setting from strap
drivers/mtd/nand/raw/brcmnand/brcmnand.c | 209 ++++++++++++++++++++++++------- drivers/mtd/nand/raw/brcmnand/brcmnand.h | 2 + 2 files changed, 166 insertions(+), 45 deletions(-)

On Sat, Oct 05, 2024 at 07:02:51PM +0200, Michael Nazzareno Trimarchi wrote:
Hi Tom
The following changes since commit af69289d61876d8e62449ee2da2dc6683bcb8198:
Update directories for new name of TF-A directories (2024-10-04 09:00:47 -0600)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-nand-flash.git u-boot-nand-20241005
for you to fetch changes up to abd7258222188be745b6f3f698dd983d6ffc5755:
These are a number of assorted upstream Linux fixes to the BRCMNAND driver.
This patch set lowers the hamming distance between the Linux and U-Boot drivers a bit as well, while we deviate quite a bit it is still possible to bring fixes over thanks to exercises like this.
The patches pass the pipeline CI: https://source.denx.de/u-boot/custodians/u-boot-nand-flash/-/pipelines/22535
Applied to u-boot/next, thanks!
participants (2)
-
Michael Nazzareno Trimarchi
-
Tom Rini