From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Richard Weinberger <richard@nod.at>,
Vignesh Raghavendra <vigneshr@ti.com>,
Michael Walle <michael@walle.cc>,
Pratyush Yadav <pratyush@kernel.org>,
Takahiro Kuwano <takahiro.kuwano@infineon.com>,
linux-mtd@lists.infradead.org,
Miquel Raynal <miquel.raynal@bootlin.com>
Subject: [GIT PULL] mtd: Changes for 7.3
Date: Sun, 23 Aug 2026 14:35:02 +0200 [thread overview]
Message-ID: <87wlthj9qh.fsf@bootlin.com> (raw)
Hello,
This is the MTD PR for 7.3.
Thanks,
Miquèl
The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:
Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/for-7.3
for you to fetch changes up to 9b7e2fe0fe37f79e35467929d578c8c9f0f9cfdd:
Merge tag 'nand/for-7.3' into mtd/next (2026-08-23 14:30:31 +0200)
----------------------------------------------------------------
* Raw NAND changes
- Sunxi: Support added for the H616 compatible
- Qcom: Support added for the MDM9607 compatible
- Support for the Toshiba TC58NVG1S3H part
- GPMI: New debugfs entry to expose the chip geometry
- PL353: Timing updates and software ECC support have been fixed
* SPI NAND changes
- fmsh: Support added for FM25G{01,02}B chips
- HeYangTek: Support added for HYF1GQ4UDACAE
Aside from these main changes, there is a high load of misc fixes and
hardening changes, and exceptionally no SPI NOR change.
----------------------------------------------------------------
Aleksandr Mineev (1):
mtd: spinand: fmsh: fix FM25G01B/FM25G02B Quad I/O read dummy cycles
Aleksei Sviridkin (1):
mtd: spinand: add support for HeYangTek HYF1GQ4UDACAE
Breno Leitao (1):
mtd: cfi_cmdset_0001: silence spurious suspend warning on shutdown
Ethan Nelson-Moore (1):
mtd: maps: correct CONFIG_MTD_COMPLEX_MAPPINGS macro name in comment
Guangshuo Li (1):
mtd: intel-dg: Fix runtime PM error path in probe
Han Xu (1):
mtd: rawnand: gpmi: add debugfs entry for BCH geometry
James Hilliard (5):
mtd: rawnand: add Toshiba TC58NVG1S3H
mtd: rawnand: sunxi: add H616 MBUS DMA support
mtd: rawnand: sunxi: group controller delay tables
mtd: rawnand: sunxi: describe tADL and tWHR delays
mtd: rawnand: sunxi: fix H6/H616 controller timings
Julian Braha (1):
mtd: maps: remove dead select of MTD_CFI_BE_BYTE_SWAP
Miquel Raynal (1):
Merge tag 'nand/for-7.3' into mtd/next
Miquel Raynal (DAVE) (3):
mtd: rawnand: pl353: Update timings at the right moment
mtd: rawnand: pl353: Make sure we use the monolithic helpers for raw accesses
mtd: rawnand: pl353: Fix debug prints
Pengpeng Hou (4):
mtd: parsers: redboot: reject unterminated FIS names
mtd: nand: realtek-ecc: add missing MODULE_DEVICE_TABLE()
mtd: afs: validate v2 image info bounds
mtd: rawnand: validate ONFI extended parameter page sections
Rosen Penev (2):
mtd: rawnand: atmel: use struct_size
mtd: mpc5121_nfc: use platform for irq and ioremap
Ruoyu Wang (1):
mtd: mtdswap: Avoid freeing registered blktrans device twice
Stephan Gerhold (4):
dt-bindings: mtd: qcom,nandc: Add MDM9607 QPIC NAND controller
mtd: rawnand: qcom: Make "aon" clock optional
mtd: rawnand: qcom: Make has_onfi_read_op separate from qpic_version2
mtd: rawnand: qcom: Add MDM9607 compatible
Uwe Kleine-König (The Capable Hub) (1):
mtd: nand-omap2: Move omap_nand_ids[] to raw nand driver
Xu Rao (1):
mtd: mtdoops: free page bitmap when the backing MTD is removed
Ziyang Huang (1):
mtd: spinand: fmsh: add support for FM25G{01,02}B
zhouminqiang (1):
mtd: part: reject MTDPART_OFS_RETAIN in mtd_add_partition()
.../devicetree/bindings/mtd/qcom,nandc.yaml | 25 +++
drivers/memory/omap-gpmc.c | 9 +-
drivers/mtd/chips/cfi_cmdset_0001.c | 6 +
drivers/mtd/devices/mtd_intel_dg.c | 2 +-
drivers/mtd/maps/Kconfig | 1 -
drivers/mtd/maps/map_funcs.c | 2 +-
drivers/mtd/mtdoops.c | 3 +
drivers/mtd/mtdpart.c | 3 +-
drivers/mtd/mtdswap.c | 1 +
drivers/mtd/nand/ecc-realtek.c | 1 +
drivers/mtd/nand/raw/atmel/nand-controller.c | 3 +-
drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c | 29 +++
drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.h | 6 +
drivers/mtd/nand/raw/mpc5121_nfc.c | 39 ++--
drivers/mtd/nand/raw/nand_ids.c | 3 +
drivers/mtd/nand/raw/nand_onfi.c | 27 ++-
drivers/mtd/nand/raw/nand_toshiba.c | 4 +-
drivers/mtd/nand/raw/omap2.c | 6 +-
drivers/mtd/nand/raw/pl35x-nand-controller.c | 20 +-
drivers/mtd/nand/raw/qcom_nandc.c | 30 ++-
drivers/mtd/nand/raw/sunxi_nand.c | 233 +++++++++++++++++----
drivers/mtd/nand/spi/Makefile | 2 +-
drivers/mtd/nand/spi/core.c | 1 +
drivers/mtd/nand/spi/fmsh.c | 103 +++++++++
drivers/mtd/nand/spi/heyangtek.c | 132 ++++++++++++
drivers/mtd/parsers/afs.c | 7 +
drivers/mtd/parsers/redboot.c | 9 +-
include/linux/mtd/nand-qpic-common.h | 2 +
include/linux/mtd/spinand.h | 1 +
include/linux/platform_data/mtd-nand-omap2.h | 7 -
30 files changed, 609 insertions(+), 108 deletions(-)
create mode 100644 drivers/mtd/nand/spi/heyangtek.c
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
next reply other threads:[~2026-08-23 12:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-23 12:35 Miquel Raynal [this message]
2026-08-23 16:30 ` [GIT PULL] mtd: Changes for 7.3 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87wlthj9qh.fsf@bootlin.com \
--to=miquel.raynal@bootlin.com \
--cc=linux-mtd@lists.infradead.org \
--cc=michael@walle.cc \
--cc=pratyush@kernel.org \
--cc=richard@nod.at \
--cc=takahiro.kuwano@infineon.com \
--cc=torvalds@linux-foundation.org \
--cc=vigneshr@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.