[GIT PULL] mtd: Fixes for v6.1-rc3

Miquel Raynal miquel.raynal at bootlin.com
Fri Oct 28 02:31:11 PDT 2022


Hello Linus,

This is an MTD fixes PR for the next -rc.

Thanks,
Miquèl

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-6.1-rc3

for you to fetch changes up to 05e258c6ec669d6d18c494ea03d35962d6f5b545:

  mtd: parsers: bcm47xxpart: Fix halfblock reads (2022-10-18 11:20:12 +0200)

----------------------------------------------------------------
MTD core:
* partitions: Add missing of_node_get() in dynamic partitions code

Parser drivers:
* bcm47xxpart: Fix halfblock reads

Raw NAND controller drivers:
* marvell: Use correct logic for nand-keep-config
* tegra: Fix PM disable depth imbalance in probe
* intel: Add missing of_node_put() in ebu_nand_probe()

SPI-NOR core changes:
* Ignore -ENOTSUPP in spi_nor_init()

----------------------------------------------------------------
Linus Walleij (1):
      mtd: parsers: bcm47xxpart: Fix halfblock reads

Mika Westerberg (1):
      mtd: spi-nor: core: Ignore -ENOTSUPP in spi_nor_init()

Rafał Miłecki (1):
      mtd: core: add missing of_node_get() in dynamic partitions code

Tony O'Brien (1):
      mtd: rawnand: marvell: Use correct logic for nand-keep-config

Yang Yingliang (1):
      mtd: rawnand: intel: Add missing of_node_put() in ebu_nand_probe()

Zhang Qilong (1):
      mtd: rawnand: tegra: Fix PM disable depth imbalance in probe

 drivers/mtd/mtdcore.c                        |  2 +-
 drivers/mtd/nand/raw/intel-nand-controller.c | 23 +++++++++++++++--------
 drivers/mtd/nand/raw/marvell_nand.c          |  2 +-
 drivers/mtd/nand/raw/tegra_nand.c            |  4 +++-
 drivers/mtd/parsers/bcm47xxpart.c            |  4 ++--
 drivers/mtd/spi-nor/core.c                   |  4 +++-
 6 files changed, 25 insertions(+), 14 deletions(-)



More information about the linux-mtd mailing list