Pull request for u-boot-nand-20230227

Hi Tom,
The following changes since commit 0024e7f72b689f8c2df731a69e20f47b6f8dc5a7:
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-tegra (2023-02-23 17:40:18 -0500)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git tags/u-boot-nand-20230227
for you to fetch changes up to d9fa61f54e7f9ac3e31c362cddda834675200a23:
mtd: nand: Show reserved block in chip.erase (2023-02-27 16:30:13 +0100)
Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-nand-flash/-/pipelines/15388 ---------------------------------------------------------------- Pull request for u-boot-nand-20230227
- mark reserved blocks from Ashok Reddy Soma - backport BRCMNAND changes from Linux from Linus Walleij - fix display of unknown raw ID from Patrice Chotard - show reserved block in chip.erase from Michael Trimarchi
---------------------------------------------------------------- Ashok Reddy Soma (1): mtd: nand: Mark reserved blocks
Claire Lin (1): mtd: rawnand: brcmnand: Fix ecc chunk calculation for erased page bitfips
Kamal Dasu (3): mtd: rawnand: brcmnand: Refactored code to introduce helper functions mtd: rawnand: brcmnand: Add support for v7.3 controller mtd: nand: brcmnand: Add support for flash-dma v0
Michael Trimarchi (1): mtd: nand: Show reserved block in chip.erase
Patrice Chotard (1): mtd: spinand: Fix display of unknown raw ID
Álvaro Fernández Rojas (6): mtd: rawnand: brcmnand: correctly verify erased pages mtd: rawnand: brcmnand: rename v4 registers mtd: rawnand: brcmnand: fix CS0 layout mtd: rawnand: brcmnand: rename page sizes mtd: rawnand: brcmnand: support v2.1-v2.2 controllers mtd: rawnand: brcmnand: fix OOB R/W with Hamming ECC
cmd/nand.c | 9 ++-- drivers/mtd/nand/raw/brcmnand/brcmnand.c | 353 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------- drivers/mtd/nand/raw/nand_bbt.c | 3 +- drivers/mtd/nand/raw/nand_util.c | 3 +- drivers/mtd/nand/spi/core.c | 5 ++- 5 files changed, 281 insertions(+), 92 deletions(-)

On Mon, Feb 27, 2023 at 05:52:29PM +0100, Dario Binacchi wrote:
Hi Tom,
The following changes since commit 0024e7f72b689f8c2df731a69e20f47b6f8dc5a7:
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-tegra (2023-02-23 17:40:18 -0500)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git tags/u-boot-nand-20230227
for you to fetch changes up to d9fa61f54e7f9ac3e31c362cddda834675200a23:
mtd: nand: Show reserved block in chip.erase (2023-02-27 16:30:13 +0100)
Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-nand-flash/-/pipelines/15388
Pull request for u-boot-nand-20230227
- mark reserved blocks from Ashok Reddy Soma
- backport BRCMNAND changes from Linux from Linus Walleij
- fix display of unknown raw ID from Patrice Chotard
- show reserved block in chip.erase from Michael Trimarchi
As this has both new features and fixes, I assume this is for next, and I'll take it in once I get -rc3 out (and pull that in to -next).

On Mon, Feb 27, 2023 at 05:52:29PM +0100, Dario Binacchi wrote:
Hi Tom,
The following changes since commit 0024e7f72b689f8c2df731a69e20f47b6f8dc5a7:
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-tegra (2023-02-23 17:40:18 -0500)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git tags/u-boot-nand-20230227
for you to fetch changes up to d9fa61f54e7f9ac3e31c362cddda834675200a23:
mtd: nand: Show reserved block in chip.erase (2023-02-27 16:30:13 +0100)
Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-nand-flash/-/pipelines/15388
Applied to u-boot/next, thanks!
participants (2)
-
Dario Binacchi
-
Tom Rini