public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-03-11 09:18:28 to 2026-03-17 12:32:33 UTC [more...]

[PATCH] lib/list_sort: introduce list_sort_nonatomic() and remove dummy cmp() calls
 2026-03-17 12:32 UTC  (6+ messages)

[PATCH 1/2] mtd: spi-nor: Fix RDCR controller capability core check
 2026-03-17 11:39 UTC  (14+ messages)
` [PATCH 2/2] mtd: spi-nor: Rename spi_nor_spimem_check_op()

[PATCH v2] mtd: spi-nor: Rename spi_nor_spimem_check_op()
 2026-03-17 10:46 UTC  (2+ messages)

[PATCH v3 00/27] mtd: spi-nor: Enhance software protection
 2026-03-17 10:24 UTC  (28+ messages)
` [PATCH v3 01/27] mtd: spi-nor: Drop duplicate Kconfig dependency
` [PATCH v3 02/27] mtd: spi-nor: debugfs: Fix the flags list
` [PATCH v3 03/27] mtd: spi-nor: swp: Improve locking user experience
` [PATCH v3 04/27] mtd: spi-nor: Improve opcodes documentation
` [PATCH v3 05/27] mtd: spi-nor: debugfs: Align variable access with the rest of the file
` [PATCH v3 06/27] mtd: spi-nor: debugfs: Enhance output
` [PATCH v3 07/27] mtd: spi-nor: swp: Explain the MEMLOCK ioctl implementation behaviour
` [PATCH v3 08/27] mtd: spi-nor: swp: Clarify a comment
` [PATCH v3 09/27] mtd: spi-nor: swp: Use a pointer for SR instead of a single byte
` [PATCH v3 10/27] mtd: spi-nor: swp: Create a helper that writes SR, CR and checks
` [PATCH v3 11/27] mtd: spi-nor: swp: Rename a mask
` [PATCH v3 12/27] mtd: spi-nor: swp: Create a TB intermediate variable
` [PATCH v3 13/27] mtd: spi-nor: swp: Create helpers for building the SR register
` [PATCH v3 14/27] mtd: spi-nor: swp: Simplify checking the locked/unlocked range
` [PATCH v3 15/27] mtd: spi-nor: swp: Cosmetic changes
` [PATCH v3 16/27] mtd: spi-nor: Create a local SR cache
` [PATCH v3 17/27] mtd: spi-nor: debugfs: Add locking support
` [PATCH v3 18/27] mtd: spi-nor: debugfs: Add a locked sectors map
` [PATCH v3 19/27] mtd: spi-nor: Add steps for testing locking support
` [PATCH v3 20/27] mtd: spi-nor: swp: Add support for the complement feature
` [PATCH v3 21/27] mtd: spi-nor: Add steps for testing locking with CMP
` [PATCH v3 22/27] mtd: spi-nor: winbond: Add W25H512NWxxAM CMP locking support
` [PATCH v3 23/27] mtd: spi-nor: winbond: Add W25H01NWxxAM "
` [PATCH v3 24/27] mtd: spi-nor: winbond: Add W25H02NWxxAM "
` [PATCH v3 25/27] mtd: spi-nor: winbond: Add W25H01NWxxIQ "
` [PATCH v3 26/27] mtd: spi-nor: winbond: Add W25Q01NWxxIM "
` [PATCH v3 27/27] mtd: spi-nor: winbond: Add W25Q02NWxxIM "

[PATCH v2] mtd: spi-nor: Fix RDCR controller capability core check
 2026-03-17 10:18 UTC 

[PATCH 00/15] mm: expand mmap_prepare functionality and usage
 2026-03-17  8:58 UTC  (45+ messages)
` [PATCH 01/15] mm: various small mmap_prepare cleanups
` [PATCH 02/15] mm: add documentation for the mmap_prepare file operation callback
` [PATCH 03/15] mm: document vm_operations_struct->open the same as close()
` [PATCH 04/15] mm: add vm_ops->mapped hook
` [PATCH 05/15] fs: afs: correctly drop reference count on mapping failure
` [PATCH 06/15] mm: add mmap_action_simple_ioremap()
` [PATCH 07/15] misc: open-dice: replace deprecated mmap hook with mmap_prepare
` [PATCH 08/15] hpet: "
` [PATCH 09/15] mtdchar: replace deprecated mmap hook with mmap_prepare, clean up
` [PATCH 10/15] stm: replace deprecated mmap hook with mmap_prepare
` [PATCH 11/15] staging: vme_user: "
` [PATCH 12/15] mm: allow handling of stacked mmap_prepare hooks in more drivers
` [PATCH 13/15] drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepare
` [PATCH 14/15] uio: replace deprecated mmap hook with mmap_prepare in uio_info
` [PATCH 15/15] mm: add mmap_action_map_kernel_pages[_full]()

[PATCH] mtd: rawnand: pl353: make sure optimal timings are applied
 2026-03-17  8:57 UTC  (4+ messages)

[PATCH v2 00/16] mm: expand mmap_prepare functionality and usage
 2026-03-17  4:33 UTC  (22+ messages)
` [PATCH v2 01/16] mm: various small mmap_prepare cleanups
` [PATCH v2 02/16] mm: add documentation for the mmap_prepare file operation callback
` [PATCH v2 03/16] mm: document vm_operations_struct->open the same as close()
` [PATCH v2 04/16] mm: add vm_ops->mapped hook
` [PATCH v2 05/16] fs: afs: correctly drop reference count on mapping failure
` [PATCH v2 06/16] mm: add mmap_action_simple_ioremap()
` [PATCH v2 07/16] misc: open-dice: replace deprecated mmap hook with mmap_prepare
` [PATCH v2 08/16] hpet: "
` [PATCH v2 09/16] mtdchar: replace deprecated mmap hook with mmap_prepare, clean up
` [PATCH v2 10/16] stm: replace deprecated mmap hook with mmap_prepare
` [PATCH v2 11/16] staging: vme_user: "
` [PATCH v2 12/16] mm: allow handling of stacked mmap_prepare hooks in more drivers
` [PATCH v2 13/16] drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepare
` [PATCH v2 14/16] uio: replace deprecated mmap hook with mmap_prepare in uio_info
` [PATCH v2 15/16] mm: add mmap_action_map_kernel_pages[_full]()
` [PATCH v2 16/16] mm: on remap assert that input range within the proposed VMA

[PATCH] mtd: cmdlinepart: use a flexible array member
 2026-03-17  0:35 UTC 

[PATCH v2 1/3] dt-bindings: mtd: refactor NAND bindings and add nand-controller-legacy.yaml
 2026-03-16 23:47 UTC  (9+ messages)
` [PATCH v2 2/3] dt-bindings: mtd: gpmi-nand: ref to nand-controller-legacy.yaml
` [PATCH v2 3/3] dt-bindings: mtd: mxc-nand: add missing compatible string and "

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-16 22:10 UTC  (45+ messages)
` [PATCH 02/61] btrfs: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 15/61] trace: "
` [PATCH 17/61] module: "
  ` [Intel-wired-lan] "
` [PATCH 22/61] md: "
  ` [Intel-wired-lan] "
` [PATCH 24/61] net/9p: "
  ` [Intel-wired-lan] "
` [PATCH 25/61] net/bluetooth: "
  ` [Intel-wired-lan] "
` [PATCH 28/61] net/sched: "
  ` [Intel-wired-lan] "
` [PATCH 30/61] net/sunrpc: "
  ` [Intel-wired-lan] "
` [PATCH 36/61] arch/sh: "
` [PATCH 38/61] net: "
  ` [Intel-wired-lan] "
` [PATCH 39/61] irqchip: "
  ` [Intel-wired-lan] "
` [PATCH 41/61] pinctrl: "
` [PATCH 46/61] vfio: "
  ` [Intel-wired-lan] "
` [PATCH 48/61] mtd: "
` [PATCH 49/61] media: "
  ` [Intel-wired-lan] "
` [PATCH 50/61] iommu: "
  ` [Intel-wired-lan] "
` [PATCH 54/61] aoe: "
  ` [Intel-wired-lan] "

[PATCH 0/2] MTD fixes for OF node refcounting
 2026-03-16 16:37 UTC  (6+ messages)
` [PATCH 1/2] mtd: parsers: ofpart: call of_node_put() only in ofpart_fail path
` [PATCH 2/2] mtd: parsers: ofpart: call of_node_get() for dedicated subpartitions

[PATCH v1 1/1] mtd: physmap: Drop leftovers of removed code for Baikal SoC
 2026-03-16 16:23 UTC  (2+ messages)

[PATCH v4 0/2] mtd: spi-nor: Fix SST AAI write mode
 2026-03-16 13:44 UTC  (5+ messages)
` [PATCH v4 1/2] mtd: spi-nor: sst: Fix write enable before AAI sequence
` [PATCH v4 2/2] mtd: spi-nor: core: Fix AAI mode when dirmap is not available

[PATCH] ubifs: fix out-of-bounds write in LPT commit padding
 2026-03-14 22:33 UTC  (3+ messages)

Generate quality business opportunities from NAB 2026 attendees
 2026-03-14 13:27 UTC 

[PATCH v2 0/6] mtd: rawnand: sunxi: Fixes user data length for H6
 2026-03-14  8:05 UTC  (12+ messages)
` [PATCH v2 1/6] mtd: rawnand: sunxi: sunxi_nand_ooblayout_free code clarification
` [PATCH v2 3/6] mtd: rawnand: sunxi: do not count BBM bytes twice
` [PATCH v2 5/6] mtd: rawnand: sunxi: make the code mode self-explanatory
` [PATCH v2 6/6] mtd: rawnand: sunxi: introduce variable user data length

[PATCH v2 1/2] mtd: spi-nor: sst: Fix write enable before AAI sequence
 2026-03-13 13:39 UTC  (7+ messages)

[PATCH] Subject: [v2] mtd: spi-nor: gigadevice: Add support for GD25LQ255E
 2026-03-13 13:38 UTC 

[PATCH] dt-bindings: mtd: hisilicon,504-nfc: convert to DT schema
 2026-03-13 11:55 UTC  (6+ messages)

[PATCH 0/2] MAINTAINERS: SPI NOR: maintainer and reviewer updates
 2026-03-13 11:53 UTC  (4+ messages)

[PATCH RESEND] mtd: spi-nor: gigadevice: add support for GD25LQ255E
 2026-03-13 11:50 UTC  (2+ messages)

[PATCH] mtd: spi-nor: swp: check SR_TB flag when getting tb_mask
 2026-03-13 11:15 UTC  (2+ messages)

[PATCH v3] mtd: spi-nor: micron-st: add SNOR_CMD_PP_8_8_8_DTR sfdp fixup for mt35xu512aba
 2026-03-13 11:04 UTC  (2+ messages)

[PATCH] mtd: spi-nor: update spi_nor_fixups::post_sfdp() documentation
 2026-03-13 10:49 UTC  (2+ messages)

[PATCH] mtd: spi-nor: core: correct the op.dummy.nbytes when check read operations
 2026-03-13 10:43 UTC  (2+ messages)

[PATCH v2 0/2] mtd: devices: Qualcomm SCM storage support
 2026-03-13 10:16 UTC  (7+ messages)

[PATCH v8 0/3] mtd: spi-nand: Add support for randomizer feature
 2026-03-12 14:45 UTC  (4+ messages)
` [PATCH v8 1/3] dt-bindings: mtd: spinand: Add randomizer enable/disable properties

[PATCH] mtd: nand: Use guard for mutex in nand_suspend
 2026-03-12 14:44 UTC 

[PATCH 0/3] mtd: rawnand: mxc: set raw chip's to child nand@0
 2026-03-11 15:36 UTC  (2+ messages)

[PATCH] mtd: nand: Use scoped_guard for mutex in nand_resume
 2026-03-11 15:36 UTC  (2+ messages)

[PATCH 0/3] Fix spear600-smi YAML conversion
 2026-03-11 15:36 UTC  (3+ messages)

[PATCH] mtd: rawnand: serialize lock/unlock against other NAND operations
 2026-03-11 15:33 UTC  (2+ messages)

[PATCH] mtd: rawnand: brcmnand: skip DMA during panic write
 2026-03-11 15:33 UTC  (2+ messages)

[PATCHv2 0/2] mtd: concat: use flex array
 2026-03-11 15:25 UTC  (2+ messages)

[PATCH] mtd: docg3: fix use-after-free in docg3_release()
 2026-03-11 15:25 UTC  (2+ messages)

[PATCH] mtd: virt_concat: fix kdoc text
 2026-03-11 15:25 UTC  (2+ messages)

[PATCH v2 1/1] mtd: physmap: physmap-bt1-rom: Remove not-going-to-be-supported code for Baikal SoC
 2026-03-11 15:25 UTC  (5+ messages)

[PATCH] mtd: physmap_of_gemini: Fix disabled pinctrl state check
 2026-03-11 15:25 UTC  (2+ messages)

[PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
 2026-03-11 15: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