linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-21 10:15:12 to 2019-03-04 18:14:15 UTC [more...]

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

i.MX28 nand driver broken in Linux 4.18
 2019-03-04 11:54 UTC  (2+ 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

[PATCH v4 1/9] dt-bindings: mtd: ingenic: Add compatible strings for JZ4740 and JZ4725B
 2019-03-04 10:35 UTC  (10+ 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 v2 00/10] mtd: rawnand: denali: exec_op(), controller/chip separation, and cleanups
 2019-03-04  9:30 UTC  (7+ 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

[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  (31+ messages)
` [RFC PATCH 02/27] mtd: nand: Compile in the NAND core by default
` [RFC PATCH 03/27] mtd: nand: Introduce the ECC engine abstraction
` [RFC PATCH 05/27] mtd: nand: Move standard OOB layouts to the NAND core
` [RFC PATCH 08/27] mtd: nand: ecc: Use SPDX license identifier for the software BCH code
` [RFC PATCH 09/27] mtd: nand: ecc: Turn the software BCH implementation generic
` [RFC PATCH 10/27] mtd: rawnand: Get rid of chip->ecc.priv
` [RFC PATCH 12/27] mtd: nand: ecc: Use SPDX license identifier for the software Hamming code

[RFC PATCH 13/27] mtd: nand: ecc: Clarify the software Hamming introductory line
 2019-02-27 14:30 UTC  (36+ messages)
` [RFC PATCH 14/27] mtd: nand: ecc: Turn the software Hamming implementation generic
` [RFC PATCH 15/27] mtd: nand: Remove useless include about software Hamming ECC
` [RFC PATCH 16/27] mtd: nand: ecc: Let the software BCH ECC engine be a module
` [RFC PATCH 17/27] mtd: nand: ecc: Let the software Hamming ECC engine be unselected
` [RFC PATCH 18/27] mtd: nand: ecc: Create the software BCH engine instance
` [RFC PATCH 19/27] mtd: nand: ecc: Create the software Hamming "
` [RFC PATCH 20/27] mtd: nand: Let software ECC engines be retrieved from the NAND core
` [RFC PATCH 21/27] mtd: spinand: Fix typo in comment
` [RFC PATCH 22/27] mtd: spinand: Let the SPI-NAND core flag a SPI-NAND chip
` [RFC PATCH 23/27] mtd: spinand: Move the ECC helper functions into a separate file
` [RFC PATCH 24/27] mtd: spinand: Instantiate a SPI-NAND on-die ECC engine
` [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  (21+ 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  (32+ messages)
` [PATCH 01/15] mtd: nand: Add max_bad_eraseblocks_per_lun info to memorg
` [PATCH 02/15] mtd: nand: Add an helper returning the number of eraseblocks per target
` [PATCH 03/15] mtd: nand: Add an helper to retrieve the number of pages "
` [PATCH 04/15] mtd: spinand: Implement mtd->_max_bad_blocks
` [PATCH 05/15] mtd: rawnand: Use nand_to_mtd() in nand_{set, get}_flash_node()
` [PATCH 06/15] mtd: rawnand: Prepare things to reuse the generic NAND layer
` [PATCH 07/15] mtd: rawnand: Fill memorg during detection
` [PATCH 08/15] mtd: rawnand: Initialize the nand_device object
` [PATCH 09/15] mtd: rawnand: Provide an helper to get chip->data_buf
` [PATCH 10/15] mtd: rawnand: Move all page cache related fields to a sub-struct
` [PATCH 11/15] mtd: rawnand: Use nanddev_mtd_max_bad_blocks()
` [PATCH 12/15] mtd: rawnand: Get rid of chip->bits_per_cell
` [PATCH 13/15] mtd: rawnand: Get rid of chip->chipsize
` [PATCH 14/15] mtd: rawnand: Get rid of chip->numchips
` [PATCH 15/15] mtd: rawnand: Get rid of chip->ecc_{strength,step}_ds

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

[GIT PULL] mtd: Changes for 5.1
 2019-02-25  8:45 UTC 

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)

[PATCH 0/3] AFS move and OF support
 2019-02-23  0:34 UTC  (3+ messages)
` [PATCH 2/3] mtd: partitions: Add AFS partitions DT bindings

[PATCH v2 0/2] mtd: nand: Add Cadence NAND controller driver
 2019-02-22 20:40 UTC  (3+ messages)
` [PATCH v2 2/2] dt-bindings: "

[GIT PULL] mtd: nand: Changes for 5.1
 2019-02-22 15:29 UTC 

[PATCH] mtdram: Add module parameter name
 2019-02-22 12:32 UTC 

[PATCH] mtd: spi-nor: Add Winbond w25q16jv support
 2019-02-21 20:58 UTC  (3+ messages)

[RFC PATCH v3 00/18] fscrypt: key management improvements
 2019-02-21 18:42 UTC  (5+ messages)
` [RFC PATCH v3 07/18] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl

[RFC PATCH 26/27] mtd: spinand: Use the external ECC engine logic
 2019-02-21 13:01 UTC 

[PATCH v6 0/2] cadence-quadspi: Add Octal mode support
 2019-02-21 13:11 UTC  (5+ messages)
` [PATCH v6 2/2] mtd: spi-nor: cadence-quadspi: Add support for Octal SPI controller
  ` [EXT] "

[RFC PATCH 27/27] mtd: spinand: Propagate ECC information to the MTD structure
 2019-02-21 13:02 UTC 

About protecting and unprotecting in spi-nor
 2019-02-21 10:55 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).