linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-23 18:44:22 to 2019-03-05 14:05:29 UTC [more...]

[PATCH 0/2] Untangle Spansion S25F{L|S}512S chip IDs
 2019-03-05 14:05 UTC  (3+ messages)
` [PATCH 2/2] mtd: spi-nor: refine Spansion S25FL512S ID

[PATCH v2 00/10] mtd: rawnand: denali: exec_op(), controller/chip separation, and cleanups
 2019-03-05  9:20 UTC  (10+ messages)
` [PATCH v2 02/10] mtd: rawnand: denali: refactor syndrome layout handling for raw access
` [PATCH v2 04/10] mtd: rawnand: denali: switch over to ->exec_op() from legacy hooks
` [PATCH v2 05/10] mtd: rawnand: denali: use more precise timeout for NAND_OP_WAITRDT_INSTR

[PATCH v2 0/6] mtd: nand: 6th batch of cleanups (Kconfig)
 2019-03-05  8:22 UTC  (8+ messages)
` [PATCH v2 1/6] mtd: nand: omap: Fix comment in platform data using wrong Kconfig symbol
` [PATCH v2 2/6] mtd: nand: Clarify Kconfig entry for software BCH ECC algorithm
` [PATCH v2 3/6] mtd: nand: Clarify Kconfig entry for software Hamming ECC entries
` [PATCH v2 4/6] mtd: rawnand: Change Kconfig titles and re-order a bit the list
` [PATCH v2 5/6] mtd: rawnand: Clarify Kconfig entry MTD_NAND
` [PATCH v2 6/6] mtd: nand: Remove useless line in Kconfig

[GIT PULL] mtd: Changes for 5.1
 2019-03-05  3:40 UTC  (2+ messages)

[PATCH v2 00/36] Introduce the generic ECC engine abstraction
 2019-03-04 22:28 UTC  (37+ messages)
` [PATCH v2 01/36] mtd: nand: Move nand_device forward declaration to the top
` [PATCH v2 02/36] mtd: nand: Add an extra level in the Kconfig hierarchy
` [PATCH v2 03/36] mtd: nand: Drop useless 'depends on' in Kconfig
` [PATCH v2 04/36] mtd: rawnand: Use the NAND core
` [PATCH v2 05/36] mtd: nand: Add a NAND page I/O request type
` [PATCH v2 06/36] mtd: nand: Rename a core structure
` [PATCH v2 07/36] mtd: rawnand: Avoid a typedef
` [PATCH v2 08/36] mtd: rawnand: Add an invalid ECC mode to discriminate with valid ones
` [PATCH v2 09/36] mtd: rawnand: Clarify the values for invalid ECC mode/algo
` [PATCH v2 10/36] mtd: nand: Introduce the ECC engine abstraction
` [PATCH v2 11/36] mtd: Fix typo in mtd_ooblayout_set_databytes() description
` [PATCH v2 12/36] mtd: nand: Move standard OOB layouts to the generic ECC core
` [PATCH v2 13/36] mtd: nand: Move ECC specific functions to ecc/engine.c
` [PATCH v2 14/36] mtd: nand: ecc: Move BCH code into the ecc/ directory
` [PATCH v2 15/36] mtd: nand: ecc: Use SPDX license identifier for the software BCH code
` [PATCH v2 16/36] mtd: nand: ecc: Turn the software BCH implementation generic
` [PATCH v2 17/36] mtd: rawnand: Get rid of chip->ecc.priv
` [PATCH v2 18/36] mtd: nand: ecc: Move Hamming code into the ecc/ directory
` [PATCH v2 19/36] mtd: nand: ecc: Use SPDX license identifier for the software Hamming code
` [PATCH v2 20/36] mtd: nand: ecc: Clarify the software Hamming introductory line
` [PATCH v2 21/36] mtd: nand: ecc: Turn the software Hamming implementation generic
` [PATCH v2 22/36] mtd: nand: Remove useless include about software Hamming ECC
` [PATCH v2 23/36] mtd: nand: ecc: Let the software BCH ECC engine be a module
` [PATCH v2 24/36] mtd: nand: ecc: Let the software Hamming ECC engine be unselected
` [PATCH v2 25/36] mtd: nand: ecc: Create the software BCH engine instance
` [PATCH v2 26/36] mtd: nand: ecc: Create the software Hamming "
` [PATCH v2 27/36] mtd: nand: Let software ECC engines be retrieved from the NAND core
` [PATCH v2 28/36] mtd: spinand: Fix typo in comment
` [PATCH v2 29/36] mtd: spinand: Move ECC related definitions earlier in the driver
` [PATCH v2 30/36] mtd: spinand: Instantiate a SPI-NAND on-die ECC engine
` [PATCH v2 31/36] mtd: nand: Let on-die ECC engines be retrieved from the NAND core
` [PATCH v2 32/36] mtd: rawnand: Fill a default ECC provider/algorithm
` [PATCH v2 33/36] mtd: spinand: "
` [PATCH v2 34/36] mtd: nand: Add helpers to manage ECC engines and configurations
` [PATCH v2 35/36] mtd: spinand: Use the external ECC engine logic
` [PATCH v2 36/36] mtd: spinand: Propagate ECC information to the MTD structure

i.MX28 nand driver broken in Linux 4.18
 2019-03-04 20:46 UTC  (3+ messages)

[PATCH v2 00/15] mtd: rawnand: 5th batch of cleanups
 2019-03-04 20:15 UTC  (16+ messages)
` [PATCH v2 01/15] mtd: nand: Add max_bad_eraseblocks_per_lun info to memorg
` [PATCH v2 02/15] mtd: nand: Add a helper returning the number of eraseblocks per target
` [PATCH v2 03/15] mtd: nand: Add a helper to retrieve the number of pages "
` [PATCH v2 04/15] mtd: spinand: Implement mtd->_max_bad_blocks
` [PATCH v2 05/15] mtd: rawnand: Use nand_to_mtd() in nand_{set, get}_flash_node()
` [PATCH v2 06/15] mtd: rawnand: Prepare things to reuse the generic NAND layer
` [PATCH v2 07/15] mtd: rawnand: Fill memorg during detection
` [PATCH v2 08/15] mtd: rawnand: Initialize the nand_device object
` [PATCH v2 09/15] mtd: rawnand: Provide a helper to get chip->data_buf
` [PATCH v2 10/15] mtd: rawnand: Move all page cache related fields to a sub-struct
` [PATCH v2 11/15] mtd: rawnand: Use nanddev_mtd_max_bad_blocks()
` [PATCH v2 12/15] mtd: rawnand: Get rid of chip->bits_per_cell
` [PATCH v2 13/15] mtd: rawnand: Get rid of chip->chipsize
` [PATCH v2 14/15] mtd: rawnand: Get rid of chip->numchips
` [PATCH v2 15/15] mtd: rawnand: Get rid of chip->ecc_{strength, step}_ds

[PATCH v4 1/9] dt-bindings: mtd: ingenic: Add compatible strings for JZ4740 and JZ4725B
 2019-03-04 19:09 UTC  (20+ messages)
` [PATCH v4 2/9] dt-bindings: mtd: ingenic: Change 'BCH' to 'ECC' in documentation
` [PATCH v4 6/9] mtd: rawnand: ingenic: Separate top-level and SoC specific code
` [PATCH v4 7/9] mtd: rawnand: ingenic: Add support for the JZ4740
` [PATCH v4 8/9] mtd: rawnand: ingenic: Add support for the JZ4725B

[PATCH 2/2] mtd: spinand: micron: Support for all Micron SPI NAND flashes
 2019-03-04 18:13 UTC  (4+ messages)
  ` [EXT] "

[PATCH] mtd: spinand: Wait after erase in spinand_markbad
 2019-03-04 12:50 UTC  (8+ messages)

[LINUX PATCH v13] rawnand: pl353: Add basic driver for arm pl353 smc nand interface
 2019-03-04 11:46 UTC  (3+ messages)

[PATCH v4 0/7] mtd: rawnand: Support bad block markers in first, second or last page
 2019-03-04 11:21 UTC  (5+ messages)
` [PATCH v4 2/7] mtd: onenand: Store bad block marker position in chip struct
` [PATCH v4 5/7] mtd: rawnand: Support bad block markers in first, second or last page

[RFC PATCH nand-next 0/2] meson-nand: support for older SoCs
 2019-03-04  4:56 UTC  (4+ messages)
` [RFC PATCH nand-next 1/2] dt-bindings: nand: meson: add support for more SoCs
` [RFC PATCH nand-next 2/2] mtd: rawnand: meson: support for older SoCs up to Meson8

[PATCH 0/2] meson-nand: two small memory related fixes
 2019-03-04  2:29 UTC  (5+ messages)
` [PATCH 1/2] mtd: rawnand: meson: add missing ENOMEM check in meson_nfc_read_buf()
` [PATCH 2/2] mtd: rawnand: meson: fix a potential memory leak in meson_nfc_read_buf

[PATCH v4] mtd: cfi: fix deadloop in cfi_cmdset_0002.c do_write_buffer
 2019-03-03  7:04 UTC 

[PATCH] mtd: ubi: wl: Fix uninitialized variable
 2019-03-02 19:59 UTC 

[PATCH v3] mtd: rawnand: Mark expected switch fall-throughs
 2019-03-02 14:47 UTC  (5+ messages)

[PATCH v3] cfi: fix deadloop in cfi_cmdset_0002.c do_write_buffer
 2019-03-02  8:57 UTC  (13+ messages)

[PATCH] spi-nor: intel-spi: Avoid crossing 4K address boundary on read/write
 2019-03-01 21:22 UTC  (7+ messages)
` [PATCH v2] "

ubi/ubifs performance comparison on two NAND devices
 2019-03-01 16:44 UTC  (8+ messages)

[RFC PATCH 2/2] spi: spi-mem: Add support for Zynq QSPI controller
 2019-03-01 11:02 UTC  (3+ messages)

[PATCH 0/2] spi-nor: Drop uniform erase
 2019-03-01  9:50 UTC  (4+ messages)
` [PATCH 2/2] mtd: spi-nor: Always use biggest erase size

[PATCH 00/11] add support for sam9x60 nand controller
 2019-02-28 18:24 UTC  (5+ messages)
` [PATCH 03/11] dt-bindings: memory: atmel-ebi: add sam9x60 compatible
` [PATCH 06/11] dt-bindings: mtd: atmel-nand: "

[PATCH] ubi: wl: Silence uninitialized variable warning
 2019-02-28 15:33 UTC  (5+ messages)

[PATCH] mtd-utils: fixes verification percent display in flashcp
 2019-02-28  8:12 UTC  (2+ messages)

[RFC PATCH 0/2] RFC for Zynq QSPI controller driver
 2019-02-28  7:02 UTC 

[RFC PATCH 00/27] Introduce the generic ECC engine abstraction
 2019-02-27 14:34 UTC  (11+ messages)
` [RFC PATCH 03/27] mtd: nand: Introduce the "

[RFC PATCH 13/27] mtd: nand: ecc: Clarify the software Hamming introductory line
 2019-02-27 14:30 UTC  (15+ messages)
` [RFC PATCH 20/27] mtd: nand: Let software ECC engines be retrieved from the NAND core
` [RFC PATCH 25/27] mtd: nand: Add helpers to manage ECC engines and configurations
          ` [RFC PATCH 25/27] mtd: nand: Add helpers to manage ECC engines and configurationsND

[RFC PATCH 0/5] MTD: Add Initial Hyperbus support
 2019-02-27 10:12 UTC  (20+ messages)
` [RFC PATCH 1/5] mtd: cfi_cmdset_0002: Add support for polling status register
` [RFC PATCH 3/5] mtd: Add support for Hyperbus memory devices
` [RFC PATCH 5/5] mtd: hyperbus: Add driver for TI's Hyperbus memory controller

[PATCH 00/15] mtd: rawnand: 5th batch of cleanups
 2019-02-26 13:09 UTC  (4+ messages)
` [PATCH 07/15] mtd: rawnand: Fill memorg during detection

[PATCH v1 0/1] mtd: devices: add ACPI support for non-jedec m25p80
 2019-02-26 10:48 UTC  (2+ messages)
` [PATCH v1 1/1] "

[PATCH 1/2 v2] mtd: spi-nor: add 4bit block protection support
 2019-02-26 10:18 UTC  (2+ messages)

Prevent Nand page writes on Power failure
 2019-02-26  9:10 UTC  (4+ messages)

[EXT] Re: [RESEND PATCH V2 1/2] mtd: core: add erase preparation hook function pointer
 2019-02-25 15:55 UTC  (2+ messages)

[PATCH v2] cfi: fix deadloop in cfi_cmdset_0002.c do_write_buffer
 2019-02-25 15:17 UTC  (3+ messages)

gpmi-nand: Probe failure on imx6qp linux 4.19
 2019-02-25  7:53 UTC 

securely wipe sensitive data from mtd?
 2019-02-24  9:20 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).