]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'nand/for-6.15' into mtd/next
authorMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 26 Mar 2025 16:49:15 +0000 (17:49 +0100)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 26 Mar 2025 16:49:15 +0000 (17:49 +0100)
commit2dd33fc2a81d7a1268e1bcaa286412f9c44994ae
tree9c19c4a99f6ea86aaebdb43c3d6686e1933af8a6
parent59ee921ca7ec13c879ffbd101cece0049e81dac2
parentb0e63a0847ee2d01ac34a45eafb112227262820f
Merge tag 'nand/for-6.15' into mtd/next

* Raw NAND changes:
i.MX8 and i.MX31 now have their own compatible, the Qcom driver got
cleaned, the Broadcom driver got fixed.

* SPI NAND changes:
Two main features have been added:
- OTP support has been brought, and ESMT and Micron manufacturer drivers
  implement it.
- Read retry, and Macronix manufacturer driver implement it.

There is as well a bunch of minor improvements and fixes in drivers and
bindings.