Linux-mtd Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-21 03:37:58 to 2026-09-03 10:12:33 UTC [more...]

[PATCH] mtd: spinand: winbond: Add support for W25N08LW
 2026-09-03 10:12 UTC  (2+ messages)

[PATCH] mtd: inftl: validate MediaHeader partition geometry before allocating tables
 2026-09-03 10:01 UTC  (4+ messages)

Sashiko to track linux-mtd
 2026-09-03  9:32 UTC  (12+ messages)

[PATCH v9 00/18] spi: cadence-quadspi: add PHY tuning support
 2026-09-03  8:16 UTC  (21+ messages)
` [PATCH v9 01/18] spi: dt-bindings: add spi-max-post-config-frequency-hz property
` [PATCH v9 02/18] spi: dt-bindings: add spi-phy-pattern-partition property
` [PATCH v9 03/18] spi: parse spi-max-post-config-frequency-hz into post_config_max_speed_hz
` [PATCH v9 04/18] spi: spi-mem: teach spi_mem_adjust_op_freq() about post-config ops
` [PATCH v9 05/18] spi: spi-mem: add execute_tuning callback and spi_mem_execute_tuning()
` [PATCH v9 06/18] spi: cadence-quadspi: move cqspi_readdata_capture earlier
` [PATCH v9 07/18] spi: cadence-quadspi: add DQS support to read data capture
` [PATCH v9 08/18] spi: cadence-quadspi: add PHY tuning support
` [PATCH v9 09/18] spi: cadence-quadspi: skip DDR PHY tuning for 2-byte-address ops (i2383)
` [PATCH v9 11/18] spi: cadence-quadspi: enable PHY for direct reads
` [PATCH v9 12/18] spi: cadence-quadspi: enable PHY for indirect writes
` [PATCH v9 13/18] spi: cadence-quadspi: reprogram CS timing on every chip-select switch
` [PATCH v9 14/18] spi: cadence-quadspi: reprogram PHY DLL on runtime resume
` [PATCH v9 15/18] mtd: spinand: extract variant ranking logic into spinand_op_find_best_variant()
` [PATCH v9 16/18] mtd: spinand: negotiate optimal controller operating point before dirmap creation
` [PATCH v9 17/18] mtd: spi-nor: extract read op template construction into helper
` [PATCH v9 18/18] mtd: spi-nor: run controller optimization before dirmap creation

[PATCH 0/2] mtd: spi-nor: Fix unbind deadlock and use-after-free
 2026-09-03  3:14 UTC  (3+ messages)
` [PATCH 1/2] mtd: spi-nor: Fix deadlock in spi_nor_rww_start_exclusive()
` [PATCH 2/2] mtd: spi-nor: core: Fix use-after-free of spi_nor on unbind with open handles

[syzbot] [mtd?] possible deadlock in mtd_queue_rq
 2026-09-02 20:58 UTC 

[PATCH v4 00/25] mtd: spi-nor: QE handling cleanup + fixup reworks + Winbond RV chips addition
 2026-09-02 16:59 UTC  (26+ messages)
` [PATCH v4 01/25] mtd: spi-nor: Rename BFPT_DWORD15_QER_SR2_BIT1_BUGGY
` [PATCH v4 02/25] mtd: spi-nor: Create a structure containing the flash opcodes
` [PATCH v4 03/25] mtd: spi-nor: Refactor Read Status/Write Status support
` [PATCH v4 04/25] mtd: spi-nor: Add support for the new JESD216 rev F QER field
` [PATCH v4 05/25] mtd: spi-nor: Create the concept of fixup table with match function
` [PATCH v4 06/25] mtd: spi-nor: Move the fixup flags into the fixup list
` [PATCH v4 07/25] mtd: spi-nor: Create an indirection on the part name
` [PATCH v4 08/25] mtd: spi-nor: Move the SFDP header structure to a C header
` [PATCH v4 09/25] mtd: spi-nor: winbond: Prepare introduction of W25QxxRV-Q/N parts
` [PATCH v4 10/25] mtd: spi-nor: winbond: Add support for W25Q32RV-Q/N
` [PATCH v4 11/25] mtd: spi-nor: winbond: Add support for W25Q64RV-Q/N
` [PATCH v4 12/25] mtd: spi-nor: winbond: Add support for W25Q12RV-Q/N
` [PATCH v4 13/25] mtd: spi-nor: winbond: Add support for W25Q25RV-Q/N
` [PATCH v4 14/25] mtd: spi-nor: winbond: Add support for W25Q51RV-Q/N
` [PATCH v4 15/25] mtd: spi-nor: winbond: Add support for W25Q01RV-Q/N
` [PATCH v4 16/25] mtd: spi-nor: winbond: Add support for W25Q02RV-Q/N
` [PATCH v4 17/25] mtd: spi-nor: winbond: Prepare introduction of W25QxxRV-M parts
` [PATCH v4 18/25] mtd: spi-nor: winbond: Add support for W25Q32RV-M
` [PATCH v4 19/25] mtd: spi-nor: winbond: Add support for W25Q64RV-M
` [PATCH v4 20/25] mtd: spi-nor: winbond: Add support for W25Q12RV-M
` [PATCH v4 21/25] mtd: spi-nor: winbond: Add support for W25Q25RV-M
` [PATCH v4 22/25] mtd: spi-nor: winbond: Add support for W25Q51RV-M
` [PATCH v4 23/25] mtd: spi-nor: winbond: Add support for W25Q01RV-M
` [PATCH v4 24/25] mtd: spi-nor: winbond: Add support for W25Q02RV-M
` [PATCH v4 25/25] mtd: spi-nor: debugfs: Expose SR opcodes and QE mask

[PATCH v2] gpiolib: of: Only apply the SPI CS quirk to SPI buses
 2026-09-02 15:48 UTC  (4+ messages)

[PATCH v3 00/23] mtd: spi-nor: QE handling cleanup + fixup reworks + Winbond RV chips addition
 2026-09-02 14:48 UTC  (15+ messages)
` [PATCH v3 03/23] mtd: spi-nor: Refactor Read Status/Write Status support
` [PATCH v3 05/23] mtd: spi-nor: Create the concept of fixup table with match function
` [PATCH v3 08/23] mtd: spi-nor: winbond: Prepare introduction of W25QxxRV-Q/N parts
` [PATCH v3 13/23] mtd: spi-nor: winbond: Add support for W25Q01RV-Q/N

[PATCH] mtd: rawnand: cadence: Initialize IRQ state before requesting IRQ
 2026-09-02  7:05 UTC 

[PATCH] ISSI Octal SPI-NOR device support. PATCH v2
 2026-09-02  3:20 UTC 

[PATCH v3 0/8] jffs2: extend write verification to all write paths
 2026-09-01 13:05 UTC  (9+ messages)
` [PATCH v3 1/8] jffs2: wbuf: clear wbuf on recovery failure paths
` [PATCH v3 2/8] jffs2: wbuf: fix space accounting in recovery secondary write failure
` [PATCH v3 3/8] jffs2: replace per-superblock verify buffer with per-write buffer
` [PATCH v3 4/8] jffs2: write verify: add byte-by-byte comparison on mismatch
` [PATCH v3 5/8] jffs2: add write verification to direct page writes in flash_writev
` [PATCH v3 6/8] jffs2: add write verification to NOR direct write paths
` [PATCH v3 7/8] jffs2: rename CONFIG_JFFS2_FS_WBUF_VERIFY to CONFIG_JFFS2_FS_WRITE_VERIFY
` [PATCH v3 8/8] jffs2: add runtime toggle for write verification

[PATCH v2 0/2] Report platform enforced SPI flash write protection
 2026-09-01  8:52 UTC  (11+ messages)
` [PATCH v2 1/2] mtd: spi-nor: allow the platform to supply write protection state
` [PATCH v2 2/2] spi: spi-intel: report controller enforced write protection

[PATCH v3 0/2] mtd: rawnand: vf610_nfc: fix reads on chips with more than 64 bytes of OOB
 2026-09-01  7:39 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] mtd: rawnand: vf610_nfc: fix false bitflips on reads of erased pages

ONFI parameters parser breaks reading S34ML04G200TF100 data from old kernels
 2026-08-31 22:03 UTC 

[PATCH v2 00/14] Remove PG_private by using page/folio->private checks instead
 2026-08-31 19:25 UTC  (2+ messages)
` [PATCH v2 13/14] treewide: adjust comments on PagePrivate and PG_private

[PATCH 0/2] mtd: spinand: fix nand-no-ecc-engine support
 2026-08-31 15:07 UTC  (3+ messages)
` [PATCH 1/2] mtd: spinand: fix NULL pointer dereference with no ECC engine
` [PATCH 2/2] mtd: spinand: fix zero oobavail when no ECC engine is used

[PATCH v2 0/2] mtd: rawnand: vf610_nfc: fix reads on chips with more than 64 bytes of OOB
 2026-08-31 12:26 UTC  (11+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] mtd: rawnand: vf610_nfc: fix false bitflips on reads of erased pages

[PATCH 0/2] Report platform enforced SPI flash write protection
 2026-08-31  7:25 UTC  (4+ messages)
` [PATCH 1/2] mtd: spi-nor: allow the platform to supply write protection state
` [PATCH 2/2] spi: spi-intel: report controller enforced write protection

[PATCH] ubifs-utils: Don't compile engine support if not available
 2026-08-31  6:25 UTC  (3+ messages)

[PATCH v2 0/7] jffs2: extend write verification to all write paths
 2026-08-29  6:16 UTC  (8+ messages)
` [PATCH v2 1/7] jffs2: wbuf: clear wbuf on recovery failure paths
` [PATCH v2 2/7] jffs2: replace per-superblock verify buffer with per-write buffer
` [PATCH v2 3/7] jffs2: write verify: add byte-by-byte comparison on mismatch
` [PATCH v2 4/7] jffs2: add write verification to direct page writes in flash_writev
` [PATCH v2 5/7] jffs2: add write verification to NOR direct write paths
` [PATCH v2 6/7] jffs2: rename CONFIG_JFFS2_FS_WBUF_VERIFY to CONFIG_JFFS2_FS_WRITE_VERIFY
` [PATCH v2 7/7] jffs2: add runtime toggle for write verification

[GIT PULL] UBI and UBIFS updates for 7.3-rc1
 2026-08-28 19:50 UTC  (2+ messages)

[PATCH 0/2] mtd: rawnand: vf610_nfc: fix the OOB of written pages and the command completion
 2026-08-28  8:53 UTC  (3+ messages)
` [PATCH 1/2] mtd: rawnand: vf610_nfc: write the OOB bytes on page writes
` [PATCH 2/2] mtd: rawnand: vf610_nfc: rearm the completion before starting a command

mtd-utils: [BUG] fsck.ubifs backwards compatibility issue wipes ubi volume encryption information
 2026-08-28  1:18 UTC  (4+ messages)

[BUG] mtd: use-after-free in blktrans_notify_remove()
 2026-08-27 22:40 UTC 

[BUG] jffs2: BUG_ON in jffs2_get_parent() on a crafted image
 2026-08-27 22:39 UTC 

[PATCH v2] mtd: spinand: add support for ISSI SPI NAND flash
 2026-08-27 20:39 UTC 

[PATCH 0/2] mtd: rawnand: vf610_nfc: two fixes for chips with large OOB and for erased pages
 2026-08-27 20:12 UTC  (4+ messages)
` [PATCH 1/2] mtd: rawnand: vf610_nfc: fix reads on chips with more than 64 bytes of OOB

[PATCH v3] mtd: spi-nor: use guard() in spi_nor_rww_start_exclusive
 2026-08-27  8:45 UTC  (9+ messages)
` [PATCH v4 0/2] mtd: spi-nor: core: Fix RWW wait locking
  ` [PATCH v4 1/2] mtd: spi-nor: core: Fix mutex leak in spi_nor_rww_start_exclusive()
      ` [PATCH v5] "
  ` [PATCH v4 2/2] mtd: spi-nor: core: Unprepare after interrupted RWW wait

[PATCH v2] mtd: mtd_intel_dg: reset poll counter for each erase
 2026-08-27  5:11 UTC 

[PATCH RFC] mtd: spinand: winbond: enable continuous read for W25N04LW
 2026-08-26 13:08 UTC  (4+ messages)

[PATCH] mtd: mtd_intel_dg: reset poll counter for each erase
 2026-08-26 10:51 UTC 

[PATCH] mtd: spinand: add support for ISSI SPI NAND flash
 2026-08-26  7:45 UTC  (2+ messages)

[PATCH] mtd: parsers: afs: add size check to v2 partition
 2026-08-25 14:05 UTC  (3+ messages)

[PATCH] mtd: cfi_cmdset_0001: shrink do_write_buffer() stack frame
 2026-08-25 12:35 UTC  (3+ messages)

[PATCH v7 00/18] spi: cadence-quadspi: add PHY tuning support
 2026-08-25 12:14 UTC  (5+ messages)
` [PATCH v7 16/18] mtd: spinand: negotiate optimal controller operating point before dirmap creation

[PATCH] mtd: spinand: winbond: add support for W25N04LV
 2026-08-25  9:09 UTC  (3+ messages)

[PATCH v8 00/18] spi: cadence-quadspi: add PHY tuning support
 2026-08-25  5:04 UTC  (20+ messages)
` [PATCH v8 01/18] spi: dt-bindings: add spi-max-post-config-frequency-hz property
` [PATCH v8 02/18] spi: dt-bindings: add spi-phy-pattern-partition property
` [PATCH v8 03/18] spi: parse spi-max-post-config-frequency-hz into post_config_max_speed_hz
` [PATCH v8 04/18] spi: spi-mem: teach spi_mem_adjust_op_freq() about post-config ops
` [PATCH v8 05/18] spi: spi-mem: add execute_tuning callback and spi_mem_execute_tuning()
` [PATCH v8 06/18] spi: cadence-quadspi: move cqspi_readdata_capture earlier
` [PATCH v8 07/18] spi: cadence-quadspi: add DQS support to read data capture
` [PATCH v8 08/18] spi: cadence-quadspi: add PHY tuning support
` [PATCH v8 09/18] spi: cadence-quadspi: skip DDR PHY tuning for 2-byte-address ops (i2383)
` [PATCH v8 10/18] spi: cadence-quadspi: refactor direct read path for PHY support
` [PATCH v8 11/18] spi: cadence-quadspi: enable PHY for direct reads
` [PATCH v8 12/18] spi: cadence-quadspi: enable PHY for indirect writes
` [PATCH v8 13/18] spi: cadence-quadspi: reprogram CS timing on every chip-select switch
` [PATCH v8 14/18] spi: cadence-quadspi: reprogram PHY DLL on runtime resume
` [PATCH v8 15/18] mtd: spinand: extract variant ranking logic into spinand_op_find_best_variant()
` [PATCH v8 16/18] mtd: spinand: negotiate optimal controller operating point before dirmap creation
` [PATCH v8 17/18] mtd: spi-nor: extract read op template construction into helper
` [PATCH v8 18/18] mtd: spi-nor: run controller optimization before dirmap creation

[PATCH] spi: spi-qpic-snand: publish the ECC context to snandc->qspi
 2026-08-25  1:38 UTC 

[PATCHv2] mtd: rawnand: ndfc: use devm_platform_ioremap_resource()
 2026-08-24 20:21 UTC 

[PATCH] mtd: rawnand: ndfc: use devm_platform_ioremap_resource
 2026-08-24 19:12 UTC  (3+ messages)

[BUG] kernel BUG in jffs2_sum_write_sumnode
 2026-08-24 15:43 UTC 

[syzbot] [jffs2?] kernel BUG in jffs2_link_node_ref
 2026-08-24  5:25 UTC 

[GIT PULL] mtd: Changes for 7.3
 2026-08-23 16:30 UTC  (2+ messages)

[PATCH] jffs2: fix double-free of f->target in jffs2_alloc_inode()
 2026-08-23 15:26 UTC 

[syzbot] [jffs2?] KASAN: invalid-free in jffs2_free_inode
 2026-08-23 13:33 UTC 

[PATCH] mtd: nand: omap2: Fix kernel-doc parameter warning
 2026-08-22 23:03 UTC 

[PATCH v3 1/2] mtd: spi-nor: Add support for MX25L12833F and MX25L12845G
 2026-08-22 15:09 UTC  (3+ messages)

[PATCH] mtd: rawnand: stm32_fmc2: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
 2026-08-22  4:59 UTC 

[PATCH 0/6] jffs2: extend write verification to all write paths
 2026-08-21  6:31 UTC  (4+ messages)

[PATCH v2 00/13] x86/msr: Drop 32-bit MSR interfaces
 2026-08-21  4:13 UTC  (3+ messages)
` [PATCH v2 12/13] treewide: convert rdmsrq() from a macro to an inline function


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox