Re: Pull request for u-boot-nand-20230417

2023-10-13 Thread Tom Rini
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!

-- 
Tom


signature.asc
Description: PGP signature


Pull request for u-boot-nand-20230417

2023-10-13 Thread Dario Binacchi
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


-- 
Dario Binacchi

Senior Embedded Linux Developer

dario.binac...@amarulasolutions.com

__


Amarula Solutions SRL

Via Le Canevare 30, 31100 Treviso, Veneto, IT

T. +39 042 243 5310
i...@amarulasolutions.com

www.amarulasolutions.com


Re: Pull request for u-boot-nand-20230417

2023-04-17 Thread Tom Rini
On Mon, Apr 17, 2023 at 11:39:08AM +0200, Dario Binacchi wrote:

> 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
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Pull request for u-boot-nand-20230417

2023-04-17 Thread Dario Binacchi
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

dario.binac...@amarulasolutions.com

__


Amarula Solutions SRL

Via Le Canevare 30, 31100 Treviso, Veneto, IT

T. +39 042 243 5310
i...@amarulasolutions.com

www.amarulasolutions.com