linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-03 13:56:36 to 2022-06-09 12:51:02 UTC [more...]

[PATCH v2 00/19] Convert aops->migratepage to aops->migrate_folio
 2022-06-09 12:50 UTC  (25+ messages)
` [PATCH v2 01/19] secretmem: Remove isolate_page
` [PATCH v2 02/19] mm: Convert all PageMovable users to movable_operations
` [PATCH v2 03/19] fs: Add aops->migrate_folio
` [PATCH v2 04/19] mm/migrate: Convert fallback_migrate_page() to fallback_migrate_folio()
` [PATCH v2 05/19] mm/migrate: Convert writeout() to take a folio
` [PATCH v2 06/19] mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()
` [PATCH v2 07/19] mm/migrate: Convert expected_page_refs() to folio_expected_refs()
` [PATCH v2 08/19] btrfs: Convert btree_migratepage to migrate_folio
` [PATCH v2 09/19] nfs: Convert "
` [PATCH v2 10/19] mm/migrate: Convert migrate_page() to migrate_folio()
` [PATCH v2 11/19] mm/migrate: Add filemap_migrate_folio()
` [PATCH v2 12/19] btrfs: Convert btrfs_migratepage to migrate_folio
` [PATCH v2 13/19] ubifs: Convert to filemap_migrate_folio()
` [PATCH v2 14/19] f2fs: "
` [PATCH v2 15/19] aio: Convert to migrate_folio
` [PATCH v2 16/19] hugetlb: "
` [PATCH v2 17/19] secretmem: "
` [PATCH v2 18/19] fs: Remove aops->migratepage()
` [PATCH v2 19/19] mm/folio-compat: Remove migration compatibility functions

[PATCH v2] mtd: rawnand: cafe: fix drivers probe/remove methods
 2022-06-09 12:44 UTC  (2+ messages)

[PATCH] mtd: rawnand: meson: Fix a potential double free issue
 2022-06-09 12:44 UTC  (2+ messages)

[PATCH] dt-bindings: mtd: mxc-nand: Drop undocumented properties from example
 2022-06-09 12:44 UTC  (2+ messages)

[PATCH v2] mtd: spinand: Add support for ATO25D1GA
 2022-06-09 12:44 UTC  (2+ messages)

[PATCH] mtd: maps: Fix refcount leak in of_flash_probe_versatile
 2022-06-09 12:43 UTC  (2+ messages)

[PATCH] mtd: maps: Fix refcount leak in ap_flash_init
 2022-06-09 12:42 UTC  (2+ messages)

[PATCH] mtd: Fix deadlock caused by cancel_work_sync in sm_release
 2022-06-09 12:42 UTC  (2+ messages)

[PATCH] mtd: partitions: Fix refcount leak in parse_redboot_of
 2022-06-09 12:42 UTC  (2+ messages)

[PATCH v6] mtd: parsers: add support for Sercomm partitions
 2022-06-09 12:42 UTC  (2+ messages)

[PATCH] mtd: parsers: ofpart: Fix refcount leak in bcm4908_partitions_fw_offset
 2022-06-09 12:42 UTC  (2+ messages)

[PATCH v5 0/3] Add nvmem support for dynamic partitions
 2022-06-09 12:35 UTC  (6+ messages)
` [PATCH v5 1/3] dt-bindings: mtd: partitions: Support label only partition
` [PATCH v5 2/3] dt-bindings: mtd: partitions: add additional example for qcom,smem-part
` [PATCH v5 3/3] mtd: core: introduce of support for dynamic partitions
  ` [mtd] a2af0cae87: BUG:kernel_NULL_pointer_dereference,address

[RFC PATCH 0/2] spi: Add support for stacked/parallel memories
 2022-06-09 11:54 UTC  (4+ messages)
` [RFC PATCH 1/2] spi: Add multiple CS support for a single SPI device
` [RFC PATCH 2/2] mtd: spi-nor: Add support for stacked/parallel memories

[PATCH v5 0/3] Add support for unprotected spare data page
 2022-06-09 11:16 UTC  (13+ messages)
` [PATCH v5 1/3] mtd: nand: raw: qcom_nandc: add support for unprotected spare data pages
` [PATCH v5 2/3] dt-bindings: mtd: qcom_nandc: document qcom,boot-partitions binding
` [PATCH v5 3/3] mtd: nand: raw: qcom_nandc: reorder qcom_nand_host struct

[PATCH v16 0/8] mtd: spi-nor: Add support for Infineon s25hl-t/s25hs-t
 2022-06-09  8:57 UTC  (9+ messages)
` [PATCH v16 1/8] mtd: spi-nor: s/addr_width/addr_nbytes
` [PATCH v16 2/8] mtd: spi-nor: core: Shrink the storage size of the flash_info's addr_nbytes
` [PATCH v16 3/8] mtd: spi-nor: Do not change nor->addr_nbytes at SFDP parsing time
` [PATCH v16 4/8] mtd: spi-nor: core: Return error code from set_4byte_addr_mode()
` [PATCH v16 5/8] mtd: spi-nor: core: Couple the number of address
` [PATCH v16 6/8] mtd: spi-nor: Do not change nor->params->addr_nbytes at 4BAIT parsing time
` [PATCH v16 7/8] mtd: spi-nor: spansion: Add local function to discover page size
` [PATCH v16 8/8] mtd: spi-nor: spansion: Add s25hl-t/s25hs-t IDs and fixups

[PATCH] mtd: spi-nor: siliconkaiser: add support for sk25lp128
 2022-06-08 22:31 UTC  (5+ messages)

[PATCH 00/20] Convert aops->migratepage to aops->migrate_folio
 2022-06-08 13:06 UTC  (47+ messages)
` [PATCH 01/20] fs: Add aops->migrate_folio
` [PATCH 02/20] mm/migrate: Convert fallback_migrate_page() to fallback_migrate_folio()
` [PATCH 03/20] mm/migrate: Convert writeout() to take a folio
` [PATCH 04/20] mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()
` [PATCH 05/20] mm/migrate: Convert expected_page_refs() to folio_expected_refs()
` [PATCH 06/20] btrfs: Convert btree_migratepage to migrate_folio
` [PATCH 07/20] nfs: Convert "
` [PATCH 08/20] mm/migrate: Convert migrate_page() to migrate_folio()
` [PATCH 09/20] mm/migrate: Add filemap_migrate_folio()
` [PATCH 10/20] btrfs: Convert btrfs_migratepage to migrate_folio
` [PATCH 11/20] ubifs: Convert to filemap_migrate_folio()
` [PATCH 12/20] f2fs: "
` [PATCH 13/20] aio: Convert to migrate_folio
` [PATCH 14/20] hugetlb: "
` [PATCH 15/20] balloon: "
` [PATCH 16/20] secretmem: "
` [PATCH 17/20] z3fold: "
` [PATCH 18/20] zsmalloc: "
` [PATCH 19/20] fs: Remove aops->migratepage()
` [PATCH 20/20] mm/folio-compat: Remove migration compatibility functions

[PATCH v15 0/8] mtd: spi-nor: Add support for Infineon s25hl-t/s25hs-t
 2022-06-08 11:39 UTC  (7+ messages)
` [PATCH v15 6/8] mtd: spi-nor: Retain nor->addr_width at 4BAIT parse

Napływ Klientów ze strony
 2022-06-08  8:05 UTC 

[PATCH] mtd-utils: nanddump: fix writing big images on 32bit machines
 2022-06-08  7:56 UTC  (2+ messages)

[PATCH 0/2] mtdchar_write_ioctl(): prevent integer overflow, use kvmalloc()
 2022-06-07 20:30 UTC  (5+ messages)
` [PATCH 1/2] mtdchar: prevent integer overflow in a safety check
` [PATCH 2/2] mtdchar: use kvmalloc() for potentially large allocations

[PATCH] mtd: rawnand: add support for Toshiba TC58NVG0S3HTA00 NAND flash
 2022-06-07 18:59 UTC  (7+ messages)
    ` [PATCH] Revert "mtd: rawnand: add support for Toshiba TC58NVG0S3HTA00 NAND flash"
        ` [PATCH v2] "

[PATCH v4 0/2] Add support for unprotected spare data page
 2022-06-07 17:53 UTC  (13+ messages)
` [PATCH v4 1/2] mtd: nand: raw: qcom_nandc: add support for unprotected spare data pages
` [PATCH v4 2/2] dt-bindings: mtd: qcom_nandc: document qcom, boot-pages binding
  ` [PATCH v4 2/2] dt-bindings: mtd: qcom_nandc: document qcom,boot-pages binding

[PATCH 0/4] mtd: st_spi_fsm: Some fixes and improvements
 2022-06-07 15:32 UTC  (6+ messages)
` [PATCH 1/4] mtd: st_spi_fsm: Add a clk_disable_unprepare() in .probe()'s error path
` [PATCH 2/4] mtd: st_spi_fsm: Warn about failure to unregister mtd device
` [PATCH 3/4] mtd: st_spi_fsm: Disable clock only after device was unregistered
` [PATCH 4/4] mtd: st_spi_fsm: Simplify error checking in .probe() a bit

Sending vendor specific commands to spi-nor flash
 2022-06-07 13:50 UTC  (5+ messages)

[PATCH 00/14] mtd: Fix platform remove callbacks to always return 0
 2022-06-07 10:47 UTC  (23+ messages)
` [PATCH 01/14] mtd: hyperbus: Make hyperbus_unregister_device() return void
` [PATCH 02/14] mtd: spi-nor: aspeed-smc: Make aspeed_smc_unregister() "
` [PATCH 03/14] mtd: powernv_flash: Warn about failure to unregister mtd device
` [PATCH 04/14] mtd: st-spi_fsm: "
` [PATCH 05/14] mtd: lpddr2_nvm: "
` [PATCH 06/14] mtd: spear_smi: Don't skip cleanup after mtd_device_unregister() failed
` [PATCH 07/14] mtd: spear_smi: Drop if with an always false condition
` [PATCH 08/14] mtd: rawnand: atmel: Warn about failure to unregister mtd device
` [PATCH 09/14] mtd: rawnand: omap2: Suppress error message after WARN in .remove()
` [PATCH 10/14] mtd: rawnand: tegra: Don't skip cleanup after mtd_device_unregister() failed
` [PATCH 11/14] mtd: rawnand: meson: "
` [PATCH 12/14] mtd: rawnand: meson: Drop cleaning platform data in .remove()
` [PATCH 13/14] mtd: physmap: Don't skip cleanup after mtd_device_unregister() failed
` [PATCH 14/14] mtd: physmap: Drop if with an always false condition

[PATCH] mtd: phram: Map RAM using memremap instead of ioremap
 2022-06-07 10:24 UTC  (6+ messages)

[PATCH v6 0/5] fix the meson NFC clock
 2022-06-07  9:37 UTC  (8+ messages)
` [PATCH v6 1/5] dt-bindings: nand: meson: fix meson nfc clock
` [PATCH v6 2/5] mtd: rawnand: meson: fix the clock
` [PATCH v6 3/5] mtd: rawnand: meson: refine resource getting in probe
` [PATCH v6 4/5] dt-bindings: nand: meson: convert txt to yaml
` [PATCH v6 5/5] mtd: rawnand: meson: not support legacy clock

[PATCH v2] mtd: rawnand: atmel: Warn about failure to unregister mtd device
 2022-06-07  6:25 UTC 

[PATCH v3 4/5] mtd_blkdevs: add option to enable scanning for partitions
 2022-06-07  0:42 UTC  (3+ messages)

[PATCH] mtd: spi-nor: micron-st: Skip FSR reading if SPI controller does not support it
 2022-06-06 14:03 UTC  (3+ messages)

[PATCH v4 0/2] Add nvmem support for dynamic partitions
 2022-06-06 13:36 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: mtd: partitions: Document new dynamic-partition nodes

[PATCH 0/2] Hi3521a support
 2022-06-06 11:34 UTC  (12+ messages)
    ` [RFC v2 1/2] clk: hisilicon: add CRG driver Hi3521a SoC

[PATCH] ubinfo: Fix --vol_id return code for absent volume id
 2022-06-06  6:38 UTC 

[PATCH] mtd: rawnand: qcom: Implement exec_op()
 2022-06-06  4:48 UTC  (4+ messages)

partly outside array bounds warning on fs/jffs2/summary.c, GCC 12.1.0
 2022-06-06  3:59 UTC 

[PATCH 0/2] introduce SNOR_ID3()
 2022-06-05 15:00 UTC  (3+ messages)
` [PATCH 1/2] mtd: spi-nor: "

[PATCH] mtd: spinand: Add support for ATO25D1GA
 2022-06-04 11:26 UTC  (3+ messages)

[GIT PULL] JFFS2, UBI and UBIFS updates for v5.19-rc1
 2022-06-03 21:49 UTC  (2+ messages)

[PATCH v2] mtd: spi-nor: siliconkaiser: add support for sk25lp128
 2022-06-03 14:16 UTC 


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