linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-12 06:48:12 to 2025-11-22 15:37:50 UTC [more...]

[PATCH v2 0/3] at91: Remove of_platform_default_populate() calls
 2025-11-22 15:37 UTC  (7+ messages)
` [PATCH v2 1/3] mtd: nand: atmel: Defer probe if SRAM is missing
` [PATCH v2 2/3] ARM: at91: Move PM init functions to .init_late hook
` [PATCH v2 3/3] ARM: at91: remove unnecessary of_platform_default_populate calls

[PATCH] mtd: spinand: add support for FudanMicro FM25S01BI3
 2025-11-22 14:30 UTC 

[PATCH v2 0/3] MTD physmap: Adding reserved RAM support and fixing reserved_mem limitations
 2025-11-22 11:30 UTC  (6+ messages)
` [PATCH v2 1/3] of: reserved_mem: Support multiple 'reg' entries for memory-region
` [PATCH v2 2/3] dt-bindings: mtd: physmap: Allow using memory-region to access memory resources
` [PATCH v2 3/3] mtd: physmap: Add support for RAM reserved memory regions

[PATCH] mtd: spi-nor: Fix w25q01jv flags
 2025-11-21 22:35 UTC 

[PATCH] mtd: lpddr_cmds: fix signed shifts in lpddr_cmds
 2025-11-21 11:54 UTC 

re-enable IOCB_NOWAIT writes to files v2
 2025-11-20 14:16 UTC  (20+ messages)
` [PATCH 01/16] fs: refactor file timestamp update logic
` [PATCH 02/16] fs: lift the FMODE_NOCMTIME check into file_update_time_flags
` [PATCH 03/16] fs: export vfs_utimes
` [PATCH 04/16] btrfs: use vfs_utimes to update file timestamps
` [PATCH 05/16] btrfs: fix the comment on btrfs_update_time
` [PATCH 06/16] orangefs: use inode_update_timestamps directly
` [PATCH 07/16] fs: remove inode_update_time
` [PATCH 08/16] fs: allow error returns from generic_update_time
` [PATCH 09/16] fs: exit early in generic_update_time when there is no work
` [PATCH 10/16] fs: factor out a mark_inode_dirty_time helper
` [PATCH 11/16] fs: allow error returns from inode_update_timestamps
` [PATCH 12/16] fs: factor out a sync_lazytime helper
` [PATCH 13/16] fs: add a ->sync_lazytime method
` [PATCH 14/16] fs: add support for non-blocking timestamp updates
` [PATCH 15/16] xfs: implement ->sync_lazytime
` [PATCH 16/16] xfs: enable non-blocking timestamp updates

[PATCH v2] mtd: spi-nor: core: Check read CR support
 2025-11-20  9:27 UTC  (4+ messages)

[PATCH 0/3] mtd: maps: vmu-flash: Fix build and runtime errors
 2025-11-20  9:09 UTC  (10+ messages)
` [PATCH 1/3] sh: maple: Fix build error due to missing include of linux/device.h
` [PATCH 2/3] mtd: maps: vmu-flash: Fix fault in unaligned fixup
` [PATCH 3/3] mtd: maps: vmu-flash: Fix NULL pointer dereference in initialization

[PATCH] mtd: nand: realtek-ecc: Fix Kconfig dependencies
 2025-11-20  8:59 UTC  (2+ messages)
` AW: "

[PATCH 00/28] mtd: spinand: Octal DTR support
 2025-11-20  8:49 UTC  (19+ messages)
` [PATCH 02/28] spi: spi-mem: Create a repeated address operation
` [PATCH 04/28] mtd: spinand: Fix kernel doc
` [PATCH 07/28] mtd: spinand: Use standard return values
` [PATCH 10/28] mtd: spinand: Make use of the operation templates through SPINAND_OP()
` [PATCH 11/28] mtd: spinand: Convert vendor drivers to SPINAND_OP()

[PATCH 00/19] mtd: spi-nor: Enhance software protection
 2025-11-19 17:43 UTC  (38+ messages)
` [PATCH 01/19] mtd: spi-nor: debugfs: Fix the flags list
` [PATCH 02/19] mtd: spi-nor: swp: Improve locking user experience
` [PATCH 03/19] mtd: spi-nor: Improve opcodes documentation
` [PATCH 04/19] mtd: spi-nor: debugfs: Align variable access with the rest of the file
` [PATCH 05/19] mtd: spi-nor: debugfs: Enhance output
` [PATCH 06/19] mtd: spi-nor: swp: Explain the MEMLOCK ioctl implementation behaviour
` [PATCH 07/19] mtd: spi-nor: swp: Clarify a comment
` [PATCH 08/19] mtd: spi-nor: swp: Use a pointer for SR instead of a single byte
` [PATCH 09/19] mtd: spi-nor: swp: Create a helper that writes SR, CR and checks
` [PATCH 10/19] mtd: spi-nor: swp: Rename a mask
` [PATCH 11/19] mtd: spi-nor: swp: Create a TB intermediate variable
` [PATCH 12/19] mtd: spi-nor: swp: Create helpers for building the SR register
` [PATCH 13/19] mtd: spi-nor: swp: Simplify checking the locked/unlocked range
` [PATCH 14/19] mtd: spi-nor: swp: Cosmetic changes
` [PATCH 15/19] mtd: spi-nor: debugfs: Add locking support
` [PATCH 16/19] mtd: spi-nor: Add steps for testing "
` [PATCH 17/19] mtd: spi-nor: swp: Add support for the complement feature
` [PATCH 18/19] mtd: spi-nor: Add steps for testing locking with CMP
` [PATCH 19/19] mtd: spi-nor: winbond: Add CMP locking support

[PATCH v6 00/26] Non-const bitfield helpers
 2025-11-19 14:50 UTC  (3+ messages)

[PATCH 0/3] MTD physmap: Adding reserved RAM support and fixing reserved_mem limitations
 2025-11-19  9:47 UTC  (7+ messages)
` [PATCH 1/3] of: reserved_mem: Support multiple 'reg' entries for memory-region
` [PATCH 2/3] dt-bindings: mtd: physmap: Allow using memory-region to access memory resources
` [PATCH 3/3] mtd: physmap: Add support for RAM reserved memory regions

re-enable IOCB_NOWAIT writes to files
 2025-11-19  7:29 UTC  (35+ messages)
` [PATCH 01/14] fs: refactor file timestamp update logic
` [PATCH 02/14] fs: lift the FMODE_NOCMTIME check into file_update_time_flags
` [PATCH 03/14] fs: export vfs_utimes
` [PATCH 04/14] btrfs: use vfs_utimes to update file timestamps
` [PATCH 05/14] fs: remove inode_update_time
` [PATCH 06/14] organgefs: use inode_update_timestamps directly
` [PATCH 07/14] fs: return a negative error from generic_update_time
` [PATCH 08/14] fs: exit early in generic_update_time when there is no work
` [PATCH 09/14] fs: factor out a mark_inode_dirty_time helper
` [PATCH 10/14] fs: factor out a sync_lazytime helper
` [PATCH 11/14] fs: add a ->sync_lazytime method
` [PATCH 12/14] fs: add support for non-blocking timestamp updates
` [PATCH 13/14] xfs: implement ->sync_lazytime
` [PATCH 14/14] xfs: enable non-blocking timestamp updates

[RFC PATCH 00/10] SPINAND PHY Tuning Series
 2025-11-18 13:49 UTC  (9+ messages)
` [RFC PATCH 01/10] spi: spi-mem: Introduce support for tuning controller

[PATCH v4 0/5] mtd: spi-nor: micron-st: few clean up for micron spi nor chip
 2025-11-18 12:12 UTC  (11+ messages)
` [PATCH v4 1/5] mtd: spi-nor: micron-st: rename the die_late_init functions
` [PATCH v4 2/5] mtd: spi-nor: micron-st: move set_octal_dtr to late_init()
` [PATCH v4 3/5] mtd: spi-nor: micron-st: use SFDP of mt35xu512aba
` [PATCH v4 4/5] mtd: spi-nor: micron-st: add mt35xu01gbba support
` [PATCH v4 5/5] mtd: spi-nor: micron-st: add comment for mt35xu02gcba

[PATCH v2 0/3] mtd: spi-nor: spansion: Add SMPT fixup for S25FS-S
 2025-11-18 10:00 UTC  (4+ messages)

[PATCH v2] mtd: docg3: fix kernel-doc warnings
 2025-11-17 19:30 UTC 

[PATCH] mtd: docg3: fix kernel-doc warnings
 2025-11-17 19:25 UTC  (4+ messages)

[GIT PULL] mtd: Fixes for 6.18-rc7
 2025-11-17 17:51 UTC  (2+ messages)

[PATCH] mtd: spinand: esmt: add support for F50L1G41LC
 2025-11-17 10:55 UTC  (2+ messages)

[PATCH] mtd: rawnand: lpc32xx_slc: Convert to use devm_gpiod_get_optional()
 2025-11-17 10:55 UTC  (3+ messages)

[PATCH] mtd: maps: pcmciamtd: fix potential memory leak in pcmciamtd_detach()
 2025-11-17 10:54 UTC  (2+ messages)

[PATCH] mtd: mtdpart: ignore error -ENOENT from parsers on subpartitions
 2025-11-17 10:54 UTC  (5+ messages)

[PATCH 0/6] Hello,
 2025-11-14 17:59 UTC  (5+ messages)

[PATCH] mtd: spi-nor: Enable locking for n25q00a
 2025-11-14 17:55 UTC  (14+ messages)

Possible bug?
 2025-11-14 16:22 UTC  (7+ messages)

[PATCH v2 0/1] mtd: ubi: skip programming unused bits in ubi headers
 2025-11-14  9:28 UTC  (6+ messages)
` [PATCH v2 1/1] "

[PATCH mtd-utils 0/2] mtd-utils: fsck.ubifs: fixes several undefined behaviors
 2025-11-14  8:54 UTC  (5+ messages)
` [PATCH mtd-utils 1/2] fsck.ubifs: don't use pointers that reference out-of-scope variables
` [PATCH mtd-utils 2/2] fsck.ubifs: use the appropriate format specifiers for ino_t and loff_t

[PATCH v3 0/5] mtd: spi-nor: micron-st: few clean up for micron spi nor chip
 2025-11-12  9:22 UTC  (10+ messages)
` [PATCH v3 2/5] mtd: spi-nor: micron-st: move set_octal_dtr to late_init()
` [PATCH v3 3/5] mtd: spi-nor: micron-st: use SFDP of mt35xu512aba
` [PATCH v3 4/5] mtd: spi-nor: micron-st: add mt35xu01gbba support
` [PATCH v3 5/5] mtd: spi-nor: micron-st: add comment for mt35xu02gcba


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).