Pull request for u-boot-nand-20230417

Hello Tom,
The following changes since commit 86700279645921fb2c28c41711deb7d7ed75bc29:
Merge branch '2023-10-12-assorted-TI-platform-updates' (2023-10-12 17:02:51 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git tags/u-boot-nand-20231013
for you to fetch changes up to be0da1257f189c09604b01bc04a7e8411bf18e5c:
dfu: mtd: mark bad the MTD block on erase error (2023-10-13 10:49:07 +0200)
Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-nand-flash/-/pipelines/18106
---------------------------------------------------------------- Pull request for u-boot-nand-20231013
The first 5 patches are from Mikhail Kshevetskiy, aligning the mtd spinand core with kernel version 5.15.43, fixing a bug on Winbond, and adding support for Winbond W25NO2KV.
The other 2 patches are from Patrick Delaunay and they fix a bug and mark bad the MTD block on erase error.
---------------------------------------------------------------- Mikhail Kshevetskiy (5): mtd/spinand: rework detect procedure for different READ_ID operation mtd/spinand: sync core spinand code with linux-5.10.118 mtd/spinand: sync supported devices with linux-5.15.43 mtd: spinand: winbond: fix flash identification mtd: spinand: winbond: add Winbond W25N02KV flash support
Patrick Delaunay (2): dfu: mtd: fix the trace when limit is reached dfu: mtd: mark bad the MTD block on erase error
drivers/dfu/dfu_mtd.c | 34 ++++++++++++------ drivers/mtd/nand/spi/Makefile | 2 +- drivers/mtd/nand/spi/core.c | 129 +++++++++++++++++++++++++++++++++++++++++------------------------- drivers/mtd/nand/spi/gigadevice.c | 253 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------- drivers/mtd/nand/spi/macronix.c | 190 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------- drivers/mtd/nand/spi/micron.c | 194 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------- drivers/mtd/nand/spi/paragon.c | 133 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/mtd/nand/spi/toshiba.c | 104 +++++++++++++++++++++++++----------------------------- drivers/mtd/nand/spi/winbond.c | 116 +++++++++++++++++++++++++++++++++++++++++++----------------- include/linux/mtd/nand.h | 5 ++- include/linux/mtd/spinand.h | 97 ++++++++++++++++++++++++++++++++++++++------------ 11 files changed, 927 insertions(+), 330 deletions(-) create mode 100644 drivers/mtd/nand/spi/paragon.c

On Fri, Oct 13, 2023 at 02:40:32PM +0200, Dario Binacchi wrote:
Hello Tom,
The following changes since commit 86700279645921fb2c28c41711deb7d7ed75bc29:
Merge branch '2023-10-12-assorted-TI-platform-updates' (2023-10-12 17:02:51 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git tags/u-boot-nand-20231013
for you to fetch changes up to be0da1257f189c09604b01bc04a7e8411bf18e5c:
dfu: mtd: mark bad the MTD block on erase error (2023-10-13 10:49:07 +0200)
Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-nand-flash/-/pipelines/18106
Applied to u-boot/master, thanks!
participants (2)
-
Dario Binacchi
-
Tom Rini