linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-04-17 14:19:10 to 2012-04-25 15:45:39 UTC [more...]

[PATCH v2 0/2] mtd: nand: rework nand_ecc_ctrl interface for OOB
 2012-04-25 15:45 UTC  (8+ messages)
` [PATCH v2 1/2] mtd: nand: add 'use_oob' argument to NAND {read, write}_page interfaces
  ` [PATCH v2 1/2] mtd: nand: add 'use_oob' argument to NAND {read,write}_page interfaces
` [PATCH v2 2/2] mtd: nand: nand_base - pass proper 'use_oob' parameter

[PATCH] ARM: OMAP3: gpmc: add BCH ecc api and modes
 2012-04-25 15:44 UTC  (4+ messages)

[PATCH 0/7] mtd: Change meaning of -EUCLEAN return code on reads
 2012-04-25 15:35 UTC  (15+ messages)
` [PATCH 1/7] mtd: ecc_strength is at ecc step granularity
` [PATCH 2/7] mtd: nand: fix incorrect ecc strength values
` [PATCH 3/7] mtd: expose ecc_strength through sysfs
` [PATCH 4/7] mtd: bitflip threshold added to mtd_info and sysfs
` [PATCH 5/7] mtd: nand: read_page() returns max_bitflips
` [PATCH 6/7] mtd: nand: sanity checks of ecc strength in nand_scan_tail()
` [PATCH 7/7] mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN

[PATCH -next] mtd: fix sbc2_flash build when PCI is not enabled
 2012-04-25 15:33 UTC  (3+ messages)

[PATCH v3.4-rc3] MTD: NAND: ams-delta: Fix request_mem_region() failure
 2012-04-25 15:13 UTC  (2+ messages)

UBIFS recovery fail after power-cut
 2012-04-25 15:03 UTC  (4+ messages)

[PATCH 0/2] mtd: nand: rework nand_ecc_ctrl interface for OOB
 2012-04-25 14:16 UTC  (26+ messages)
` [PATCH 1/2] mtd: nand: add OOB argument to NAND {read, write}_page interfaces
  ` [PATCH 1/2] mtd: nand: add OOB argument to NAND {read,write}_page interfaces
` [PATCH 2/2] mtd: nand: nand_do_{read, write}_ops - pass OOB buffer through
  ` [PATCH 2/2] mtd: nand: nand_do_{read,write}_ops "

[PATCH v2 0/10] sh_flctl hardware ECC mode cleanup
 2012-04-25 14:14 UTC  (12+ messages)
` [PATCH v2 01/10] mtd: sh_flctl: Add missing iounmap()
` [PATCH v2 02/10] ARM: sh-mobile: mackerel: Add error IRQ resource
` [PATCH v2 03/10] mtd: sh_flctl: Add support for error IRQ
` [PATCH v2 04/10] mtd: sh_flctl: Use different OOB layout
` [PATCH v2 05/10] mtd: sh_flctl: Fix hardware ECC behaviour
` [PATCH v2 06/10] mtd: sh_flctl: Simplify the hardware ecc page read/write
` [PATCH v2 07/10] mtd: sh_flctl: Group sector accesses into a single transfer
` [PATCH v2 08/10] mtd: sh_flctl: Restructure the hardware ECC handling
` [PATCH v2 09/10] mtd: sh_flctl: Use user oob data in hardware ECC mode
` [PATCH v2 10/10] ARM: sh-mobile: mackerel: Use hardware error correction

[PATCH] [JFFS2] load_xattr_datum need to return a positive number in case of unrecoverable error
 2012-04-25 13:59 UTC  (5+ messages)

[PATCH] [JFFS2] check xattr data integrity during the scan
 2012-04-25 13:55 UTC  (5+ messages)

[PATCH 0/9] sh_flctl hardware ECC mode cleanup
 2012-04-25 13:26 UTC  (22+ messages)
` [PATCH 1/9] mtd: sh_flctl: Add support for error IRQ
` [PATCH 2/9] ARM: sh-mobile: mackerel: Add error IRQ resource
` [PATCH 3/9] mtd: sh_flctl: Use different OOB layout
` [PATCH 4/9] mtd: sh_flctl: Fix hardware ECC behaviour
` [PATCH 5/9] mtd: sh_flctl: Simplify the hardware ecc page read/write
` [PATCH 6/9] mtd: sh_flctl: Group sector accesses into a single transfer
` [PATCH 7/9] mtd: sh_flctl: Restructure the hardware ECC handling
` [PATCH 8/9] mtd: sh_flctl: Use user oob data in hardware ECC mode
` [PATCH 9/9] ARM: sh-mobile: mackerel: Use hardware error correction

[PATCH] mtd/cmdlinepart: fix reference to mtdpart_setup() in comment
 2012-04-25 13:14 UTC 

[PATCH v2 0/3] add gpmi-nand dt support for mx6q and mx28
 2012-04-25  7:19 UTC  (8+ messages)
` [PATCH v2 1/3] mtd: gpmi: add device tree "
` [PATCH v2 2/3] ARM: mx28: add gpmi-nand dt support
` [PATCH v2 3/3] ARM: mx6q: "

(no subject)
 2012-04-25  6:57 UTC 

UBIFS switched to read-only mode after make_reservation warnings
 2012-04-24 15:46 UTC 

[PATCH] UBI: always dump flash contents in case of errors
 2012-04-24 11:17 UTC 

[PATCH] UBI: always dump the stack on error
 2012-04-24 11:06 UTC 

[PATCH 00/10] allow mxc_nand to be probed via device tree
 2012-04-24  8:12 UTC  (14+ messages)
` [PATCH 01/10] mtd: mxc_nand: set owner field to prevent module unloading when in use
` [PATCH 02/10] mtd: mxc_nand: use a flag to detect if the mx21 quirk is necessary
` [PATCH 03/10] mtd: mxc_nand: move function pointers to a per-SOC struct
      ` [PATCH] mtd: mxc_nand: fix several sparse warnings about incorrect address space
` [PATCH 04/10] mtd: mxc_nand: split some functions to get rid of more nfc_is_vX()
` [PATCH 05/10] mtd: mxc_nand: put ecc layout into devtype structs
` [PATCH 06/10] mtd: mxc_nand: split chip_select function and put it into devtype struct
` [PATCH 07/10] mtd: mxc_nand: put callback for data correction "
` [PATCH 08/10] mtd: mxc_nand: put several more fields into devtype_data
` [PATCH 09/10] mtd: mxc_nand: implement device tree probing
` [PATCH 10/10] ARM: imx: add mxc_nand to imx27 device tree

[PATCH] ubi: Do "dump_stack()" in case of the ubi_io_read()/ubi_io_write()/do_sync_erase() has an error
 2012-04-24  3:50 UTC  (4+ messages)

[PATCH 0/3] add gpmi-nand dt support for mx6q-arm2 and imx28evk
 2012-04-23 13:05 UTC  (10+ messages)
` [PATCH 1/3] ARM: mx6q-arm2: add gpmi-nand dt support
` [PATCH 2/3] ARM: mx28evk: "
` [PATCH 3/3] mtd: gpmi: add device tree support for mx6q-arm2 and mx28evk

UBIFS mount error: No space left on device
 2012-04-23 12:34 UTC 

[PATCH] mtd: block2mtd: page_read() never returns NULL
 2012-04-23 10:47 UTC 

[PATCH (mtd-utils)] mtd_write: fall back to old method on ENOMEM
 2012-04-23  7:43 UTC  (3+ messages)

[PATCH] jffs2: refactor csize in jffs2_do_read_inode_internal()
 2012-04-23  6:58 UTC  (7+ messages)

Exposing NAND chip information
 2012-04-22 23:40 UTC  (3+ messages)

UBIFS mount failure upon power off
 2012-04-22 15:01 UTC  (8+ messages)

Why the nand chip driver "should never return -EBADMSG if it failed to read all the request data"
 2012-04-22 14:37 UTC  (2+ messages)

[PATCH 1/1] Remove UBIFS_FS_XATTR config option
 2012-04-22 14:27 UTC  (3+ messages)

Unstable bits and JFFS2
 2012-04-22 14:25 UTC  (9+ messages)

[PATCH] Modify mtd-utils intgck utility to test extended attribute set/get for UBIFS
 2012-04-22 13:15 UTC  (3+ messages)

[PATCH] JFFS2: Add parameter to reserve disk space for root
 2012-04-22 13:15 UTC  (3+ messages)

UBIFS mount failed with "Invalid argument" after power cut
 2012-04-22 13:12 UTC  (2+ messages)

[PATCH] mtd: omap2: fix resource leak in prefetch-busy path
 2012-04-22 12:45 UTC  (2+ messages)

[PATCH] mtd : print out the page size and oob size after parsing out the nand
 2012-04-22  5:15 UTC  (5+ messages)

[PATCH] driver/mtd: IFC NAND: Add support of ONFI NAND flash
 2012-04-21 17:39 UTC  (2+ messages)

[PATCH 04/11] lpddr: replace open-coded ARRAY_SIZE with macro
 2012-04-21 14:19 UTC  (2+ messages)

Suggestion needed to set proper journal size
 2012-04-20 22:59 UTC 

[PATCH] mtd: nand: omap: add support for hardware BCH ecc
 2012-04-20 11:22 UTC  (3+ messages)

[PATCH v4 1/2] MTD: atmel_nand: Update driver to support Programmable HW ECC controller
 2012-04-20  9:24 UTC  (8+ messages)
` [PATCH v4 2/2] MTD: AT91: Update atmel_nand_data to support PMECC

[PATCH] MTD: bcm63xxpart: handle Broadcom partition order
 2012-04-19 20:44 UTC  (2+ messages)

[PATCH v2] ARM: OMAP3: gpmc: add BCH ecc api and modes
 2012-04-19 18:43 UTC 

mtdchar kernel oops
 2012-04-19  0:51 UTC  (10+ messages)

[PATCH v8 0/4] add the GPMI-NAND support for imx23/imx28
 2012-04-18 21:46 UTC  (4+ messages)
` [PATCH v8 4/4] ARM: mxs/mx28evk: add GPMI-NAND device

S5PC100/S5PV210 NAND controller support
 2012-04-18 10:48 UTC  (2+ messages)

[RFC] mtd: nand: Add a STATUS CMD after write verification
 2012-04-18 10:25 UTC  (2+ messages)

[PATCH] mtd : add parsing code for one kind of Hynix's nand chip
 2012-04-18  7:52 UTC  (6+ messages)

Query mtd-utils v1.4.9 : flash_erase.c
 2012-04-18  6:43 UTC  (9+ messages)

UBI use subpage and verify fail when write on nandflash
 2012-04-18  5:05 UTC  (3+ messages)

[PATCH 1/2 V2] mtd: spear_smi: Add clk_{un}prepare() support
 2012-04-17 18:21 UTC  (3+ messages)
` [PATCH 2/2 V2] mtd: fsmc_nand: "


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