[GIT PULL] mtd: Changes for 6.14-rc4

Miquel Raynal miquel.raynal at bootlin.com
Fri Feb 21 08:01:48 PST 2025


Hello,

This is a fixes PR for the next -rc cycle of 6.14.

Thanks,
Miquèl

The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-6.14-rc4

for you to fetch changes up to 1dbf60277e9b6181d2366a94c974728106cdd551:

  Merge tag 'spi-nor/fixes-for-6.14-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux into mtd/fixes (2025-02-19 14:38:47 +0100)

----------------------------------------------------------------
The two most important fixes in this list are probably the SST write
failure and the Qcom raw NAND controller probe failure which are due to
some refactoring, otherwise there has been a series of misc fixes on the
Cadence raw NAND controller driver and especially on the DMA side.

----------------------------------------------------------------
Amit Kumar Mahapatra (1):
      mtd: spi-nor: sst: Fix SST write failure

Christian Marangi (1):
      mtd: rawnand: qcom: fix broken config in qcom_param_page_type_exec

Miquel Raynal (1):
      Merge tag 'spi-nor/fixes-for-6.14-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux into mtd/fixes

Niravkumar L Rabara (5):
      mtd: rawnand: cadence: fix error code in cadence_nand_init()
      mtd: rawnand: cadence: use dma_map_resource for sdma address
      mtd: rawnand: cadence: fix incorrect device in dma_unmap_single
      dt-bindings: mtd: cadence: document required clock-names
      mtd: rawnand: cadence: fix unchecked dereference

 .../devicetree/bindings/mtd/cdns,hp-nfc.yaml       |  8 +++-
 drivers/mtd/nand/raw/cadence-nand-controller.c     | 44 ++++++++++++++++------
 drivers/mtd/nand/raw/qcom_nandc.c                  | 22 +++++------
 drivers/mtd/spi-nor/sst.c                          |  2 +-
 4 files changed, 52 insertions(+), 24 deletions(-)



More information about the linux-mtd mailing list