public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2025-12-17 06:10:41 to 2026-01-08 17:00:52 UTC [more...]

[PATCH v2 00/27] mtd: spi-nor: Enhance software protection
 2026-01-08 16:57 UTC  (27+ 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 "

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()

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

[PATCH v3 0/4] MTD physmap: Adding reserved RAM support and fixing reserved_mem limitations
 2026-01-07 13:04 UTC  (5+ 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

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  (25+ messages)
` [PATCH 01/11] fs: remove inode_update_time
` [PATCH 02/11] fs: allow error returns from generic_update_time
` [PATCH 03/11] fs: exit early in generic_update_time when there is no work
` [PATCH 04/11] fs: delay the actual timestamp updates in inode_update_timestamps
` [PATCH 05/11] fs: return I_DIRTY_* and allow error returns from inode_update_timestamps
` [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] fat: enable "
` [PATCH 10/11] xfs: implement ->sync_lazytime
` [PATCH 11/11] xfs: enable non-blocking timestamp updates

[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  (10+ messages)
` [PATCH 2/2] mtd: devices: Add Qualcomm SCM storage driver

[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  (6+ messages)
` [PATCH RESEND v5 1/4] dt-bindings: mtd: raw-nand-chip: Relax node name pattern
` [PATCH RESEND v5 2/4] dt-bindings: memory-controllers: Add fsl,elbc-gpcm-uio
` [PATCH RESEND v5 3/4] dt-bindings: nand: Add fsl,elbc-fcm-nand
` [PATCH RESEND v5 4/4] dt-bindings: memory-controllers: Convert fsl,elbc to YAML

[PATCH v2] dt-bindings: mtd: nvidia,tegra20-nand: convert to DT schema
 2025-12-31  8:21 UTC  (4+ messages)

[PATCH] dt-bindings: mtd: nand-micronix: convert to DT schema
 2025-12-30 18:23 UTC  (2+ messages)

[PATCH v3] mtd: spi-nor: micron-st: add SNOR_CMD_PP_8_8_8_DTR sfdp fixup for mt35xu512aba
 2025-12-23  3:01 UTC 

[PATCH v2] mtd: spi-nor: micron-st: add SNOR_CMD_PP_8_8_8_DTR sfdp fixup for mt35xu512aba
 2025-12-23  2:01 UTC  (3+ messages)

re-enable IOCB_NOWAIT writes to files v3
 2025-12-22 23:41 UTC  (18+ messages)
` [PATCH 02/10] fs: allow error returns from generic_update_time
` [PATCH 03/10] fs: exit early in generic_update_time when there is no work
` [PATCH 04/10] fs: factor out a mark_inode_dirty_time helper
` [PATCH 05/10] fs: allow error returns from inode_update_timestamps
` [PATCH 06/10] fs: factor out a sync_lazytime helper
` [PATCH 07/10] fs: add a ->sync_lazytime method
` [PATCH 08/10] fs: add support for non-blocking timestamp updates
` [PATCH 09/10] xfs: implement ->sync_lazytime
` [PATCH 10/10] xfs: enable non-blocking timestamp updates

[PATCH] mtd: spi-nor: update spi_nor_fixups::post_sfdp() documentation
 2025-12-22 15:41 UTC  (2+ messages)

W sprawie samochodu
 2025-12-22  8:55 UTC 

[PATCH] mtd: rawnand: cadence: Fix return type of CDMA send-and-wait helper
 2025-12-19 11:09 UTC 

Unieważnienie umowy frankowej
 2025-12-19  8:30 UTC 

[PATCH 0/2] mtd: devices: Qualcomm SCM storage support
 2025-12-18 18:02 UTC 

Ulga na składki ZUS
 2025-12-18  8:46 UTC 

[PATCH v2 0/3] Add dma-coherent property
 2025-12-17 10:45 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