public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-01-01 16:58:45 to 2026-01-09 13:50:42 UTC [more...]

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

[PATCH 00/10] dt-bindings: mtd: Partition binding fixes and restructuring
 2026-01-09 11:31 UTC  (20+ 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 08/10] dt-bindings: mtd: fixed-partitions: Restrict undefined properties
` [PATCH 09/10] dt-bindings: mtd: partitions: Convert brcm,trx to DT schema
` [PATCH 10/10] dt-bindings: mtd: partitions: Combine simple partition bindings

[PATCH v3 0/4] MTD physmap: Adding reserved RAM support and fixing reserved_mem limitations
 2026-01-09  9:52 UTC  (8+ messages)
` [PATCH v3 1/4] of: reserved_mem: Fix placement of __free() annotation
` [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 v3 4/4] mtd: physmap: Add support for RAM reserved memory regions

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-01-09  9:26 UTC  (47+ messages)
` [PATCH 01/24] fs: add setlease to generic_ro_fops and read-only filesystem directory operations
` [PATCH 02/24] affs: add setlease file operation
` [PATCH 03/24] btrfs: "
` [PATCH 04/24] erofs: "
` [PATCH 05/24] ext2: "
` [PATCH 06/24] ext4: "
` [PATCH 07/24] exfat: "
` [PATCH 08/24] f2fs: "
` [PATCH 09/24] fat: "
` [PATCH 10/24] gfs2: add a "
` [PATCH 11/24] jffs2: add "
` [PATCH 12/24] jfs: "
` [PATCH 13/24] nilfs2: "
` [PATCH 14/24] ntfs3: "
` [PATCH 15/24] ocfs2: "
` [PATCH 16/24] orangefs: "
` [PATCH 17/24] overlayfs: "
` [PATCH 18/24] squashfs: "
` [PATCH 19/24] tmpfs: "
` [PATCH 20/24] udf: "
` [PATCH 21/24] ufs: "
` [PATCH 22/24] xfs: "
` [PATCH 23/24] filelock: default to returning -EINVAL when ->setlease operation is NULL
` [PATCH 24/24] fs: remove simple_nosetlease()

mtd_nandbitserr and seed using pl35x NAND controller
 2026-01-08 17:15 UTC  (3+ messages)
    ` R: "

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

re-enable IOCB_NOWAIT writes to files v6
 2026-01-08 15:24 UTC  (14+ messages)
` [PATCH 01/11] fs: remove inode_update_time
` [PATCH 02/11] fs: allow error returns from generic_update_time
` [PATCH 03/11] nfs: split nfs_update_timestamps
` [PATCH 04/11] fat: cleanup the flags for fat_truncate_time
` [PATCH 05/11] fs: refactor ->update_time handling
` [PATCH 06/11] fs: factor out a sync_lazytime helper
` [PATCH 07/11] fs: add a ->sync_lazytime method
` [PATCH 08/11] fs: add support for non-blocking timestamp updates
` [PATCH 09/11] fs: refactor file_update_time_flags
` [PATCH 10/11] xfs: implement ->sync_lazytime
` [PATCH 11/11] xfs: enable non-blocking timestamp updates

[PATCH 1/2] mtd: spi-nor: Fix RDCR controller capability core check
 2026-01-08 12:14 UTC  (2+ messages)
` [PATCH 2/2] mtd: spi-nor: Rename spi_nor_spimem_check_op()

Dostawa sprzętu
 2026-01-07  9:16 UTC 

re-enable IOCB_NOWAIT writes to files v5
 2026-01-07  7:43 UTC  (25+ messages)
` [PATCH 01/11] fs: remove inode_update_time
` [PATCH 02/11] fs: allow error returns from generic_update_time
` [PATCH 03/11] nfs: split nfs_update_timestamps
` [PATCH 04/11] fat: cleanup the flags for fat_truncate_time
` [PATCH 05/11] fs: refactor ->update_time handling
` [PATCH 06/11] fs: factor out a sync_lazytime helper
` [PATCH 07/11] fs: add a ->sync_lazytime method
` [PATCH 08/11] fs: add support for non-blocking timestamp updates
` [PATCH 09/11] fs: refactor file_update_time_flags
` [PATCH 10/11] xfs: implement ->sync_lazytime
` [PATCH 11/11] xfs: enable non-blocking timestamp updates

re-enable IOCB_NOWAIT writes to files v4
 2026-01-07  7:32 UTC  (5+ messages)

[PATCH v2] dt-bindings: mtd: st,spi-fsm: convert to DT schema
 2026-01-06 15:25 UTC 

re-enable IOCB_NOWAIT writes to files v5
 2026-01-06  7:54 UTC  (6+ messages)
` [PATCH 01/11] fs: remove inode_update_time
` [PATCH 02/11] fs: allow error returns from generic_update_time
` [PATCH 03/11] nfs: split nfs_update_timestamps
` [PATCH 04/11] fat: cleanup the flags for fat_truncate_time

[PATCH v3] dt-bindings: mtd: microchip,mchp23k256: convert to DT schema
 2026-01-06  7:49 UTC  (2+ messages)

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

[PATCH v5] dt-bindings: mtd: nvidia,tegra20-nand: convert to DT schema
 2026-01-05 21:58 UTC  (2+ messages)

[PATCH v3 0/3] at91: Remove of_platform_default_populate() calls
 2026-01-05 21:06 UTC  (4+ messages)
` [PATCH v3 1/3] mtd: nand: atmel: Defer probe if SRAM is missing
` [PATCH v3 2/3] ARM: at91: Move PM init functions to .init_late hook
` [PATCH v3 3/3] ARM: at91: remove unnecessary of_platform_default_populate calls

[PATCH 1/2] firmware: qcom: scm: Add SCM storage interface support
 2026-01-05 14:00 UTC  (3+ messages)

[PATCH v2] dt-bindings: mtd: microchip,mchp23k256: convert to DT schema
 2026-01-05  8:25 UTC  (2+ messages)

[PATCH 1/7] mtd: rawnand: brcm: Simplify with scoped for each OF child loop
 2026-01-05  7:45 UTC  (14+ messages)
` [PATCH 2/7] mtd: rawnand: denali: "
` [PATCH 3/7] mtd: rawnand: ingenic: "
` [PATCH 4/7] mtd: rawnand: qcom: "
` [PATCH 5/7] mtd: rawnand: vf610: Fix Wvoid-pointer-to-enum-cast warning
` [PATCH 6/7] mtd: rawnand: vf610: Simplify with scoped for each OF child loop
` [PATCH 7/7] mtd: spi-nor: hisi-sfc: "

[PATCH] mtd: parsers: ofpart: Remove code/data for disabled custom parsers
 2026-01-04 10:01 UTC 

[PATCH v4] dt-bindings: mtd: nvidia,tegra20-nand: convert to DT schema
 2026-01-03 15:49 UTC  (2+ messages)

[PATCH v3] dt-bindings: mtd: nvidia,tegra20-nand: convert to DT schema
 2026-01-03  4:50 UTC  (3+ messages)

[PATCH] dt-bindings: mtd: microchip,mchp23k256: convert to DT schema
 2026-01-02 10:31 UTC  (6+ messages)

[PATCH RESEND v5 0/4] Freescale Enhanced Local Bus Controller (eLBC) binding YAML conversion
 2026-01-01 19:05 UTC  (4+ messages)
` [PATCH RESEND v5 1/4] dt-bindings: mtd: raw-nand-chip: Relax node name pattern
` [PATCH RESEND v5 4/4] dt-bindings: memory-controllers: Convert fsl,elbc to YAML


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