linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-23 13:39:41 to 2014-05-01 17:31:13 UTC [more...]

[RFC PATCH 0/3] mtd: nand: add randomizer support
 2014-05-01 17:31 UTC  (8+ messages)
` [RFC PATCH 1/3] mtd: nand: introduce a randomizer layer in the NAND framework
` [RFC PATCH 2/3] of: mtd: add NAND randomizer mode retrieval
` [RFC PATCH 3/3] mtd: nand: add sunxi randomizer support

[PATCH v2 00/12] defconfigs: add MTD_SPI_NOR (new subsystem dependency for M25P80)
 2014-05-01 17:26 UTC  (18+ messages)
` [PATCH v2 01/12] ARM: imx/mxs defconfigs: add MTD_SPI_NOR (new "
` [PATCH v2 02/12] ARM: "
` [PATCH v2 03/12] ARM: keystone: "
` [PATCH v2 04/12] ARM: tegra: "
` [PATCH v2 05/12] ARM: lpc32xx: "
` [PATCH v2 06/12] ARM: at91: "
` [PATCH v2 07/12] ARM: shmobile: "
` [PATCH v2 08/12] ARM: marvell: "
` [PATCH v2 09/12] blackfin: defconfigs: "
` [PATCH v2 10/12] mips: "
` [PATCH v2 11/12] powerpc: "
` [PATCH v2 12/12] sh: defconfig: "

[PATCH 0/5] defconfigs: add MTD_SPI_NOR (dependency for M25P80)
 2014-05-01 16:48 UTC  (16+ messages)
` [PATCH 1/5] ARM: defconfigs: add MTD_SPI_NOR (new dependency "

Possible race condition when accessing SPI NOR Flash ?
 2014-05-01 11:52 UTC 

[PATCH 00/47] mtd: nand: Add new driver supporting ST's BCH h/w
 2014-05-01  9:56 UTC  (48+ messages)
` [PATCH 01/47] ARM: sti: Add BCH (NAND Flash) Controller support for STiH41x (Orly) SoCs
` [PATCH 02/47] mtd: nand: stm_nand_bch: provide Device Tree documentation
` [PATCH 03/47] mtd: nand: add shared register defines for ST's NAND Controller drivers
` [PATCH 04/47] mtd: nand: adding ST's BCH NAND Controller driver
` [PATCH 05/47] mtd: nand: add ONFI NAND Timing Mode Specifications
` [PATCH 06/47] mtd: nand: stm_nand_bch: IRQ support for ST's BCH NAND Controller driver
` [PATCH 07/47] mtd: nand: stm_nand_bch: change between BCH and Hamming modes
` [PATCH 08/47] mtd: nand: stm_nand_bch: initialise the BCH Controller
` [PATCH 09/47] mtd: nand: stm_nand_bch: supply clock support
` [PATCH 10/47] mtd: nand: stm_nand_bch: introduce and initialise some important data structures
` [PATCH 11/47] mtd: nand: stm_nand_bch: initialise the Hamming Controller
` [PATCH 12/47] mtd: nand: stm_nand_bch: add Power Management
` [PATCH 13/47] mtd: nand: stm_nand_bch: scan for NAND devices
` [PATCH 14/47] mtd: nand: stm_nand_bch: provide Device Tree support
` [PATCH 15/47] mtd: nand: stm_nand_bch: configure BCH and FLEX by ONFI timing mode
` [PATCH 16/47] mtd: nand: stm_nand_bch: add compatible page size check
` [PATCH 17/47] mtd: nand: stm_nand_bch: derive some working variables for latter use
` [PATCH 18/47] mtd: nand: stm_nand_bch: automatically set EEC mode if requested
` [PATCH 19/47] mtd: nand: stm_nand_bch: ensure configuration is compatible with this driver
` [PATCH 20/47] mtd: nand: stm_nand_bch: configure BCH read/write/erase programs
` [PATCH 21/47] mtd: nand: stm_nand_bch: initialise working buffers
` [PATCH 22/47] mtd: nand: stm_nand_bch: provide shared BCH operations
` [PATCH 23/47] mtd: nand: stm_nand_bch: erase one block (BCH)
` [PATCH 24/47] mtd: nand: stm_nand_bch: check erased page for zeros
` [PATCH 25/47] mtd: nand: stm_nand_bch: provide read functionality (BCH)
` [PATCH 26/47] mtd: nand: stm_nand_bch: provide write "
` [PATCH 27/47] mtd: nand: stm_nand_bch: find IBBT signature
` [PATCH 28/47] mtd: nand: stm_nand_bch: bad block marking helpers
` [PATCH 29/47] mtd: nand: stm_nand_bch: populate IBBT BCH Header
` [PATCH 30/47] mtd: nand: stm_nand_bch: write IBBT to Flash
` [PATCH 31/47] mtd: nand: stm_nand_bch: update flash-resident BBT(s)
` [PATCH 32/47] mtd: nand: stm_nand_bch: add Hamming-FLEX operations
` [PATCH 33/47] mtd: nand: stm_nand_bch: read and write raw (FLEX)
` [PATCH 34/47] mtd: nand: stm_nand_bch: scan block for BBM(s) according to specified BBT options
` [PATCH 35/47] mtd: nand: stm_nand_bch: scan for BBMs and build memory-resident BBT
` [PATCH 36/47] mtd: nand: stm_nand_bch: search for and load flash-resident BBT
` [PATCH 37/47] mtd: nand: stm_nand_bch: "
` [PATCH 38/47] mtd: nand: stm_nand_bch: dump bad blocks
` [PATCH 39/47] mtd: nand: stm_nand_bch: parse partitions and register an MTD device
` [PATCH 40/47] mtd: nand: stm_nand_bch: fetch the bit-flips threshold
` [PATCH 41/47] mtd: nand: stm_nand_bch: MTD erase (BCH)
` [PATCH 42/47] mtd: nand: stm_nand_bch: MTD mark and check for bad blocks (BCH)
` [PATCH 43/47] mtd: nand: stm_nand_bch: read and write buffers (FLEX)
` [PATCH 44/47] mtd: nand: mtd_nand_bch: add remaining FLEX functions
` [PATCH 45/47] mtd: nand: stm_nand_bch: catch unhandled calls to read and write to the OOB
` [PATCH 46/47] mtd: nand: stm_nand_bch: finalise setup by calling and_scan_tail()
` [PATCH 47/47] mtd: nand: catch unsupported framework call-backs

[PATCH] mtd: denali: disable usage of subpages
 2014-04-30 22:23 UTC  (2+ messages)

[PATCH v2] mtd: davinci-nand: disable subpage write for keystone-nand
 2014-04-30 22:33 UTC  (7+ messages)

[PATCH v3 0/9] mtd: nand: add sunxi NAND Flash Controller support
 2014-04-30 18:14 UTC  (7+ messages)
` [PATCH v3 1/9] mtd: nand: define struct nand_timings
` [PATCH v3 2/9] mtd: nand: add ONFI timing mode to nand_timings converter
` [PATCH v3 3/9] of: mtd: add NAND timing mode retrieval support

[PATCH v4 10/21] mtd: support BB SRAM on ICP DAS LP-8x4x
 2014-04-30 17:35 UTC  (3+ messages)

[PATCH RFC] UBIFS: Fix assert failed in ubifs_set_page_dirty
 2014-04-30 13:48 UTC  (4+ messages)
` [PATCH v2] "

[RFC 00/47] mtd: nand: Add new driver supporting ST's BCH h/w
 2014-04-30 12:54 UTC  (23+ messages)
` [RFC 07/47] mtd: nand: stm_nand_bch: initialise the BCH Controller
` [RFC 13/47] mtd: nand: stm_nand_bch: provide Device Tree support
` [RFC 23/47] mtd: nand: stm_nand_bch: read and write page (BCH)
` [RFC 43/47] mtd: nand: stm_nand_bch: read and write functions (BCH)

Software ECC on NOR Flash
 2014-04-30  7:50 UTC 

JFFS2 locking issue on 3.14 + patches
 2014-04-30  5:43 UTC  (6+ messages)

[PATCH 1/2] mtd: print out the partition's read-only flag
 2014-04-30  3:53 UTC  (2+ messages)
` [PATCH 2/2] mtd: show the partition's flags in the the /proc/mtd

[PATCH v4] mtd: nand: Add support to use nand_base poi databuf as bounce buffer
 2014-04-30  1:40 UTC  (3+ messages)

[PATCH] mtd: nand: fix a typo in a comment line
 2014-04-29 19:14 UTC  (4+ messages)

VF610+ColdFireM54418 controller
 2014-04-29 16:36 UTC  (5+ messages)
    ` [RFC 1/5] mtd:fsl_nfc: Nand flash controller for VF610, MPC5125, etc

[PATCH V4] Add support for flag status register on Micron chips
 2014-04-29 15:29 UTC 

[PATCH v2 00/10] mtd: spi-nor: Add the DDR quad read support
 2014-04-29  6:54 UTC  (17+ messages)
` [PATCH v2 01/10] mtd: spi-nor: fix the wrong dummy value
` [PATCH v2 02/10] mtd: spi-nor: add a new field for spi_nor{}
` [PATCH v2 03/10] mtd: spi-nor: add DDR quad read support
` [PATCH v2 04/10] Documentation: mtd: add a new document for SPI NOR flash
` [PATCH v2 05/10] Documentation: fsl-quadspi: update the document
` [PATCH v2 06/10] mtd: fsl-quadspi: use the information stored in spi-nor{}
` [PATCH v2 07/10] mtd: fsl-quadspi: add the DDR quad read support for Spansion NOR
` [PATCH v2 08/10] mtd: spi-nor: add more read transfer flags for n25q256a
` [PATCH v2 09/10] mtd: spi-nor: add DDR quad read support for Micron
` [PATCH v2 10/10] mtd: fsl-quadspi: "

[PATCH] UBIFS: Remove unused variables in ubifs_budget_space
 2014-04-29  1:44 UTC 

[PATCH v3] mtd: nand: Add support to use nand_base poi databuf as bounce buffer
 2014-04-28 20:19 UTC 

LOAN
 2014-04-28 17:30 UTC 

[PATCH v2] mtd: nand: Add support to use nand_base poi databuf as bounce buffer
 2014-04-28 15:42 UTC  (9+ messages)

[PATCH V3] Add support for flag status register on Micron chips
 2014-04-28 15:37 UTC  (16+ messages)

[PATCH 0/3] nandtest: Allow multiple read & check iterations
 2014-04-28 13:14 UTC  (4+ messages)
` [PATCH 1/3] nandtest: Remove redundant check
` [PATCH 2/3] nandtest: Move the "read and compare" code to a function
` [PATCH 3/3] nandtest: Introduce multiple reads & check iterations

ubi layer tests (fastmap testing)
 2014-04-28  7:57 UTC  (2+ messages)

[PATCH V5] mtd: m25p80: modify the name of mtd_info
 2014-04-28  6:28 UTC 

[PATCH v3 0/4] mtd: nand: omap: add support for BCH16_ECC
 2014-04-28  5:08 UTC  (2+ messages)

ubifs: assertion fails
 2014-04-27 12:12 UTC  (5+ messages)

UBIFS CRC error, calculated from ubifs_check_node
 2014-04-27 11:19 UTC  (5+ messages)

Problem with JFFS2 garbage collector
 2014-04-27  8:57 UTC 

CONFIDENTIAL
 2014-04-26 16:27 UTC 

[PATCH] NAND_ECC_SOFT_BCH can support subpage reads too
 2014-04-25  5:31 UTC 

[PATCH v1 1/7] mtd: spi-nor: fix the wrong dummy value
 2014-04-24 14:27 UTC  (14+ messages)
` [PATCH v1 2/7] mtd: spi-nor: add DDR quad read support
` [PATCH v1 5/7] mtd: fsl-quadspi: get the dummy cycles for DDR Quad read from the DT property

[PATCH for v3.15 0/2] UBI: block: Support very large volumes
 2014-04-23 23:59 UTC  (2+ messages)

Fwd: [PATCH] mtd: nand: Add support to use nand_base poi databuf as bounce buffer
 2014-04-23 22:16 UTC 

[PATCH 0/2] mtd-utils: add nandmarkblk tool
 2014-04-23 15:54 UTC  (5+ messages)
` [PATCH 1/2] nandmarkblk: initial version
` [PATCH 2/2] nandmarkblk: erase block before marking bad

[PATCH RFC 1/3] Devicetree: Add pl353 smc controller devicetree binding information
 2014-04-23 13:39 UTC  (5+ 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).