linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-13 14:12:35 to 2022-06-03 21:08:34 UTC [more...]

[PATCH 00/14] mtd: Fix platform remove callbacks to always return 0
 2022-06-03 21:07 UTC  (4+ messages)
` [PATCH 01/14] mtd: hyperbus: Make hyperbus_unregister_device() return void
` [PATCH 05/14] mtd: lpddr2_nvm: Warn about failure to unregister mtd device
` [PATCH 14/14] mtd: physmap: Drop if with an always false condition

[PATCH] mtd: rawnand: qcom: Implement exec_op()
 2022-06-03 16:57 UTC  (2+ messages)

[PATCH v4 0/2] Add support for unprotected spare data page
 2022-06-03 15:25 UTC  (9+ 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 v2] mtd: spi-nor: siliconkaiser: add support for sk25lp128
 2022-06-03 14:16 UTC 

[PATCH] mtd: spi-nor: siliconkaiser: add support for sk25lp128
 2022-06-03 14:08 UTC  (2+ messages)

[PATCH] mtd: spinand: Add support for ATO25D1GA
 2022-06-03 13:56 UTC  (2+ messages)

[PATCH v3 4/5] mtd_blkdevs: add option to enable scanning for partitions
 2022-06-03 13:48 UTC  (2+ messages)

[PATCH] dt-bindings: mtd: mxc-nand: Drop undocumented properties from example
 2022-06-03 13:40 UTC  (5+ messages)

[GIT PULL] JFFS2, UBI and UBIFS updates for v5.19-rc1
 2022-06-03 12:47 UTC 

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

[PATCH v15 0/8] mtd: spi-nor: Add support for Infineon s25hl-t/s25hs-t
 2022-06-03  9:33 UTC  (20+ messages)
` [PATCH v15 1/8] mtd: spi-nor: s/addr_width/addr_nbytes
` [PATCH v15 2/8] mtd: spi-nor: core: Shrink the storage size of the flash_info's addr_nbytes
` [PATCH v15 3/8] mtd: spi-nor: sfdp: Clarify that nor->read_{opcode, dummy} are uninitialized
` [PATCH v15 4/8] mtd: spi-nor: Do not change nor->addr_nbytes at SFDP parsing time
` [PATCH v15 6/8] mtd: spi-nor: Retain nor->addr_width at 4BAIT parse

[PATCH -next v2] ubifs: Fix some kernel-doc comments
 2022-06-02  6:55 UTC 

[PATCH -next] ubifs: Fix some kernel-doc comments
 2022-06-02  6:36 UTC  (2+ messages)

[PATCH v4 0/2] Add nvmem support for dynamic partitions
 2022-06-01 21:06 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: mtd: partitions: Document new dynamic-partition nodes
` [PATCH v4 2/2] mtd: core: introduce of support for dynamic partitions

[PATCH v5 0/4] fix the meson NFC clock
 2022-06-01 19:51 UTC  (10+ messages)
` [PATCH v5 1/4] dt-bindings: nand: meson: fix meson nfc clock
` [PATCH v5 2/4] mtd: rawnand: meson: fix the clock
` [PATCH v5 3/4] mtd: rawnand: meson: refine resource getting in probe

Question regarding raw NAND and UBIFS
 2022-06-01 15:07 UTC 

[PATCH v2 0/2] ubifs: Fix bugs triggered by fadvise
 2022-06-01  3:00 UTC  (3+ messages)
` [PATCH v2 1/2] ubifs: ubifs_writepage: Mark page dirty after writing inode failed
` [PATCH v2 2/2] ubifs: ubifs_releasepage: Remove ubifs_assert(0) to valid this process

Getting rid of infradead.org - corrupted subjects
 2022-05-31 19:59 UTC  (7+ messages)

Ruch z pierwszej pozycji w Google
 2022-05-31  8:15 UTC 

[PATCH v6 0/1] Add support for Sercomm partitions
 2022-05-29 11:07 UTC  (2+ messages)
` [PATCH v6] mtd: parsers: add "

[bug report] mtd: parsers: add support for Sercomm partitions
 2022-05-28 10:49 UTC  (2+ messages)

[PATCH] xfs: drop the useless LIST_HEAD in __mtd_del_partition()
 2022-05-27 10:45 UTC  (2+ messages)

[PATCH] mtd: partitions: Fix refcount leak in parse_redboot_of
 2022-05-26 14:29 UTC  (2+ messages)

[PATCH] dt-bindings: mtd: spi-nand: Add spi-peripheral-props.yaml reference
 2022-05-26  6:13 UTC  (2+ messages)

[PATCH] mtd: rawnand: meson: Fix a potential double free issue
 2022-05-26  5:34 UTC  (2+ messages)

[PATCH -next] jffs2: fix memory leak in jffs2_do_fill_super
 2022-05-26  1:56 UTC  (4+ messages)

[PATCH] dt-bindings: memory-controllers: ingenic: Split out child node properties
 2022-05-25 23:10 UTC  (2+ messages)

[RFC PATCH 0/8] mtd: spi-nor: read while write support
 2022-05-25 16:31 UTC  (9+ messages)
` [RFC PATCH 1/8] mtd: spi-nor: Create macros to define chip IDs and geometries
` [RFC PATCH 2/8] mtd: spi-nor: Introduce the concept of bank
` [RFC PATCH 3/8] mtd: spi-nor: Add a macro to define more banks
` [RFC PATCH 4/8] mtd: spi-nor: Reorder the preparation vs locking steps
` [RFC PATCH 5/8] mtd: spi-nor: Separate preparation and locking
` [RFC PATCH 6/8] mtd: spi-nor: Prepare the introduction of a new locking mechanism
` [RFC PATCH 7/8] mtd: spi-nor: Add a RWW flag
` [RFC PATCH 8/8] mtd: spi-nor: Enhance locking to support reads while writes

[PATCH] mtd: spi-nor: atmel: Add at25ql641 support
 2022-05-24 22:37 UTC  (2+ messages)

[PATCH] mtd: spi-nor: gigadevice: add support for gd25lq128e
 2022-05-24 22:30 UTC  (4+ messages)

[GIT PULL] mtd: Changes for 5.19
 2022-05-24 22:27 UTC  (2+ messages)

[GIT PULL] fscrypt updates for 5.19
 2022-05-24 19:53 UTC  (2+ messages)

Hello Sir, I seek your urgent consideration
 2022-05-24  9:25 UTC 

[PATCH] mtd: maps: Fix refcount leak in ap_flash_init
 2022-05-24  7:26 UTC  (2+ messages)

[PATCH] mtd: maps: Fix refcount leak in of_flash_probe_versatile
 2022-05-24  7:25 UTC  (2+ messages)

[PATCH v3] mtd: spi-nor: macronix: Add support for mx66l2g45g
 2022-05-24  7:19 UTC  (4+ messages)

[PATCH] mtd: phram: Map RAM using memremap instead of ioremap
 2022-05-24  7:13 UTC  (6+ messages)

[PATCH] mtd: Fix deadlock caused by cancel_work_sync in sm_release
 2022-05-24  4:48 UTC 

[PATCH v2] mtd: spi-nor: macronix: Add support for mx66l2g45g
 2022-05-23 15:03 UTC  (4+ messages)

[PATCH 1/2] mtd: spi-nor: macronix: Add support for mx66l2g45g
 2022-05-23 12:18 UTC  (8+ messages)
` [PATCH 2/2] mtd: spi-nor: micron: Add SPI_NOR_DUAL_READ flag on mt25ql02g

Sending vendor specific commands to spi-nor flash
 2022-05-23 11:25 UTC  (4+ messages)

Koszty instalacji fotowoltaicznej
 2022-05-23  8:05 UTC 

[PATCH v2] mtd: rawnand: cafe: fix drivers probe/remove methods
 2022-05-20 17:09 UTC  (3+ messages)

[PATCH] mtd: Fix deadlock caused by cancel_work_sync in sm_release
 2022-05-20 15:04 UTC 

[GIT PULL] mtd: nand: Changes for 5.19
 2022-05-20 12:12 UTC  (2+ messages)

[GIT PULL] mtd: spi-nor: changes for 5.19
 2022-05-20 12:12 UTC  (2+ messages)

[PATCH] mtd: rawnand: fix drivers probe/remove methods
 2022-05-20  3:33 UTC  (3+ messages)

[PATCH v2 0/4] mtd: spinand: Add continuous read mode support
 2022-05-19 16:08 UTC  (7+ messages)
` [PATCH v2 1/4] mtd: spinand: Add support continuous read mode
` [PATCH v2 3/4] mtd: spinand: Add support continuous read operation
` [PATCH v2 4/4] mtd: spinand: macronix: Add continuous read support for MX35LF2GE4AD

[RFC PATCH 0/8] signals: Support more than 64 signals
 2022-05-19 12:27 UTC  (8+ messages)

[PATCH v3 0/2] Add support for unprotected spare data page
 2022-05-18 19:01 UTC  (4+ messages)
` [PATCH v3 1/2] mtd: nand: raw: qcom_nandc: add support for unprotected spare data pages
` [PATCH v3 2/2] dt-bindings: mtd: qcom_nandc: document qcom, boot-pages binding
  ` [PATCH v3 2/2] dt-bindings: mtd: qcom_nandc: document qcom,boot-pages binding

[PATCH v2 0/2] Add support for unprotected spare data page
 2022-05-18 18:11 UTC  (5+ messages)
` [PATCH v2 2/2] dt-bindings: mtd: qcom_nandc: document qcom, boot-pages binding
  ` [PATCH v2 2/2] dt-bindings: mtd: qcom_nandc: document qcom,boot-pages binding

[RFC PATCH 0/6] spi: Add OSPI PHY calibration support for spi-cadence-quadspi
 2022-05-18  8:51 UTC  (7+ messages)
` [RFC PATCH 3/6] mtd: spi-nor: core: run calibration when initialization is done

[PATCH v5 0/3] Add support for Sercomm partitions
 2022-05-17 16:39 UTC  (6+ messages)
` [PATCH v5 1/3] dt-bindings: Add Sercomm (Suzhou) Corporation vendor prefix
` [PATCH v5 2/3] dt-bindings: mtd: partitions: Extend fixed-partitions binding
` [PATCH v5 3/3] mtd: parsers: add support for Sercomm partitions

[PATCH v7 00/11] spi: spi-mem: Convert Aspeed SMC driver to spi-mem
 2022-05-17 13:41 UTC  (8+ messages)
` (subset) "

[PATCH 0/2] mtd: spinand: add support for detection with param page
 2022-05-17  7:35 UTC  (5+ messages)
` [PATCH 1/2] "

[PATCH/RFC] dt-bindings: mtd: Remove Renesas FLCTL NAND controller support
 2022-05-17  0:51 UTC  (2+ messages)

[RESEND PATCH v3 0/2] Add nvmem support for dynamic partitions
 2022-05-16 18:44 UTC  (6+ messages)
` [RESEND PATCH v3 1/2] dt-bindings: mtd: partitions: Document new partition-dynamic nodes

[PATCH] mtd: rawnand: rockchip: Check before clk_disable_unprepare() not needed
 2022-05-16 16:44 UTC  (2+ messages)

[PATCH -next v2] mtd: st_spi_fsm: add missing clk_disable_unprepare() in stfsm_remove()
 2022-05-16 16:43 UTC  (2+ messages)

[PATCH v4 0/2] mtd: rawnand: renesas: Runtime PM use
 2022-05-16 16:43 UTC  (4+ messages)
` [PATCH v4 2/2] mtd: rawnand: renesas: Use runtime PM instead of the raw clock API

[PATCH v3 2/3] dt-bindings: mtd: partitions: Extend fixed-partitions binding
 2022-05-16 15:39 UTC  (6+ messages)

[PATCH -next] mtd: st_spi_fsm: add missing clk_disable_unprepare() stfsm_remove()
 2022-05-16  7:51 UTC  (4+ messages)

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

[PATCH] mtd: spi-nor: Support Dual and Quad Read on Macronix mx25u25635f
 2022-05-13 17:21 UTC  (4+ messages)

[PATCH 5/6] mtd: spi-nor: add generic flash driver
 2022-05-13 14:47 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;
as well as URLs for NNTP newsgroup(s).