public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-01-09 08:03:21 to 2026-01-19 10:14:58 UTC [more...]

[PATCH 1/7] mtd: rawnand: brcm: Simplify with scoped for each OF child loop
 2026-01-19 10:14 UTC  (2+ messages)

[PATCH v2] mtd: spinand: add support for Dosilicon DS35Q1GA/DS35M1GA
 2026-01-19 10:12 UTC  (2+ messages)

[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
 2026-01-19  9:27 UTC  (66+ messages)
` [PATCH 01/29] exportfs: add new EXPORT_OP_STABLE_HANDLES flag
` [PATCH 02/29] tmpfs: add EXPORT_OP_STABLE_HANDLES flag to export operations
` [PATCH 03/29] ext4: "
` [PATCH 04/29] ext2: "
` [PATCH 05/29] erofs: "
` [PATCH 06/29] efs: "
` [PATCH 07/29] xfs: "
` [PATCH 08/29] ceph: "
` [PATCH 09/29] btrfs: "
` [PATCH 10/29] befs: "
` [PATCH 11/29] ufs: "
` [PATCH 12/29] udf: "
` [PATCH 13/29] affs: "
` [PATCH 14/29] squashfs: "
` [PATCH 15/29] smb/client: "
` [PATCH 16/29] ovl: "
` [PATCH 17/29] orangefs: "
` [PATCH 18/29] ocfs2: "
` [PATCH 19/29] ntfs3: "
` [PATCH 20/29] nilfs2: "
` [PATCH 21/29] nfs: "
` [PATCH 22/29] jfs: "
` [PATCH 23/29] jffs2: "
` [PATCH 24/29] isofs: "
` [PATCH 25/29] gfs2: "
` [PATCH 26/29] fuse: "
` [PATCH 27/29] fat: "
` [PATCH 28/29] f2fs: "
` [PATCH 29/29] nfsd: only allow filesystems that set EXPORT_OP_STABLE_HANDLES

[PATCH] mtd: spinand: add Foresee F35SQB002G flash support
 2026-01-19  4:02 UTC 

[RFC] mtd: spi-nor: Use-after-free in MTD layer when unbinding SPI-NOR with open file handles
 2026-01-18 14:14 UTC 

[PATCH 0/4] MediaTek MT8192 dtbs_check fixes
 2026-01-16 15:09 UTC  (15+ messages)
` [PATCH 1/4] dt-bindings: mtd: jedec,spi-nor: Add Winbond W25Q(32/64/128/256)JWM
` [PATCH 2/4] ASoC: dt-bindings: mt8192-afe-pcm: Fix clocks and clock-names
` [PATCH 3/4] dt-bindings: arm: mediatek: audsys: Support mt8192-audsys variant
` [PATCH 4/4] arm64: dts: mediatek: mt8192: Rename mt8192-afe-pcm to audio-controller
` (subset) [PATCH 0/4] MediaTek MT8192 dtbs_check fixes

[PATCH v7] mtd: rawnand: sunxi: Convert to common field_{get,prep}() helpers
 2026-01-15 14:26 UTC 

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-01-15  8:33 UTC  (43+ messages)
` [PATCH 04/24] erofs: add setlease file operation
` [PATCH 08/24] f2fs: "
` [PATCH 11/24] jffs2: "
` [PATCH 12/24] jfs: "

[PATCH] mtd: intel-dg: Fix accessing regions before setting nregions
 2026-01-15  5:58 UTC  (2+ messages)

[PATCH v3 0/4] MTD physmap: Adding reserved RAM support and fixing reserved_mem limitations
 2026-01-14 22:31 UTC  (9+ messages)
` [PATCH v3 2/4] of: reserved_mem: Support multiple 'reg' entries for memory-region
` [PATCH v3 3/4] dt-bindings: mtd: physmap: Allow using memory-region to access memory resources

[PATCH 00/10] dt-bindings: mtd: Partition binding fixes and restructuring
 2026-01-14 19:31 UTC  (27+ messages)
` [PATCH 01/10] dt-bindings: mtd: brcm,brcmnand: Drop "brcm,brcmnand" compatible for iProc
` [PATCH 02/10] dt-bindings: mtd: fixed-partitions: Move "compression" to partition node
` [PATCH 03/10] dt-bindings: mtd: partitions: Move "sercomm,scpart-id" to partition.yaml
` [PATCH 04/10] dt-bindings: mtd: partitions: Allow "nvmem-layout" in generic partition nodes
` [PATCH 05/10] dt-bindings: mtd: partitions: Define "#{address,size}-cells" in specific schemas
` [PATCH 06/10] dt-bindings: mtd: partitions: Drop partitions.yaml
` [PATCH 07/10] dt-bindings: mtd: Ensure partition node properties are documented

[PATCH v2 00/27] mtd: spinand: Octal DTR support
 2026-01-14 16:17 UTC  (31+ messages)
` [PATCH v2 01/27] spi: spi-mem: Make the DTR command operation macro more suitable
` [PATCH v2 02/27] spi: spi-mem: Create a repeated address operation
` [PATCH v2 03/27] spi: spi-mem: Limit octal DTR constraints to octal DTR situations
` [PATCH v2 04/27] mtd: spinand: Fix kernel doc
` [PATCH v2 05/27] mtd: spinand: Add missing check
` [PATCH v2 06/27] mtd: spinand: Remove stale definitions
` [PATCH v2 07/27] mtd: spinand: Use standard return values
` [PATCH v2 08/27] mtd: spinand: Decouple write enable and write disable operations
` [PATCH v2 09/27] mtd: spinand: Create an array of operation templates
` [PATCH v2 10/27] mtd: spinand: Make use of the operation templates through SPINAND_OP()
` [PATCH v2 11/27] mtd: spinand: macronix: Convert vendor specific operation to SPINAND_OP()
` [PATCH v2 12/27] mtd: spinand: winbond: Convert W25N "
` [PATCH v2 13/27] mtd: spinand: winbond: Convert W35N "
` [PATCH v2 14/27] mtd: spinand: List vendor specific operations and make sure they are supported
` [PATCH v2 15/27] mtd: spinand: macronix: Register vendor specific operation
` [PATCH v2 16/27] mtd: spinand: winbond: Register W25N "
` [PATCH v2 17/27] mtd: spinand: winbond: Register W35N "
` [PATCH v2 18/27] mtd: spinand: winbond: Fix style
` [PATCH v2 19/27] mtd: spinand: winbond: Rename IO_MODE register macro
` [PATCH v2 20/27] mtd: spinand: winbond: Configure the IO mode after the dummy cycles
` [PATCH v2 21/27] mtd: spinand: Gather all the bus interface steps in one single function
` [PATCH v2 22/27] mtd: spinand: Add support for setting a bus interface
` [PATCH v2 23/27] mtd: spinand: Propagate the bus interface across core helpers
` [PATCH v2 24/27] mtd: spinand: Give the bus interface to the configuration helper
` [PATCH v2 25/27] mtd: spinand: Warn if using SSDR-only vendor commands in a non SSDR mode
` [PATCH v2 26/27] mtd: spinand: Add octal DTR support
` [PATCH v2 27/27] mtd: spinand: winbond: W35N "
` (subset) [PATCH v2 00/27] mtd: spinand: Octal "

[PATCH v2] dt-bindings: mtd: st,spi-fsm: convert to DT schema
 2026-01-13 22:58 UTC  (2+ messages)

[RFC PATCH v2 00/12] spi: cadence-quadspi: add PHY tuning support
 2026-01-13 14:16 UTC  (13+ messages)
` [RFC PATCH v2 01/12] spi: dt-bindings: add spi-has-dqs property
` [RFC PATCH v2 02/12] spi: spi-mem: add controller tuning support
` [RFC PATCH v2 03/12] mtd: spinand: perform controller tuning during probe
` [RFC PATCH v2 04/12] mtd: spi-nor: extract read operation setup into helper
` [RFC PATCH v2 05/12] mtd: spi-nor: perform controller tuning during probe
` [RFC PATCH v2 06/12] spi: cadence-quadspi: move cqspi_readdata_capture earlier
` [RFC PATCH v2 07/12] spi: cadence-quadspi: add DQS support to read data capture
` [RFC PATCH v2 08/12] spi: cadence-quadspi: read 'has-dqs' DT property
` [RFC PATCH v2 09/12] spi: cadence-quadspi: add PHY tuning infrastructure
` [RFC PATCH v2 10/12] spi: cadence-quadspi: implement PHY tuning algorithm
` [RFC PATCH v2 11/12] spi: cadence-quadspi: restrict PHY frequency to tuned operations
` [RFC PATCH v2 12/12] spi: cadence-quadspi: enable PHY for direct reads and writes

re-enable IOCB_NOWAIT writes to files v4
 2026-01-12 13:22 UTC  (8+ messages)

re-enable IOCB_NOWAIT writes to files v6
 2026-01-12 13:02 UTC  (2+ messages)

[PATCH v3 0/3] at91: Remove of_platform_default_populate() calls
 2026-01-10 15:57 UTC  (2+ messages)

[PATCH] mtd: intel-dg: fix array-index-out-of-bounds in intel_dg_mtd_probe()
 2026-01-09 15:16 UTC  (6+ messages)


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