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

Hello Tom,
The following changes since commit 697758e7c81131da6db0e3b10515019fe3aca8c9:
Merge branch 'master-sync-dts-663' of https://source.denx.de/u-boot/custodians/u-boot-sh (2024-01-14 18:07:49 -0500)
are available in the Git repository at:
https://source.denx.de/u-boot/u-boot.git u-boot-nand-20240115
for you to fetch changes up to 4dfa08af79097d068d6657a4c77e7d474733b796:
arm: mach-k3: am642: Define NAND boot device (2024-01-15 08:58:24 +0100)
Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-nand-flash/-/pipelines/19322
---------------------------------------------------------------- Pull request for u-boot-nand-20240115
The first patch is by Heinrich Schuchardt and fixes an integer overflow
The following two patches are by Dario Binacchi and add arguments check to the nand_mtd_to_devnum() and nand_register() functions.
The remaining patches are by Roger Quadros and include various fixes for the OMAP platform.
---------------------------------------------------------------- Dario Binacchi (2): mtd: nand: complete nand_register() arguments check mtd: nand: check nand_mtd_to_devnum() argument
Heinrich Schuchardt (1): cmd: mtd: avoid unintentional integer overflow
Roger Quadros (6): mtd: nand: omap_gpmc: Fix NAND in SPL for AM335x mtd: rawnand: omap_elm: Fix elm_init definition memory: ti-gpmc: Fix build mtd: rawnand: omap_gpmc: Use DT provided IO address mtd: rawnand: omap_gpmc: fix OF based partition parsing for NAND arm: mach-k3: am642: Define NAND boot device
arch/arm/mach-k3/am642_init.c | 3 +++ arch/arm/mach-k3/include/mach/am64_spl.h | 1 + cmd/mtd.c | 4 ++-- drivers/memory/ti-gpmc.c | 2 +- drivers/mtd/nand/raw/nand.c | 7 ++++-- drivers/mtd/nand/raw/omap_elm.c | 4 ++-- drivers/mtd/nand/raw/omap_elm.h | 6 ------ drivers/mtd/nand/raw/omap_gpmc.c | 116 +++++++++++++++++++++++++++++++++++++++------------------------------------------------------------ 8 files changed, 59 insertions(+), 84 deletions(-)

On Mon, Jan 15, 2024 at 11:48:12AM +0100, Dario Binacchi wrote:
Hello Tom,
The following changes since commit 697758e7c81131da6db0e3b10515019fe3aca8c9:
Merge branch 'master-sync-dts-663' of https://source.denx.de/u-boot/custodians/u-boot-sh (2024-01-14 18:07:49 -0500)
are available in the Git repository at:
https://source.denx.de/u-boot/u-boot.git u-boot-nand-20240115
For next time, you passed a wrong parameter to request-pull I think, this should be https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git
for you to fetch changes up to 4dfa08af79097d068d6657a4c77e7d474733b796:
arm: mach-k3: am642: Define NAND boot device (2024-01-15 08:58:24 +0100)
Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-nand-flash/-/pipelines/19322
Applied to u-boot/master, thanks!
participants (2)
-
Dario Binacchi
-
Tom Rini