public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-03-19 18:24:52 to 2026-03-29 22:39:12 UTC [more...]

[PATCH 0/2] MIPS RB532 GPIO descriptor conversion
 2026-03-29 22:38 UTC  (4+ messages)
` [PATCH 1/2] MIPS/input: Move RB532 button to GPIO descriptors
` [PATCH 2/2] MIPS/mtd: Handle READY GPIO in generic NAND platform data

[PATCH] Ensure Dreamcast VMU MTD code keeps building
 2026-03-28 13:25 UTC 

[PATCH 0/4] spi: spi-mem/mtd: spinand: Prevent SPI NAND continuous reads on am65/am62
 2026-03-26 16:47 UTC  (5+ messages)
` [PATCH 1/4] spi: spi-mem: Add a no_cs_assertion capability
` [PATCH 2/4] mtd: spinand: Make sure continuous read is always disabled during probe
` [PATCH 3/4] mtd: spinand: Prevent continuous reads on some controllers
` [PATCH 4/4] spi: cadence-qspi: Prevent SPI NAND continuous reads

[PATCH v2 00/11] mtd: spinand: Winbond continuous read support
 2026-03-26 16:25 UTC  (12+ messages)
` [PATCH v2 01/11] mtd: spinand: Drop a too strong limitation
` [PATCH v2 02/11] mtd: spinand: Expose spinand_op_is_odtr()
` [PATCH v2 03/11] mtd: spinand: Drop ECC dirmaps
` [PATCH v2 04/11] spi: spi-mem: Transform the read operation template
` [PATCH v2 05/11] spi: spi-mem: Create a secondary read operation
` [PATCH v2 06/11] mtd: spinand: Use secondary ops for continuous reads
` [PATCH v2 07/11] mtd: spinand: winbond: Ensure chips are ordered by density
` [PATCH v2 08/11] mtd: spinand: winbond: Add support for continuous reads on W35NxxJW
` [PATCH v2 09/11] mtd: spinand: winbond: Create a helper to write the HS bit
` [PATCH v2 10/11] mtd: spinand: winbond: Create a helper to detect the need for "
` [PATCH v2 11/11] mtd: spinand: winbond: Add support for continuous reads on W25NxxJW

[PATCH v4 00/21] mm: expand mmap_prepare functionality and usage
 2026-03-26 10:46 UTC  (46+ messages)
` [PATCH v4 01/21] mm: various small mmap_prepare cleanups
` [PATCH v4 02/21] mm: add documentation for the mmap_prepare file operation callback
` [PATCH v4 03/21] mm: document vm_operations_struct->open the same as close()
` [PATCH v4 04/21] mm: avoid deadlock when holding rmap on mmap_prepare error
` [PATCH v4 05/21] mm: switch the rmap lock held option off in compat layer
` [PATCH v4 06/21] mm/vma: remove superfluous map->hold_file_rmap_lock
` [PATCH v4 07/21] mm: have mmap_action_complete() handle the rmap lock and unmap
` [PATCH v4 08/21] mm: add vm_ops->mapped hook
` [PATCH v4 09/21] fs: afs: revert mmap_prepare() change
` [PATCH v4 10/21] fs: afs: restore mmap_prepare implementation
` [PATCH v4 11/21] mm: add mmap_action_simple_ioremap()
` [PATCH v4 12/21] misc: open-dice: replace deprecated mmap hook with mmap_prepare
` [PATCH v4 13/21] hpet: "
` [PATCH v4 14/21] mtdchar: replace deprecated mmap hook with mmap_prepare, clean up
` [PATCH v4 15/21] stm: replace deprecated mmap hook with mmap_prepare
` [PATCH v4 16/21] staging: vme_user: "
` [PATCH v4 17/21] mm: allow handling of stacked mmap_prepare hooks in more drivers
` [PATCH v4 18/21] drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepare
` [PATCH v4 19/21] uio: replace deprecated mmap hook with mmap_prepare in uio_info
` [PATCH v4 20/21] mm: add mmap_action_map_kernel_pages[_full]()
` [PATCH v4 21/21] mm: on remap assert that input range within the proposed VMA

[PATCH] jffs2: fix use-after-free in jffs2_garbage_collect_thread()
 2026-03-26  2:15 UTC  (2+ messages)

[PATCH] mtd: spinand: winbond: Declare the QE bit on W25NxxJW
 2026-03-25 17:04 UTC 

[PATCH v3 0/9] mtd: rawnand: sunxi: Fixes user data length for H6
 2026-03-25 14:29 UTC  (2+ messages)

[PATCH] mtd: spinand: winbond: Clarify when to enable the HS bit
 2026-03-25 14:29 UTC  (2+ messages)

[PATCH v3 1/3] dt-bindings: mtd: refactor NAND bindings and add nand-controller-legacy.yaml
 2026-03-25 14:29 UTC  (5+ messages)
` [PATCH v3 2/3] dt-bindings: mtd: gpmi-nand: ref to nand-controller-legacy.yaml
` [PATCH v3 3/3] dt-bindings: mtd: mxc-nand: add missing compatible string and "

[PATCH v3 0/2] lib/list_sort: Clean up list_sort() scheduling workarounds
 2026-03-25  7:18 UTC  (7+ messages)
` [PATCH v3 1/2] ubifs: Remove unnecessary cond_resched() from list_sort() compare
` [PATCH v3 2/2] lib/list_sort: Remove dummy cmp() calls to speed up merge_final()

[PATCH] mtd: spi-nor: micron-st: Enable die erase support for MT35XU02GCBA
 2026-03-23 11:46 UTC 

[PATCH 6.1.y] mtd: spinand: macronix: use scratch buffer for DMA operation
 2026-03-21 14:43 UTC  (2+ messages)
` Patch "mtd: spinand: macronix: use scratch buffer for DMA operation" has been added to the 6.1-stable tree

[PATCH v3 00/16] mm: expand mmap_prepare functionality and usage
 2026-03-20 22:14 UTC  (20+ messages)
` [PATCH v3 01/16] mm: various small mmap_prepare cleanups
` [PATCH v3 02/16] mm: add documentation for the mmap_prepare file operation callback
` [PATCH v3 03/16] mm: document vm_operations_struct->open the same as close()
` [PATCH v3 04/16] mm: add vm_ops->mapped hook
` [PATCH v3 05/16] fs: afs: correctly drop reference count on mapping failure
` [PATCH v3 13/16] drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepare
` [PATCH v3 15/16] mm: add mmap_action_map_kernel_pages[_full]()
` [PATCH v3 16/16] mm: on remap assert that input range within the proposed VMA

[GIT PULL] mtd: Fixes for 7.0-rc5
 2026-03-20 17:13 UTC  (2+ messages)

[PATCH V1 0/1] drivers/mtd/spi-nor: add new part numbers
 2026-03-20  3:04 UTC  (2+ messages)
` [PATCH V1 1/1] "


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