public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2012-03-05 16:30:41 to 2012-03-14 06:18:19 UTC [more...]

[PATCH v2 00/13] mtd/nand/fsmc related modifications
 2012-03-14  6:17 UTC  (4+ messages)
` [PATCH v2 01/13] nand/fsmc: Pass partition information through platform data
` [PATCH v2 02/13] nand/fsmc: Remove default partition information from driver
` [PATCH v2 03/13] nand/fsmc: Correct the multiline comment format

[PATCH 0/4] MTD: Change meaning of -EUCLEAN return code on reads
 2012-03-13 22:14 UTC  (11+ messages)
` [PATCH 1/4] MTD: add ecc_strength fields to mtd structs
` [PATCH 2/4] MTD: flash drivers set ecc strength
` [PATCH 3/4] MTD: euclean_threshold added to mtd_info and sysfs
` [PATCH 4/4] MTD: drivers return max_bitflips, mtd returns -EUCLEAN

[PATCH] drivers/mtd: docg3 lessen read alignement burden
 2012-03-13 20:50 UTC  (5+ messages)
` [PATCH] drivers/mtd: docg3 fix writebufsize

MTD API locking and concurrency
 2012-03-13 17:17 UTC  (3+ messages)

[PATCH 0/4] jffs2: logging message neatening
 2012-03-13 16:34 UTC  (14+ messages)
` [PATCH 1/4] jffs2: Convert most D1/D2 macros to jffs2_dbg
        ` [PATCH l2-mtd] jffs2: Fix build when CONFIG_JFFS2_FS_DEBUG > 0

[PATCH] mtd: phram: dot not crash when built-in and passing boot param
 2012-03-13 15:07 UTC 

[PATCH 00/18] mtd/nand/fsmc related modifications
 2012-03-13 14:07 UTC  (40+ messages)
` [PATCH 01/18] nand/fsmc: Newly erased page read algorithm implemented
` [PATCH 02/18] mtd/fsmc_nand: ECC1 & ECC4 layout separated for different page sizes
` [PATCH 03/18] nand/fsmc: use ALE and CLE offsets from platform data
` [PATCH 04/18] mtd/nand/fsmc: Move ALE, CLE defines to their respective platform
` [PATCH 05/18] fsmc_nand.c: Fixed data abort inside change_bit()
` [PATCH 06/18] nand/fsmc: Improve the fsmc_correct_data() routine
` [PATCH 07/18] fsmc_nand.c: Support of 224-bytes OOB area length
` [PATCH 08/18] fsmc/nand: Add support for default partitions for several NAND devices
` [PATCH 09/18] nand/fsmc: Correct the multiline comment format
` [PATCH 10/18] nand/fsmc: Read only 512 + 13 bytes for 8bit NAND devices
` [PATCH 11/18] nand/fsmc: Flip the bit only if the error index is < 4096
` [PATCH 12/18] nand/fsmc: Initialize the badblockbits to 7
` [PATCH 13/18] mtd/fsmc_nand: add pm callbacks to support hibernation
` [PATCH 14/18] fsmc/nand: Modify fsmc driver to accept nand timing parameters via platform
` [PATCH 15/18] fsmc/nand: Use devm routines
` [PATCH 16/18] fsmc/nand: Use dev_err to report error scenario
` [PATCH 17/18] fsmc/nand: Access the NAND device word by word whenever possible
` [PATCH 18/18] fsmc/nand: Add DMA support

[PATCH] mtd: cfi: Wait for Block Erase operation to finish
 2012-03-13 13:33 UTC  (9+ messages)

[PATCH] mtd: phram: dot not crash when built-in and passing boot param
 2012-03-13 13:23 UTC  (3+ messages)

[PATCH] mtd: fsmc_nand: restore platform data partition support
 2012-03-13 13:12 UTC  (2+ messages)

[PATCH] mtd/gpmi : fix the wrong DMA command
 2012-03-13 12:33 UTC  (4+ messages)

[PATCH] mtd: sh_flctl: Add power management support
 2012-03-13 11:15 UTC  (2+ messages)

UBIFS crash (was Re: Problems with mtd_oobtest)
 2012-03-13  8:47 UTC  (7+ messages)

(no subject)
 2012-03-13  2:03 UTC 

[patch] Adding Secure Deletion to UBIFS
 2012-03-12 13:37 UTC  (13+ messages)
    ` [patch] Add encryption key parameter to compress/decompress functions

[PATCH v2] Makefile: fix "make clean" for old GNU find
 2012-03-12 13:08 UTC  (3+ messages)

Congratulations
 2012-03-12 10:25 UTC 

[PATCH (mtd-utils)] Makefile: fix "make clean" for old GNU find
 2012-03-09 17:46 UTC  (5+ messages)

[PATCH] mtd: do not use plain 0 as NULL
 2012-03-09 17:42 UTC 

[PATCH 1/2] UBI: allocate verification buffer on demand
 2012-03-09 16:42 UTC  (6+ messages)
` [PATCH 2/2] UBI: rename peb_buf1 to peb_buf

UBI/ubifs problem
 2012-03-09 13:51 UTC  (10+ messages)

Request for comments: UBI PEBs as a multiple of erase size
 2012-03-09 13:41 UTC  (3+ messages)
` [Resent with proper line wrap] "

[PATCH 0/6] mtd: Fix unnecessary flash erase and write errors
 2012-03-09 13:37 UTC  (3+ messages)

[PATCH v2 0/7] SH Mobile sh_flctl driver brush up
 2012-03-09 13:22 UTC  (9+ messages)

[PATCH] MTD: fix partition wrapper functions
 2012-03-09 12:58 UTC  (2+ messages)

[PATCH] drivers/mtd: docg3 trivial renaming
 2012-03-09 12:55 UTC  (2+ messages)

[PATCH v3 1/7] mtd: sh_flctl: Expand FLCMNCR register bit field
 2012-03-09 12:48 UTC  (2+ messages)

Problems with mtd_oobtest
 2012-03-09 12:13 UTC  (2+ messages)

[PATCH] MIPS: Kbuild: remove -Werror
 2012-03-09 11:35 UTC 

[PATCH V2 1/3] MTD: MIPS: lantiq: use module_platform_driver inside lantiq map driver
 2012-03-09 11:29 UTC  (3+ messages)

[PATCH] MTD: MIPS: lantiq: reintroduce support for cmdline partitions
 2012-03-09 11:29 UTC  (9+ messages)

[PATCH] mtd: cfi: Wait for Block Erase operation to finish
 2012-03-09 10:39 UTC  (2+ messages)

Problems with mtd_oobtest
 2012-03-09 10:35 UTC  (2+ messages)

[PATCH] mtd: Fix memory leak triggered by removal
 2012-03-09  9:49 UTC  (3+ messages)

Error when mounting ubi image
 2012-03-09  9:32 UTC  (3+ messages)

UBI: infinite error loop
 2012-03-09  9:26 UTC  (2+ messages)

UBI: infinite error loop
 2012-03-09  9:07 UTC  (2+ messages)

UBIFS kernel oops
 2012-03-09  7:56 UTC  (2+ messages)

Updating UBIFS rootfilesystem
 2012-03-09  7:53 UTC  (5+ messages)

[PATCH 1/2] UBI: fix documentation and improve readability
 2012-03-09  7:43 UTC  (4+ messages)
` [PATCH 2/2] UBI: fix eraseblock picking criteria

[PATCH] UBI: allocate verification buffer on demand
 2012-03-08 13:50 UTC  (2+ messages)

[RFC][PATCH 0/7] UBI checkpointing support
 2012-03-08 13:16 UTC  (16+ messages)
` [RFC][PATCH 1/7] MTD: UBI: Add checkpoint on-chip layout

Error whe mounting ubifs volume
 2012-03-08 12:12 UTC  (2+ messages)

ubi: suspicious calculation in 'ubi_wl_get_peb'
 2012-03-08 11:00 UTC  (7+ messages)

df -h, du -ahx and flash size not match
 2012-03-07 17:30 UTC  (4+ messages)

[PATCH 6/6] mtd: maps: sa1100-flash: Add reference counter to set_vpp()
 2012-03-07 14:14 UTC 

[PATCH 5/6] mtd: maps: pcmciamtd: Add reference counter to set_vpp()
 2012-03-07 14:13 UTC 

[PATCH 4/6] mtd: maps: l440gx: Add reference counter to set_vpp()
 2012-03-07 14:12 UTC 

[PATCH 3/6] mtd: maps: physmap: Add reference counter to set_vpp()
 2012-03-07 14:12 UTC 

[PATCH 2/6] mtd: chips: cfi_cmdset_0002: Match ENABLE_VPP()/DISABLE_VPP() calls
 2012-03-07 14:11 UTC 

[PATCH 1/6] mtd: chips: cfi_cmdset_0001: Match ENABLE_VPP()/DISABLE_VPP() calls
 2012-03-07 14:10 UTC 

[PATCH next-3.3 19/19] spear13xx: Use dma/word access for NAND based on platform
 2012-03-07 11:53 UTC  (2+ messages)

[PATCH v5 2/3] arm:davinci: move emif driver to mfd framework
 2012-03-06 13:12 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