]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'mtd/fixes-for-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 21 Jun 2025 05:36:48 +0000 (22:36 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 21 Jun 2025 05:36:48 +0000 (22:36 -0700)
commit3f75bfff44be0646580fe4efda45d646f9c1693b
treefa9f0e36c7ac19ba1cf592fc2f117188a281a1e8
parenta765b9e6db4082eefe6e1581a9495518685e7abf
parent6463cbe08b0cbf9bba8763306764f5fd643023e1
Merge tag 'mtd/fixes-for-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux

Pull mtd fixes from Miquel Raynal:
 "The main fix that really needs to get in is the revert of the patch
  adding the new mtd_master class, because it entirely fails the
  partitioning if a specific Kconfig option is set. We need to think how
  to handle that differently, so let's revert it as we need to get back
  to the pen and paper situation again.

  Otherwise the definition of some Winbond SPI NAND chips are receiving
  some fixes (geometry and maximum frequency, mostly).

  And finally a small memory leak gets also fixed"

* tag 'mtd/fixes-for-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux:
  mtd: spinand: fix memory leak of ECC engine conf
  mtd: spinand: winbond: Prevent unsupported frequencies on dual/quad I/O variants
  mtd: spinand: winbond: Increase maximum frequency on an octal operation
  mtd: spinand: winbond: Fix W35N number of planes/LUN
  Revert "mtd: core: always create master device"