Linux-mtd Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-27 17:21:29 to 2026-09-04 18:13:46 UTC [more...]

[PATCH v5 00/25] mtd: spi-nor: QE handling cleanup + fixup reworks + Winbond RV chips addition
 2026-09-04 18:12 UTC  (10+ messages)
` [PATCH v5 01/25] mtd: spi-nor: Rename BFPT_DWORD15_QER_SR2_BIT1_BUGGY
` [PATCH v5 02/25] mtd: spi-nor: Create a structure containing the flash opcodes
` [PATCH v5 03/25] mtd: spi-nor: Refactor Read Status/Write Status support
` [PATCH v5 04/25] mtd: spi-nor: Add support for the new JESD216 rev F QER field
` [PATCH v5 05/25] mtd: spi-nor: Create the concept of fixup table with match function
` [PATCH v5 06/25] mtd: spi-nor: Move the fixup flags into the fixup list
` [PATCH v5 07/25] mtd: spi-nor: Create an indirection on the part name
` [PATCH v5 08/25] mtd: spi-nor: Move the SFDP header structure to a C header
` [PATCH v5 09/25] mtd: spi-nor: winbond: Prepare introduction of W25QxxRV-Q/N parts

[PATCH 0/2] mtd: rawnand: lpc32xx: Remove platform data support from drivers
 2026-09-04 18:09 UTC  (7+ messages)
` [PATCH 1/2] mtd: rawnand: lpc32xx_slc: Remove platform data support
` [PATCH 2/2] mtd: rawnand: lpc32xx_mlc: "

[PATCH v2] mtd: spinand: add support for ISSI SPI NAND flash
 2026-09-04 18:09 UTC  (2+ messages)

[PATCHv2] mtd: rawnand: ndfc: use devm_platform_ioremap_resource()
 2026-09-04 18:09 UTC  (2+ messages)

[PATCH] mtd: nand: omap2: Fix kernel-doc parameter warning
 2026-09-04 18:09 UTC  (2+ messages)

[PATCH] mtd: rawnand: stm32_fmc2: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
 2026-09-04 18:09 UTC  (2+ messages)

[PATCH v4] mtd: spinand: winbond: add support for W25N04LW
 2026-09-04 18:08 UTC  (2+ messages)

[PATCH] mtd: rawnand: brcmnand: Propagate errors from optional IRQ lookup
 2026-09-04 18:08 UTC  (2+ messages)

[PATCH 0/3] mtd: rawnand: sunxi: harden protected OOB handling
 2026-09-04 18:08 UTC  (2+ messages)

[PATCH] mtd: fix typos in comments
 2026-09-04 18:05 UTC  (2+ messages)

[PATCH] mtd: rawnand: cadence: Initialize IRQ state before requesting IRQ
 2026-09-04 17:38 UTC  (2+ messages)

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

[PATCH 0/2] mtd: spinand: fix nand-no-ecc-engine support
 2026-09-04 17:38 UTC  (4+ 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] mtd: mtd_intel_dg: reset poll counter for each erase
 2026-09-04 17:38 UTC  (2+ messages)

[PATCH] spi: spi-qpic-snand: publish the ECC context to snandc->qspi
 2026-09-04 17:38 UTC  (2+ messages)

[PATCH] mtd: cfi_cmdset_0001: shrink do_write_buffer() stack frame
 2026-09-04 17:38 UTC  (2+ messages)

[PATCH] mtd: core: call _get_device() with the master MTD
 2026-09-04 17:38 UTC  (2+ messages)

[PATCH] mtd: core: avoid double-free of OTP NVMEM device
 2026-09-04 17:37 UTC  (2+ messages)

[PATCH v2] mtd: spinand: Enable QE on all dies
 2026-09-04 17:37 UTC  (2+ messages)

[PATCH v3] mtd: block2mtd: Fix divide error when erase_size is zero
 2026-09-04 17:37 UTC  (2+ messages)

[PATCH v6 00/26] mtd: spi-nor: Clean Winbond W25QxxJV family
 2026-09-04 17:19 UTC  (27+ messages)
` [PATCH v6 01/26] mtd: spi-nor: Fix spacing in function call
` [PATCH v6 02/26] mtd: spi-nor: Garbage collection during sfdp parsing
` [PATCH v6 03/26] mtd: spi-nor: Init flags before manufacturer late_init() hooks
` [PATCH v6 04/26] mtd: spi-nor: winbond: Move W25Q01NW to its right place
` [PATCH v6 05/26] mtd: spi-nor: winbond: Normalize names
` [PATCH v6 06/26] mtd: spi-nor: winbond: Properly document the chip names
` [PATCH v6 07/26] mtd: spi-nor: winbond: Make the RDCR fixup Winbond wide
` [PATCH v6 08/26] mtd: spi-nor: winbond: W25Q32JV-Q/N: Add quad page program capability
` [PATCH v6 09/26] mtd: spi-nor: winbond: W25Q64JV-Q/N: "
` [PATCH v6 10/26] mtd: spi-nor: winbond: W25Q128JV-Q/N: "
` [PATCH v6 11/26] mtd: spi-nor: winbond: W25Q32JV-M: "
` [PATCH v6 12/26] mtd: spi-nor: winbond: W25Q64JV-M: "
` [PATCH v6 13/26] mtd: spi-nor: winbond: W25Q128JV-M: "
` [PATCH v6 14/26] mtd: spi-nor: winbond: W25QxxJV-Q/N/M: "
` [PATCH v6 15/26] mtd: spi-nor: winbond: W25Q32JV-Q/N: Fill locking information
` [PATCH v6 16/26] mtd: spi-nor: winbond: W25Q64JV-Q/N: "
` [PATCH v6 17/26] mtd: spi-nor: winbond: W25Q128JV-Q/N: "
` [PATCH v6 18/26] mtd: spi-nor: winbond: W25Q512JV-Q/N: "
` [PATCH v6 19/26] mtd: spi-nor: winbond: W25Q01JV-Q/N: "
` [PATCH v6 20/26] mtd: spi-nor: winbond: W25Q32JV-M: "
` [PATCH v6 21/26] mtd: spi-nor: winbond: W25Q64JV-M: "
` [PATCH v6 22/26] mtd: spi-nor: winbond: W25Q128JV-M: "
` [PATCH v6 23/26] mtd: spi-nor: winbond: W25Q02JV-M: "
` [PATCH v6 24/26] mtd: spi-nor: winbond: W25QxxJV-Q/N/M: "
` [PATCH v6 25/26] mtd: spi-nor: winbond: W25Q512JV-M: New chip
` [PATCH v6 26/26] mtd: spi-nor: winbond: W25Q01JV-M: "

[PATCH] mtd: rawnand: sunxi: reject invalid ECC step sizes
 2026-09-04 16:52 UTC  (3+ messages)

[PATCH 0/3] mtd: rawnand: sunxi: support the Allwinner randomized OOB format
 2026-09-04 16:31 UTC  (6+ messages)
` [PATCH 2/3] mtd: rawnand: sunxi: support randomized OOB formats

[PATCH v9 00/18] spi: cadence-quadspi: add PHY tuning support
 2026-09-04 16:25 UTC  (8+ messages)
` [PATCH v9 08/18] "
` [PATCH v9 16/18] mtd: spinand: negotiate optimal controller operating point before dirmap creation

[PATCH] mtd: spi-nor: Unprepare legacy controllers upon RWW wait interruption
 2026-09-04 13:40 UTC  (2+ messages)

[PATCH] mtd: spi-nor: xmc: add locking to XM25QH128A
 2026-09-04 13:40 UTC  (2+ messages)

[PATCH v2 0/2] mtd: spi-nor: sfdp: bound two optional parameter tables
 2026-09-04 13:40 UTC  (2+ messages)

[PATCH v2 0/8] mtd: spi-nor: Rework flash parameter initialization
 2026-09-04 13:40 UTC  (2+ messages)

[PATCH] mtd: spi-nor: macronix: Document support for additional flash aliases
 2026-09-04 13:40 UTC  (2+ messages)

[PATCH v3 0/2] mtd: spi-nor: macronix: Add support for MX25L12833F and MX25L12845G
 2026-09-04 13:40 UTC  (2+ messages)

[PATCH] jffs2: fix typo "informations" in comments
 2026-09-04 12:22 UTC  (2+ messages)
` AW: "

[PATCH v4 00/25] mtd: spi-nor: QE handling cleanup + fixup reworks + Winbond RV chips addition
 2026-09-04  9:07 UTC  (27+ 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 RFC 00/14] Remove PG_private by using page/folio->private checks instead
 2026-09-03 16:10 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v2 00/14] Remove PG_private by using page/folio->private checks instead
 2026-09-03 16:10 UTC  (3+ messages)
` [PATCH v2 13/14] treewide: adjust comments on PagePrivate and PG_private
` [f2fs-dev] [PATCH v2 00/14] Remove PG_private by using page/folio->private checks instead

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

[PATCH 12/13] mtd: rawnand: gpmi: Don't use GFP_DMA when calling dma_alloc_coherent()
 2026-09-03 11:18 UTC 

[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 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 v2] gpiolib: of: Only apply the SPI CS quirk to SPI buses
 2026-09-02 15:48 UTC  (3+ 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] 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

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

[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 1/2] mtd: rawnand: vf610_nfc: fix reads on chips with more than 64 bytes of OOB
 2026-08-27 20:12 UTC  (2+ messages)


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