Merge tag 'mtd/fixes-for-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 26 Feb 2024 19:06:30 +0000 (11:06 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 26 Feb 2024 19:06:30 +0000 (11:06 -0800)
commit45ec2f5f6ed3ec3a79ba1329ad585497cdcbe663
tree9295eddc73c2d18308af01a3a84302af453fa08b
parentb6c1f1ecb3bf2dcd8085cc7d927ade623182a26c
parente6a30d0c48a1e8a68f1cc413bee65302ab03ddfb
Merge tag 'mtd/fixes-for-6.8-rc7' of git://git./linux/kernel/git/mtd/linux

Pull mtd fixes from Miquel Raynal:
 "Many NAND page layouts have been added to the Marvell NAND controller
  but could not be used in practice so they are being removed.

  Regarding the SPI-NAND area, Gigadevice chips were not using the right
  buffer for an ECC status check operation.

  Aside from these driver fixes, there is also a refcount fix in the MTD
  core nodes parsing logic"

* tag 'mtd/fixes-for-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux:
  mtd: rawnand: marvell: fix layouts
  mtd: Fix possible refcounting issue when going through partition nodes
  mtd: spinand: gigadevice: Fix the get ecc status issue