linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-06-17 22:09:31 to 2011-06-25 17:20:44 UTC [more...]

[PATCH] rewrite build system to avoid recursion
 2011-06-25 17:20 UTC  (9+ messages)
` [PATCH 1/2 v2] "
  ` [PATCH 2/2] autogenerate version.h from build system
` [PATCH 1/2 v3] rewrite build system to avoid recursion
  ` [PATCH 2/2 v2] autogenerate version.h from build system

[PATCH] MTD: pxa3xx_nand: enable multiple chip select support
 2011-06-25 12:51 UTC  (11+ messages)

[PATCH 1/2] MTD: pxa3xx_nand: fix nand detection issue
 2011-06-25 11:48 UTC  (5+ messages)
` [PATCH 2/2] MTD: pxa3xx_nand: Fix blank page ECC mismatch

[Ubifs] Reboot -> "recovery needed"?
 2011-06-25 11:34 UTC 

[PATCH] build: remove old SYMLINKS variable
 2011-06-25  7:04 UTC  (2+ messages)

[PATCH 0/6] complete nanddump feature-removals
 2011-06-25  7:03 UTC  (9+ messages)
` [PATCH 1/6] nanddump: kill --omitbad, --noskipbad
` [PATCH 2/6] nanddump: change default to --bb=skipbad
` [PATCH 3/6] nanddump: change -o to mean --oob, not --omitoob
` [PATCH 4/6] nanddump: default to NOT dumping OOB data
` [PATCH 5/6] feature-removal: remove completed tasks
` [PATCH 6/6] integck: fix build error (MS_DIRSYNC, MS_RELATIME)

mtd-utils-1.4.5 is out
 2011-06-25  6:55 UTC 

linux-next: Tree for June 24 (mtd + of)
 2011-06-25  6:35 UTC  (4+ messages)

[PATCH] punt redundant libcrc32
 2011-06-25  6:12 UTC  (2+ messages)

[PATCH] mtd-utils: bump nanddump, mtdinfo version numbers
 2011-06-25  6:09 UTC  (4+ messages)

bbt and bitflip
 2011-06-24 20:36 UTC  (6+ messages)

[PATCH v2 0/7] new nanddump defaults
 2011-06-24 20:20 UTC  (38+ messages)
` [PATCH v2 1/7] nanddump: add --bb=METHOD option
` [PATCH v2 2/7] nanddump: remove --skipbad, leaving --bb=skipbad
` [PATCH v2 3/7] nanddump: deprecation messages for old BB options
` [PATCH v2 4/7] nanddump: warn about new default BB handling
` [PATCH v2 5/7] feature-removal-schedule: describe nanddump changes
` [PATCH v2 6/7] nanddump: add --oob option
` [PATCH v2 7/7] nanddump: document, warn about future default --omitoob
    ` [PATCH v3 0/7] prepare new nanddump options, defaults
    ` [PATCH v3 1/7] nanddump: add --bb=METHOD option
    ` [PATCH v3 2/7] nanddump: remove --skipbad, leaving --bb=skipbad
    ` [PATCH v3 3/7] nanddump: update help message for BB method changes
    ` [PATCH v3 4/7] nanddump: warn about new default BB handling
    ` [PATCH v3 5/7] feature-removal-schedule: describe nanddump changes
    ` [PATCH v3 6/7] nanddump: add --oob option
    ` [PATCH v3 7/7] nanddump: document, warn about future default --omitoob

[PATCH] mtd: spelling, capitalization, uniformity
 2011-06-24 20:00 UTC  (2+ messages)

[PATCH 0/5] Few additional cleanup patches
 2011-06-24 19:36 UTC  (7+ messages)
` [PATCH 1/5] mtd/maps: drop edb7312 support
` [PATCH 2/5] mtd/nand: "
` [PATCH 3/5] mtd: hide parse_mtd_partitions
` [PATCH 4/5] mtd: remove put_partition_parser() from public header
` [PATCH 5/5] mtd: drop mtd_device_register

mkfs.jffs2 min erase block size: 4 vs 8 KiB
 2011-06-24 19:29 UTC  (7+ messages)

Preventing JFFS2 partial page writes?
 2011-06-24 19:26 UTC  (8+ messages)

[PATCH v2] mtd: OneNAND: Detect the correct NOP when 4KiB pagesize
 2011-06-24 18:46 UTC  (4+ messages)

[Ubi] Wrong major:minor
 2011-06-24 14:33 UTC  (7+ messages)

[RFC] ubiblk: read-only block layer on top of UBI
 2011-06-24 13:34 UTC  (2+ messages)
` [PATCH] UBI: new module ubiblk: "

[PATCH] mtd: nand: handle ECC errors in OOB
 2011-06-23 23:45 UTC 

[PATCH] security: new security_inode_init_security API adds function callback
 2011-06-23 21:04 UTC 

[PATCH] UBI: clarify the volume notification types' doc
 2011-06-23 14:51 UTC  (3+ messages)
` [PATCHv2] "

"warning!: only 995 of 1984 eraseblocks have valid erase counter"
 2011-06-23 14:30 UTC  (4+ messages)

23rd June 2011 : Investment interest
 2011-06-23 11:45 UTC 

Claiming back space from NAND?
 2011-06-23  9:48 UTC  (3+ messages)

NAND OOB data
 2011-06-23  8:52 UTC  (8+ messages)

Problem with clean markers/partial writes on Micron 4-bit ECC NAND
 2011-06-23  8:46 UTC  (5+ messages)

NAND BBT corruption on MPC83xx
 2011-06-23  8:35 UTC  (2+ messages)

NAND BBT corruption on MPC83xx
 2011-06-23  8:31 UTC  (5+ messages)

[PATCH upstream] nand: nand_base: Always initialise oob_poi before writing OOB data
 2011-06-23  8:22 UTC  (7+ messages)

[PATCH V2 00/18] mtd: cleanup partition handling in OF-enabled drivers
 2011-06-23  7:56 UTC  (20+ messages)
` [PATCH 01/18] mtd: abstract last MTD partition parser argument
` [PATCH 02/18] mtd: prepare to convert of_mtd_parse_partitions to partition parser
` [PATCH 03/18] mtd: physmap_of: use ofpart through generic parsing
` [PATCH 04/18] mtd: m25p80: "
` [PATCH 05/18] mtd: fsl_elbc_nand: "
` [PATCH 06/18] mtd: fsl_upm: "
` [PATCH 07/18] mtd: mpc5121_nfc: "
` [PATCH 08/18] mtd: ndfc: "
` [PATCH 09/18] mtd: socrates_nand: "
` [PATCH 10/18] mtd: drop of_mtd_parse_partitions()
` [PATCH 11/18] mtd: physmap_of: move parse_obsolete_partitions to become separate parser
` [PATCH 12/18] mtd: physmap_of.c: use mtd_device_parse_register
` [PATCH 13/18] mtd: m25p80.c: "
` [PATCH 14/18] mtd: fsl_elbc_nand.c: "
` [PATCH 15/18] mtd: fsl_upm.c: "
` [PATCH 16/18] mtd: mpc5121_nfc.c: "
` [PATCH 17/18] mtd: ndfc.c: "
` [PATCH 18/18] mtd: socrates_nand.c: "

nanddump badblock options
 2011-06-22 16:53 UTC  (8+ messages)

[PATCH] powerpc/85xx: fix NAND_CMD_READID read bytes number
 2011-06-22 11:08 UTC  (3+ messages)

[PATCH V2 00/18] last part of big cleanup of partition handling
 2011-06-22  9:16 UTC  (10+ messages)
` [PATCH 01/18] mtd: abstract last MTD partition parser argument
` [PATCH 02/18] mtd: prepare to convert of_mtd_parse_partitions to partition parser

[PATCH 2/4] mtd: nand: convert printk() to pr_*()
 2011-06-22  9:12 UTC  (8+ messages)
` [PATCH v2 "

[PATCH/Trivial] jffs2: Avoid unneeded 'if' before kfree
 2011-06-22  5:35 UTC  (2+ messages)

[PATCH 1/2] mtd: onenand/omap2.c: fix build error
 2011-06-22  5:07 UTC  (4+ messages)
` [PATCH 2/2] mtd: onenand/samsung.c: "

[PATCH] mtd: onenand: remove redundant mtd_device_unregister before onenand_release
 2011-06-22  5:05 UTC  (2+ messages)

(no subject)
 2011-06-21 20:06 UTC 

Re :Re: [Help] SST39VF6401B Support
 2011-06-20 23:55 UTC  (8+ messages)
    `  "

ubifs_decompress: cannot decompress 
 2011-06-20 15:35 UTC  (8+ messages)

[patch] ubifs: dereferencing an ERR_PTR in ubifs_mount()
 2011-06-20  7:10 UTC 

[PATCH v2 0/1] mtd/docg3: M-Systems DOC G3 support
 2011-06-19  8:57 UTC  (2+ messages)
` [PATCH v2 1/1] mtd: Add DiskOnChip "

[PATCH 2/2 v2] mtd: onenand/samsung.c: fix build error
 2011-06-18  1:40 UTC 


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