linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-10-15 16:55:39 to 2013-10-23 16:44:37 UTC [more...]

[PATCH] driver/mtd/ifc: Read Status while programming NAND flash
 2013-10-23 16:44 UTC  (3+ messages)

[PATCH] driver/mtd/IFC: Add support of 8K page size NAND flash
 2013-10-23 16:43 UTC  (3+ messages)

problem with ecc errors and ubifs
 2013-10-23 16:17 UTC  (5+ messages)

[PATCH] UBI: optimize erase-header IO read checks
 2013-10-23 15:40 UTC  (2+ messages)

[PATCH v10 00/10] mtd:nand:omap2: clean-up of supported ECC schemes
 2013-10-23 14:46 UTC  (24+ messages)
` [PATCH v10 01/10] ARM: OMAP2+: cleaned-up DT support of various "
` [PATCH v10 02/10] mtd: nand: omap: combine different flavours of 1-bit hamming ecc schemes
` [PATCH v10 03/10] mtd: nand: omap: cleanup: replace local references with generic framework names
` [PATCH v10 04/10] mtd: nand: omap: fix device scan: NAND_CMD_READID, NAND_CMD_RESET, CMD_CMD_PARAM use only x8 bus
` [PATCH v10 05/10] mtd:nand:omap2: clean-up BCHx_HW and BCHx_SW ECC configurations in device_probe
` [PATCH v10 06/10] mtd: nand: omap: clean-up ecc layout for BCH ecc schemes
` [PATCH v10 07/10] mtd: nand: omap: use drivers/mtd/nand/nand_bch.c wrapper for BCH ECC instead of lib/bch.c
` [PATCH v10 08/10] ARM: dts: AM33xx: updated default ECC scheme in nand-ecc-opt
` [PATCH v10 09/10] mtd: nand: omap: updated devm_xx for all resource allocation and free calls
` [PATCH v10 10/10] mtd: nand: omap: remove selection of BCH ecc-scheme via KConfig

[PATCH] mtd: gpmi: fix the ecc regression
 2013-10-23 14:33 UTC  (4+ messages)

lz4hc compression in UBIFS?
 2013-10-23 13:39 UTC  (9+ messages)

[PATCH v2 00/27] Armada 370/XP NAND support
 2013-10-23 13:06 UTC  (35+ messages)
` [PATCH v2 01/27] clk: mvebu: Add Core Divider clock
` [PATCH v2 02/27] ARM: mvebu: Add Core Divider clock device-tree binding
` [PATCH v2 03/27] ARM: mvebu: Add a 2 GHz fixed-clock Armada 370/XP
` [PATCH v2 04/27] ARM: mvebu: Add the core-divider clock to "
` [PATCH v2 05/27] mtd: nand: pxa3xx: Make config menu show supported platforms
` [PATCH v2 06/27] mtd: nand: pxa3xx: Prevent sub-page writes
` [PATCH v2 07/27] mtd: nand: pxa3xx: Early variant detection
` [PATCH v2 08/27] mtd: nand: pxa3xx: Use chip->cmdfunc instead of the internal
` [PATCH v2 09/27] mtd: nand: pxa3xx: Split FIFO size from to-be-read FIFO count
` [PATCH v2 10/27] mtd: nand: pxa3xx: Replace host->page_size by mtd->writesize
` [PATCH v2 11/27] mtd: nand: pxa3xx: Disable OOB on arbitrary length commands
` [PATCH v2 12/27] mtd: nand: pxa3xx: Use a completion to signal device ready
` [PATCH v2 13/27] mtd: nand: pxa3xx: Add bad block handling
` [PATCH v2 14/27] mtd: nand: pxa3xx: Add driver-specific ECC BCH support
` [PATCH v2 15/27] mtd: nand: pxa3xx: Clear cmd buffer #3 (NDCB3) on command start
` [PATCH v2 16/27] mtd: nand: pxa3xx: Add helper function to set page address
` [PATCH v2 17/27] mtd: nand: pxa3xx: Remove READ0 switch/case falltrough
` [PATCH v2 18/27] mtd: nand: pxa3xx: Split prepare_command_pool() in two stages
` [PATCH v2 19/27] mtd: nand: pxa3xx: Move the data buffer clean to prepare_start_command()
` [PATCH v2 20/27] mtd: nand: pxa3xx: Fix SEQIN column address set
` [PATCH v2 21/27] mtd: nand: pxa3xx: Add a read/write buffers markers
` [PATCH v2 22/27] mtd: nand: pxa3xx: Introduce multiple page I/O support
` [PATCH v2 23/27] mtd: nand: pxa3xx: Add multiple chunk write support
` [PATCH v2 24/27] mtd: nand: pxa3xx: Add ECC BCH correctable errors detection
` [PATCH v2 25/27] ARM: mvebu: Add support for NAND controller in Armada 370/XP
` [PATCH v2 26/27] ARM: mvebu: Enable NAND controller in Armada XP GP board
` [PATCH v2 27/27] ARM: mvebu: Enable NAND controller in Armada 370 Mirabox

[PATCH, RFC] what's the point of mtd_inodefs?
 2013-10-23 10:03 UTC  (3+ messages)

gpmi-mtd ecc regression
 2013-10-23  5:33 UTC  (7+ messages)

[PATCH for mtd-utils 0/4] about the SLC/MLC
 2013-10-23  3:28 UTC  (4+ messages)

[PATCH]mtd: map: fixed bug in 64-bit systems
 2013-10-23  1:43 UTC  (3+ messages)

[PATCH] mtd: Move major number definitions to major.h
 2013-10-23  0:02 UTC  (3+ messages)

[RESEND][PATCH] mtd: bcm47xxpart: detect "factory" partition
 2013-10-22 22:08 UTC  (2+ messages)

[RESEND][PATCH V2] mtd: bcm47xxpart: detect block aligned Squashfs partition
 2013-10-22 22:07 UTC  (2+ messages)

[PATCH] mtd: bcm47xxpart: handle malloc failures
 2013-10-22 22:05 UTC  (2+ messages)

[PATCH 1/3] mtd: plat-ram: Use module_platform_driver
 2013-10-22 22:03 UTC  (2+ messages)

[PATCH v9 0/9] mtd:nand:omap2: clean-up of supported ECC schemes
 2013-10-22 20:24 UTC  (28+ messages)
` [PATCH v9 1/9] mtd: nand: omap: combine different flavours of 1-bit hamming ecc schemes
` [PATCH v9 3/9] mtd: nand: omap: cleanup: replace local references with generic framework names
` [PATCH v9 4/9] mtd: nand: omap: enable auto-detection of bus-width for omap-nand drivers
` [PATCH v9 5/9] mtd:nand:omap2: clean-up BCHx_HW and BCHx_SW ECC configurations in device_probe
` [PATCH v9 6/9] mtd: nand: omap: clean-up ecc layout for BCH ecc schemes
` [PATCH v9 7/9] mtd: nand: omap: use drivers/mtd/nand/nand_bch.c wrapper for BCH ECC instead of lib/bch.c
` [PATCH v9 9/9] mtd: nand: omap: updated devm_xx for all resource allocation and free calls

How to handle ECC in erased pages?
 2013-10-22 18:38 UTC  (3+ messages)

[PATCH] UBIFS: remove unnecessary code in ubifs_garbage_collect
 2013-10-22 14:44 UTC  (4+ messages)

[PATCH] mtd: cmdlinepart: use cmdline partition parser lib
 2013-10-22 13:14 UTC  (4+ messages)
  ` [PATCH 1/2] block: remove unrelated header files and export symbol
  ` [PATCH 2/2] mtd: cmdlinepart: use cmdline partition parser lib

[PATCH V2 0/4] mtd: gpmi: support two nand chips at most
 2013-10-22  9:03 UTC  (10+ messages)

[PATCH v3 00/10] About the SLC/MLC
 2013-10-22  5:11 UTC  (6+ messages)

[PATCH] mtd: nand: hack ONFI for non-power-of-2 dimensions
 2013-10-21 18:15 UTC  (2+ messages)

[PATCH] mtd: nand: use a local variable to simplify the nand_scan_tail
 2013-10-21 17:48 UTC  (7+ messages)

[PATCH v1] mtd-utils:mkfs.ubifs: Add support for LZ4HC compression
 2013-10-21  9:49 UTC  (2+ messages)

[PATCH v3] mtd: nand: pxa3xx: Fix registered MTD name
 2013-10-19 21:19 UTC 

[PATCH v2] mtd: nand: pxa3xx: Fix registered MTD name
 2013-10-19 13:02 UTC  (5+ messages)

!
 2013-10-19  7:26 UTC 

[PATCH 1/3] spi/qspi: Add memory mapped read support
 2013-10-18 14:47 UTC  (32+ messages)

nandsim LEB size mismatch
 2013-10-18 11:41 UTC  (2+ messages)

[PATCH 1/1] mtd: mxc_nand: Include linux/of.h header
 2013-10-18 10:46 UTC 

[PATCH] mtd: nand: pxa3xx: Fix registered MTD name
 2013-10-18  9:33 UTC  (3+ messages)

[PATCH 00/21] Armada 370/XP NAND support
 2013-10-17 22:27 UTC  (16+ messages)
` [PATCH 03/21] mtd: nand: pxa3xx: Use a completion to signal device ready
` [PATCH 05/21] mtd: nand: pxa3xx: Add driver-specific ECC BCH support

[PATCH V9 32/33] ubifs: convert file ops from aio_read/write to read/write_iter
 2013-10-16 14:04 UTC 

[PATCH] mtd: dataflash: Say if we find a device we don't support
 2013-10-16 12:16 UTC 

[PATCH 0/2] pxa3xx: Data buffer dynamic allocation
 2013-10-16 11:05 UTC  (11+ messages)
` [PATCH 2/2] mtd: nand: pxa3xx: Allocate data buffer on detected flash size

MTD utils v1.5.0: MEMERASE64 ioctl failed error
 2013-10-15 19:12 UTC  (5+ messages)

Grow UBI device?
 2013-10-15 18:38 UTC  (4+ messages)

N25Q256A 13E40
 2013-10-15 17:22 UTC  (5+ messages)

[PATCH][v2] mtd: m25p80: Add support for Micron N25Q512A memory
 2013-10-15 17:07 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).