Merge tag 'nand/for-6.11' into mtd/next
authorMiquel Raynal <miquel.raynal@bootlin.com>
Sat, 20 Jul 2024 12:24:38 +0000 (14:24 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Sat, 20 Jul 2024 12:24:38 +0000 (14:24 +0200)
commit78a0b13f5744bd270d0c2391973605d9960a402a
treeea2392a5f535183b7258f5ea793516a5ae9bb6f9
parentb93f410b8b2a9a6344ea27ea9f1038e351b112f3
parenta503f91a3645651a39baf97f1aed90d5d9f9bda9
Merge tag 'nand/for-6.11' into mtd/next

Raw NAND changes;

The Freescale MXC driver has been converted to the newer ->exec_op()
interface. The meson driver now supports handling the boot ROM area with
very specific ECC needs. Support for the iMX8QXP has been added to the
GPMI driver. The lpx32xx driver now can get the DMA channels using DT
entries. The Qcom binding has been improved to be more future proof by
Rob. And then there is the usual load of misc and minor changes.

SPI-NAND changes:

The Macronix vendor driver has been improved to support an extended ID
to avoid conflicting with older devices after an ID reuse issue.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>