public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2025-11-17 07:38:45 to 2025-12-08 08:33:47 UTC [more...]

[PATCH] Revert "mtd: spinand: esmt: fix id code for F50D1G41LB"
 2025-12-08  8:33 UTC  (2+ messages)

[BUG] MTD: refcount underflow/use-after-free during rapid SPI NOR unbind/bind cycles
 2025-12-08  7:52 UTC  (4+ messages)

[PATCH] mtd: spinand: add support for Dosilicon DS35Q1GA/DS35M1GA
 2025-12-07 15:09 UTC 

[PATCH v1] mtd: sm_ftl: use strscpy() in sm_attr_show()
 2025-12-06  3:53 UTC 

[PATCH RFC 0/8] mtd: spinand: Winbond continuous read support
 2025-12-05 19:38 UTC  (9+ messages)
` [PATCH RFC 1/8] mtd: spinand: Drop a too strong limitation
` [PATCH RFC 2/8] mtd: spinand: Expose spinand_op_is_odtr()
` [PATCH RFC 3/8] mtd: spinand: Drop ECC dirmaps
` [PATCH RFC 4/8] spi: spi-mem: Transform the read operation template
` [PATCH RFC 5/8] spi: spi-mem: Create a secondary read operation
` [PATCH RFC 6/8] mtd: spinand: Use secondary ops for continuous reads
` [PATCH RFC 7/8] mtd: spinand: winbond: Add support for continuous reads on W35NxxJW
` [PATCH RFC 8/8] mtd: spinand: winbond: Add support for continuous reads on W25NxxJW

[PATCH v2 0/3] Add dma-coherent property
 2025-12-04 21:36 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: mtd: cdns,hp-nfc: "
` [PATCH v2 2/3] dt-bindings: dma: snps,dw-axi-dmac: add "
` [PATCH v2 3/3] arm64: dts: socfpga: agilex5: Add "

[GIT PULL] mtd: Changes for 6.19
 2025-12-04 19:28 UTC  (2+ messages)

[RFC PATCH 00/10] SPINAND PHY Tuning Series
 2025-12-04 16:54 UTC  (16+ messages)
` [RFC PATCH 01/10] spi: spi-mem: Introduce support for tuning controller

[PATCH RESEND v3] vfs: remove the excl argument from the ->create() inode_operation
 2025-12-03 10:18 UTC  (3+ messages)

[GIT PULL] mtd: spi-nor: changes for v6.18
 2025-12-01 13:21 UTC  (3+ messages)

[GIT PULL] mtd: nand: Changes for 6.19
 2025-12-01 10:22 UTC  (2+ messages)

X Apply For Loan X
 2025-11-29 19:18 UTC 

[PATCH v2] mtd: spinand: add support for FudanMicro FM25S01BI3
 2025-11-29 12:51 UTC  (2+ messages)

[PATCH] mtd: sm_ftl: Fix typo in comment in sm_read_lba
 2025-11-29 12:51 UTC  (2+ messages)

[PATCH] mtd: lpddr_cmds: fix signed shifts in lpddr_cmds
 2025-11-29 12:51 UTC  (2+ messages)

[PATCH] mtd: sm_ftl: Replace deprecated strncpy with sysfs_emit in sm_attr_show
 2025-11-29 12:51 UTC  (2+ messages)

[PATCH v2] mtd: docg3: fix kernel-doc warnings
 2025-11-29 12:51 UTC  (2+ messages)

[PATCH v6 00/26] Non-const bitfield helpers
 2025-11-29 12:45 UTC  (5+ messages)
` [PATCH -next v6 11/26] mtd: rawnand: sunxi: #undef field_{get,prep}() before local definition

[PATCH] mtd: rawnand: renesas: Handle devm_pm_runtime_enable() errors
 2025-11-29 12:43 UTC  (3+ messages)

[PATCH] mtd: nand: realtek-ecc: Fix Kconfig dependencies
 2025-11-29 12:41 UTC  (3+ messages)
` AW: "

[PATCH] spi: spi-qpic-snand: remove superfluous qcom_spi_set_read_loc() calls
 2025-11-29 10:29 UTC 

[PATCH 1/5] mtd-utils: don't include features.h
 2025-11-28 20:50 UTC  (4+ messages)
` [PATCH 5/5] mtd-utils: add GNU_SOURCE define to c files

[PATCH mtd-utils 0/2] mtd-tests: flash_speed: minor fixes
 2025-11-28 19:15 UTC  (2+ messages)

[PATCH mtd-utils v3] tests: add test_DATA to EXTRA_DIST
 2025-11-28 18:54 UTC  (2+ messages)

[PATCH] mailmap: update Pratyush Yadav's email address
 2025-11-27 22:03 UTC  (3+ messages)

[PATCH] mtd: spinand: add support for FudanMicro FM25S01BI3
 2025-11-27 20:07 UTC  (3+ messages)

[PATCH v3 0/3] Add dma-coherent property
 2025-11-27  7:48 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: mtd: cdns,hp-nfc: "
` [PATCH 2/3] dt-bindings: dma: snps,dw-axi-dmac: add "
` [PATCH 3/3] arm64: dts: socfpga: agilex5: Add "

re-enable IOCB_NOWAIT writes to files v2
 2025-11-26 13:51 UTC  (23+ 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
` (subset) re-enable IOCB_NOWAIT writes to files v2

Pytanie o samochód
 2025-11-26  9:00 UTC 

mtd_nandbitserr and seed using pl35x NAND controller
 2025-11-25 10:12 UTC 

Nowe lokalizacje magazynowe
 2025-11-25  8:50 UTC 

[PATCH] mtd: spi-nor: Fix w25q01jv flags
 2025-11-25  7:41 UTC  (8+ messages)

[PATCH v2 0/3] MTD physmap: Adding reserved RAM support and fixing reserved_mem limitations
 2025-11-25  3:19 UTC  (7+ 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

re-enable IOCB_NOWAIT writes to files
 2025-11-24 17:36 UTC  (31+ 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 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 14/14] xfs: enable non-blocking timestamp updates

[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 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 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  (28+ 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 15/19] mtd: spi-nor: debugfs: Add locking support
` [PATCH 16/19] mtd: spi-nor: Add steps for testing "

[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

[PATCH v4 0/5] mtd: spi-nor: micron-st: few clean up for micron spi nor chip
 2025-11-18 12:12 UTC  (2+ messages)

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

[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  (2+ 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  (2+ messages)


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