Merge tag 'nand/for-6.3' into mtd/next
authorMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 23 Feb 2023 09:28:29 +0000 (10:28 +0100)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 23 Feb 2023 09:28:29 +0000 (10:28 +0100)
commitf4440abc08917d9a7032abb8a6a5d4b36ca979b6
tree7a17631729c10d6778e2be007dd4f3f59a5f0c3c
parent27121864ab366992583d894961ecdc6e2ffe0ca1
parentef3e6327ff04af8527b3558e023e99f1cc241bce
Merge tag 'nand/for-6.3' into mtd/next

NAND core changes:
* Check the data only read pattern only once
* Prepare the late addition of supported operation checks
* Support for sequential cache reads
* Fix nand_chip kdoc

Raw NAND changes:
* Fsl_elbc: Propagate HW ECC settings to HW
* Marvell: Add missing layouts
* Pasemi: Don't use static data to track per-device state
* Sunxi:
  - Fix the size of the last OOB region
  - Remove an unnecessary check
  - Remove an unnecessary check
  - Clean up chips after failed init
  - Precompute the ECC_CTL register value
  - Embed sunxi_nand_hw_ecc by value
  - Update OOB layout to match hardware
* tmio_nand: Remove driver
* vf610_nfc: Use regular comments for functions

SPI-NAND changes:
* Add support for AllianceMemory AS5F34G04SND
* Macronix: use scratch buffer for DMA operation

NAND ECC changes:
* Mediatek:
  - Add ECC support fot MT7986 IC
  - Add compatible for MT7986
  - dt-bindings: Split ECC engine with rawnand controller
MAINTAINERS