Pull request for u-boot-nand-20230103

Hi Tom,
The following changes since commit 582e3c9fb2337c2f49faa73ac86dde25f4d56901:
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2023-01-02 09:36:13 -0500)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git tags/u-boot-nand-20230103
for you to fetch changes up to 49bf9d131284b75787dd2e6941d0e9a46d35eeb3:
mtd: rawnand: omap_elm: u-boot driver model support (2023-01-03 11:21:04 +0100)
Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-nand-flash/-/pipelines/14563
---------------------------------------------------------------- - rawnand: omap_gpmc: driver model support
---------------------------------------------------------------- Roger Quadros (8): mtd: rawnand: omap_gpmc: Fix BCH6/16 HW based correction mtd: rawnand: nand_base: Allow base driver to be used in SPL without nand_bbt dt-bindings: mtd: Add ti, gpmc-nand DT binding documentation mtd: rawnand: omap_gpmc: support u-boot driver model mtd: rawnand: omap_gpmc: Add SPL NAND support mtd: rawnand: omap_gpmc: Enable SYS_NAND_PAGE_COUNT for OMAP_GPMC dt-bindings: mtd: Add ti, elm DT binding documentation mtd: rawnand: omap_elm: u-boot driver model support
doc/device-tree-bindings/mtd/ti,elm.yaml | 72 +++++++++++++++++++ doc/device-tree-bindings/mtd/ti,gpmc-nand.yaml | 129 +++++++++++++++++++++++++++++++++ drivers/mtd/nand/raw/Kconfig | 9 ++- drivers/mtd/nand/raw/Makefile | 2 +- drivers/mtd/nand/raw/nand_base.c | 18 ++++- drivers/mtd/nand/raw/omap_elm.c | 35 ++++++++- {include/linux/mtd => drivers/mtd/nand/raw}/omap_elm.h | 6 ++ drivers/mtd/nand/raw/omap_gpmc.c | 441 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------- 8 files changed, 604 insertions(+), 108 deletions(-) create mode 100644 doc/device-tree-bindings/mtd/ti,elm.yaml create mode 100644 doc/device-tree-bindings/mtd/ti,gpmc-nand.yaml rename {include/linux/mtd => drivers/mtd/nand/raw}/omap_elm.h (97%)

On Wed, Jan 04, 2023 at 08:15:02AM +0100, Dario Binacchi wrote:
Hi Tom,
The following changes since commit 582e3c9fb2337c2f49faa73ac86dde25f4d56901:
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2023-01-02 09:36:13 -0500)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git tags/u-boot-nand-20230103
for you to fetch changes up to 49bf9d131284b75787dd2e6941d0e9a46d35eeb3:
mtd: rawnand: omap_elm: u-boot driver model support (2023-01-03 11:21:04 +0100)
Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-nand-flash/-/pipelines/14563
- rawnand: omap_gpmc: driver model support
Roger Quadros (8): mtd: rawnand: omap_gpmc: Fix BCH6/16 HW based correction mtd: rawnand: nand_base: Allow base driver to be used in SPL without nand_bbt dt-bindings: mtd: Add ti, gpmc-nand DT binding documentation mtd: rawnand: omap_gpmc: support u-boot driver model mtd: rawnand: omap_gpmc: Add SPL NAND support mtd: rawnand: omap_gpmc: Enable SYS_NAND_PAGE_COUNT for OMAP_GPMC dt-bindings: mtd: Add ti, elm DT binding documentation mtd: rawnand: omap_elm: u-boot driver model support
doc/device-tree-bindings/mtd/ti,elm.yaml | 72 +++++++++++++++++++ doc/device-tree-bindings/mtd/ti,gpmc-nand.yaml | 129 +++++++++++++++++++++++++++++++++ drivers/mtd/nand/raw/Kconfig | 9 ++- drivers/mtd/nand/raw/Makefile | 2 +- drivers/mtd/nand/raw/nand_base.c | 18 ++++- drivers/mtd/nand/raw/omap_elm.c | 35 ++++++++- {include/linux/mtd => drivers/mtd/nand/raw}/omap_elm.h | 6 ++ drivers/mtd/nand/raw/omap_gpmc.c | 441 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------- 8 files changed, 604 insertions(+), 108 deletions(-) create mode 100644 doc/device-tree-bindings/mtd/ti,elm.yaml create mode 100644 doc/device-tree-bindings/mtd/ti,gpmc-nand.yaml rename {include/linux/mtd => drivers/mtd/nand/raw}/omap_elm.h (97%)
Please rebase this on the next branch. The release is next Monday and this is not regression fixes or similar, thanks.
participants (2)
-
Dario Binacchi
-
Tom Rini