Linux-mtd Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-09-02 14:49:07 to 2026-09-08 17:19:16 UTC [more...]

[PATCH 06/13] ARM: omap2: remove omap24xx support
 2026-09-08 17:18 UTC  (2+ messages)

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

[PATCH v2 0/3] mtd: rawnand: sunxi: support the Allwinner randomized OOB format
 2026-09-08 15:51 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: mtd: sunxi: Add randomized OOB flag
` [PATCH v2 2/3] mtd: rawnand: sunxi: support randomized OOB formats
` [PATCH v2 3/3] mtd: rawnand: sunxi: select the packed H6/H616 OOB layout

[PATCH v2] mtd: rawnand: sunxi: fit maximized ECC step to page size
 2026-09-08 15:27 UTC  (3+ messages)

[PATCH v2] mtd: spinand: cache the last read page to avoid redundant SPI operations
 2026-09-08 14:22 UTC  (5+ messages)
` [PATCH v3] "

[PATCHv2] mtd: rawnand: fsl_ifc: allocate shared ctrl with devm_kzalloc
 2026-09-08  9:37 UTC  (2+ messages)

[PATCHv2] mtd: rawnand: fsl_ifc: use devm_platform_get_and_ioremap_resource
 2026-09-08  6:03 UTC 

[PATCH] mtd: spinand: cache the last read page to avoid redundant SPI operations
 2026-09-08  3:34 UTC  (4+ messages)

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

[syzbot] [jffs2?] possible deadlock in jffs2_do_clear_inode (2)
 2026-09-07 20:14 UTC  (2+ messages)

[PATCH v7 0/7] Read MAC address from SST vendor specific SFDP region
 2026-09-07 13:00 UTC  (3+ messages)
` [PATCH v7 3/7] mtd: spi-nor: sfdp: expose the SFDP as a read-only NVMEM device

[PATCH v5 00/25] mtd: spi-nor: QE handling cleanup + fixup reworks + Winbond RV chips addition
 2026-09-07  7:46 UTC  (27+ 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 v5 10/25] mtd: spi-nor: winbond: Add support for W25Q32RV-Q/N
` [PATCH v5 11/25] mtd: spi-nor: winbond: Add support for W25Q64RV-Q/N
` [PATCH v5 12/25] mtd: spi-nor: winbond: Add support for W25Q12RV-Q/N
` [PATCH v5 13/25] mtd: spi-nor: winbond: Add support for W25Q25RV-Q/N
` [PATCH v5 14/25] mtd: spi-nor: winbond: Add support for W25Q51RV-Q/N
` [PATCH v5 15/25] mtd: spi-nor: winbond: Add support for W25Q01RV-Q/N
` [PATCH v5 16/25] mtd: spi-nor: winbond: Add support for W25Q02RV-Q/N
` [PATCH v5 17/25] mtd: spi-nor: winbond: Prepare introduction of W25QxxRV-M parts
` [PATCH v5 18/25] mtd: spi-nor: winbond: Add support for W25Q32RV-M
` [PATCH v5 19/25] mtd: spi-nor: winbond: Add support for W25Q64RV-M
` [PATCH v5 20/25] mtd: spi-nor: winbond: Add support for W25Q12RV-M
` [PATCH v5 21/25] mtd: spi-nor: winbond: Add support for W25Q25RV-M
` [PATCH v5 22/25] mtd: spi-nor: winbond: Add support for W25Q51RV-M
` [PATCH v5 23/25] mtd: spi-nor: winbond: Add support for W25Q01RV-M
` [PATCH v5 24/25] mtd: spi-nor: winbond: Add support for W25Q02RV-M
` [PATCH v5 25/25] mtd: spi-nor: debugfs: Expose SR opcodes and QE mask

[PATCH v6 00/26] mtd: spi-nor: Clean Winbond W25QxxJV family
 2026-09-07  7:46 UTC  (28+ 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: ubi: fix typo "occured" in comment
 2026-09-07  6:47 UTC  (2+ messages)

[PATCH mtd-www] doc/ubi.xml: clarify from the start that block device on UBI is read-only
 2026-09-07  5:34 UTC  (3+ messages)

[PATCH mtd-utils] ubi-utils: add wear-leveling threshold parameter to ubiattach
 2026-09-07  5:34 UTC  (2+ messages)

[PATCH] lib: libmtd: fix sign extension of ioctl request in mtd_xlock
 2026-09-07  5:33 UTC  (2+ messages)

[PATCH] mtd-utils: don't include features.h
 2026-09-07  5:33 UTC  (2+ messages)

[PATCH] jffs2: fix typo "informations" in comments
 2026-09-07  4:39 UTC  (3+ messages)
` AW: "

[PATCH] mtd: powernv_flash: fix kernel-doc for powernv_flash_release
 2026-09-07  3:28 UTC  (2+ messages)

[syzbot] [jffs2?] possible deadlock in jffs2_xattr_delete_inode
 2026-09-07  1:55 UTC 

[PATCH] mtd: rawnand: fsl_ifc: allocate shared ctrl with devm_kzalloc
 2026-09-07  0:55 UTC 

[PATCH] mtd: docg3: use devm_platform_ioremap_resource()
 2026-09-07  0:49 UTC 

[PATCH] mtd: rawnand: fsl_ifc: use devm_platform_get_and_ioremap_resource
 2026-09-07  0:43 UTC 

[syzbot] [jffs2?] kernel BUG in jffs2_sum_write_sumnode (2)
 2026-09-06 12:10 UTC 

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

[PATCH] ubifs: Use the errors_* attribute names in the sysfs ABI document
 2026-09-05 20:05 UTC  (2+ messages)
` AW: "

[PATCH v3] mtd: rawnand: sunxi: reject ECC maximization on small pages
 2026-09-05  1:05 UTC 

[PATCH] mtd: rawnand: sunxi: fix free OOB section offsets
 2026-09-04 22:17 UTC 

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

[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  (2+ messages)

[PATCH 0/2] mtd: spinand: fix nand-no-ecc-engine support
 2026-09-04 17:38 UTC  (2+ messages)

[PATCH v2] mtd: mtd_intel_dg: reset poll counter for each erase
 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] 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] 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 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  (2+ messages)
` [f2fs-dev] "

[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  (4+ messages)
` [PATCH v3 13/23] mtd: spi-nor: winbond: Add support for W25Q01RV-Q/N


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