linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-01-29 14:51:29 to 2010-02-09 16:58:33 UTC [more...]

[PATCH 0/17 V7] Work to enable SmartMedia/xD support in mtd subsystem
 2010-02-09 16:57 UTC  (13+ messages)
` [PATCH 01/17] MTD: create lockless versions of {get, put}_mtd_device This will be used to resolve deadlock in block translation layer
` [PATCH 02/17] blktrans: nuke mtd_blkcore_priv and make both thread and disk queue be per device
` [PATCH 03/17] blktrans: track open and close calls
` [PATCH 04/17] blktrans: don't free mtd_blktrans_dev, core will do that for you
` [PATCH 05/17] blktrans: add proper locking
` [PATCH 06/17] blktrans: flush all requests before we remove the device
` [PATCH 07/17] blktrans: allow FTL drivers to export sysfs attributes
` [PATCH 08/17] MTD: call remove notifiers before removing the device
` [PATCH 09/17] MTD: nand: make MTD_OOB_PLACE work correctly
` [PATCH 10/17] MTD: nand: cleanup nand_do_write_ops
` [PATCH 11/17] MTD: nand: make suspend work if device is accessed by kernel threads
` [PATCH 12/17] MTD: nand: make reads using MTD_OOB_RAW affect only ECC validation

noatime and nodiratime for ubifs mounting
 2010-02-09 15:02 UTC  (3+ messages)

[PATCH] Web site: Some grammatical fixes for the FAQ General page
 2010-02-09 13:44 UTC 

[patch 1/5] jffs2: fix memory corruption in jffs2_read_inode_range()
 2010-02-09 13:33 UTC  (5+ messages)

[patch for 2.6.33? 1/1] mtd/nand: fix build failure caused by typo
 2010-02-09 12:13 UTC  (3+ messages)

[PATCH] JFFS2: Erase max 3 EB's in jffs2_write_super()
 2010-02-09 12:07 UTC  (5+ messages)

fsck.ubifs?
 2010-02-09 11:52 UTC  (2+ messages)

mtd/maps/ceiva.c: possibly uninitialised local variable nr
 2010-02-09 11:47 UTC  (2+ messages)

[PATCH] Web site: A few grammatical fixes in Docs/General
 2010-02-09 11:34 UTC 

infradead "tests" section doesn't mention "nandecctest"
 2010-02-09 11:11 UTC  (4+ messages)

[PATCH v3 00/11] Update support for MPC512x
 2010-02-09  8:48 UTC  (3+ messages)
` [PATCH v3 04/11] mtd: Add MPC5121 NAND Flash Controller driver

ubi, ubifs, and preempt
 2010-02-09  4:20 UTC  (2+ messages)

NAND: fixes
 2010-02-08 17:41 UTC  (9+ messages)
` [PATCH 1/7] MTD: nand: make MTD_OOB_PLACE work correctly
` [PATCH 2/7] MTD: nand: cleanup nand_do_write_ops
` [PATCH 3/7] MTD: nand: make suspend work if device is accessed by kernel threads
` [PATCH 4/7] MTD: nand: make reads using MTD_OOB_RAW affect only ECC validation
` [PATCH 5/7] NAND: make ->check_bad more user friendly
` [PATCH 6/7] MTD: common module for smartmedia/xD support
` [PATCH 7/7] MTD: add few workarounds to nand system for SmartMedia/xD chips

[PATCHv3 0/9] mtd: Remove static limit on device numbers
 2010-02-08 16:08 UTC  (13+ messages)
` [PATCHv3 1/9] mtd: Introduce and use iteration macro for reading the MTD device table
` [PATCHv3 2/9] mtd: Use get_mtd_device_nm() to find named device in get_sb_mtd()
` [PATCHv3 3/9] nandsim: Define CONFIG_NANDSIM_MAX_PARTS and use it instead of MAX_MTD_DEVICES
` [PATCHv3 4/9] mtd: Remove unnecessary comparisons with MAX_MTD_DEVICES
` [PATCHv3 5/9] mtdblock: Dynamically allocate cache info structures
` [PATCHv3 6/9] idr: Export idr_get_next()
` [PATCHv3 7/9] mtd: Replace static array of devices with an idr structure
` [PATCHv3 8/9] mtd: Raise limit on block device minor numbers
` [PATCHv3 9/9] mtdchar: Register the full range of "

[PATCH] mtd: Change positive error return into negative in mtd_do_writeoob()
 2010-02-08 15:11 UTC  (2+ messages)

[PATCH v2 1/3] Introducing 'gpmc-nand.c' for GPMC specific NAND init
 2010-02-08 11:45 UTC 

Partitions not created following 2.6.28 -> 2.6.31 update
 2010-02-08 11:38 UTC  (2+ messages)

[PATCH 0/3] OMAP: NAND: support flashes on sdp boards
 2010-02-08 11:21 UTC  (2+ messages)
` [PATCH v2 "

[PATCH v3 2/2] Adding nand lock/unlock routines
 2010-02-08 10:20 UTC 

[PATCH v2 2/2] Adding nand lock/unlock routines
 2010-02-08  8:41 UTC  (2+ messages)

[PATCH] OMAP: NAND: support flashes on sdp boards
 2010-02-07 23:49 UTC 

[PATCH V6] Work to enable SmartMedia/xD support
 2010-02-05 17:05 UTC  (27+ messages)
` [PATCH 01/17] MTD: create lockless versions of {get, put}_mtd_device This will be used to resolve deadlock in block translation layer
` [PATCH 02/17] blktrans: nuke mtd_blkcore_priv and make both thread and disk queue be per device
` [PATCH 03/17] blktrans: track open and close calls
` [PATCH 04/17] blktrans: don't free mtd_blktrans_dev, core will do that for you
` [PATCH 05/17] blktrans: add proper locking
` [PATCH 06/17] blktrans: flush all requests before we remove the device
` [PATCH 07/17] blktrans: allow FTL drivers to export sysfs attributes
` [PATCH 08/17] MTD: call remove notifiers before removing the device
` [PATCH 09/17] MTD: nand: make MTD_OOB_PLACE work correctly
` [PATCH 10/17] MTD: nand: make reads using MTD_OOB_RAW affect only ECC validation
` [PATCH 11/17] MTD: nand: fix bug that prevented write of more that one page by ->write_oob
` [PATCH 12/17] MTD: nand: make suspend work if device is accessed by kernel threads
` [PATCH 13/17] MTD: export few functions from nand_base.c
` [PATCH 14/17] MTD: common module for smartmedia/xD support
` [PATCH 15/17] MTD: add few workarounds to nand system for SmartMedia/xD chips
` [PATCH 16/17] MTD: Add nand driver for ricoh xD/SmartMedia reader
` [PATCH 17/17] MTD: Add new SmartMedia/xD FTL

[PATCH] mxc-nand: no need to check for validity of platform drive data
 2010-02-05 13:55 UTC  (4+ messages)

Emulated write failures cause block marking as bad
 2010-02-05  9:23 UTC  (4+ messages)

[PATCH 1/3] Introducing 'gpmc-nand.c' for GPMC specific NAND init
 2010-02-05  7:10 UTC  (3+ messages)

[PATCH 1/3] Introducing 'gpmc-nand.c' for GPMC specific NAND init
 2010-02-05  0:26 UTC 

Fix mtd-utils bugs
 2010-02-04  7:25 UTC  (7+ messages)
` [PATCH 1/5] clean up the legacy interfaces in nandwrite.c
  ` [PATCH 2/5] check if the start address is page-aligned
    ` [PATCH 3/5] Fix the bug of writing a yaffs2 image to NAND
      ` [PATCH 4/5] Discard the legacy interface MEMGETOOBSEL in flash_eraseall
        ` [PATCH 5/5] Place the cleanmarker in OOB area according to the mode MTD_OOB_AUTO

[PATCH 0/1] Fix OOB checking problem in nand_base.c
 2010-02-04  7:18 UTC  (2+ messages)
` [PATCH 1/1] mtd: nand: move the checking the validity of oob into nand_write_oob

ubi_bgt0d: page allocation failure. order:8, mode:0xd0
 2010-02-04  5:19 UTC  (2+ messages)

To remove UBI Control Device . . 
 2010-02-04  5:09 UTC  (2+ messages)

[PATCH] mtd: hot spin and code duplication in nand_bcm_umi_bch_read_oobEcc()
 2010-02-03 16:22 UTC  (2+ messages)

Squashfs over UBI
 2010-02-03 16:17 UTC  (2+ messages)

[PATCH] mxc_nand : add RESET command support
 2010-02-03 16:02 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v2 1/2] Creating helper func for 'ofs' and 'len' verification for 'nand_erase_nand'
 2010-02-03 15:48 UTC 

[PATCH 0/2] Adding NAND lock / unlock routines
 2010-02-03 15:46 UTC  (2+ messages)
` [PATCH v2 "

[PATCH] mtd-utils: add option to not force largefile support
 2010-02-03  9:18 UTC 

[PATCH v2 0/2] Adding NAND lock / unlock routines
 2010-02-03  9:03 UTC 

[PATCH 2/2] Adding nand lock/unlock routines
 2010-02-03  9:02 UTC 

[PATCH 2/2] Adding nand lock/unlock routines
 2010-02-03  9:02 UTC 

[PATCH 1/2] Creating helper func for 'ofs' and 'len'
 2010-02-03  8:42 UTC 

(no subject)
 2010-02-03  4:31 UTC  (8+ messages)
` [PATCH 1/5] clean up the legacy interfaces in nandwrite.c
  ` [PATCH 2/5] check if the start address is page-aligned
    ` [PATCH 3/5] Fix the bug of writing a yaffs2 image to NAND
      ` [PATCH 4/5] Discard the legacy interface MEMGETOOBSEL in flash_eraseall
        ` [PATCH 5/5] Place the cleanmarker in OOB area according to the mode MTD_OOB_AUTO
` 

[patch 5/5] mtd: change positive error return into negative in mtd_do_writeoob()
 2010-02-02 22:43 UTC 

[patch 4/5] mtd: hot spin and code duplication in nand_bcm_umi_bch_read_oobEcc()
 2010-02-02 22:43 UTC 

[patch 3/5] mtd: chips/cfi, remove unneeded NULL checks
 2010-02-02 22:43 UTC 

[patch 2/5] jffs2: avoid using C++ keyword `new' in userspace-visible header
 2010-02-02 22:43 UTC 

UBIFS bad superblock error
 2010-02-02 16:46 UTC  (3+ messages)

UBIFS assert failed in ubifs_dirty_inode
 2010-02-02 10:42 UTC  (8+ messages)

flash_eraseall -j and refusing to mount jffs2 on NAND flash partition
 2010-02-02  6:39 UTC  (2+ messages)

static vs. dynamic UBI volume
 2010-02-02  6:20 UTC  (2+ messages)

[PATCH] [JFFS2] Readpages using Read-While-Load feature
 2010-02-02  6:05 UTC  (2+ messages)

[PATCH] mtd: maps: Blackfin async: rename local funcs to avoid common clashes
 2010-02-02  6:01 UTC  (2+ messages)

[PATCH] mtdchar.c: fix different address space noise
 2010-02-02  5:58 UTC  (2+ messages)

[PATCH] cfi.h: quiet sparse noise
 2010-02-02  5:58 UTC  (2+ messages)

[PATCH 1/2] let MTD_XIP depend on XIP_KERNEL or ROMKERNEL
 2010-02-02  5:48 UTC  (2+ messages)

[PATCH] mtd: sh_flctl SHBUSSEL and SEL_16BIT support
 2010-02-02  4:04 UTC  (5+ messages)
` [PATCH] mtd: trivial sh_flctl changes

lock_super twice?
 2010-02-01 20:07 UTC 

[PATCH V5] Work to enable SmartMedia/xD support
 2010-02-01 15:40 UTC  (21+ messages)
` [PATCH 01/17] MTD: create lockless versions of {get, put}_mtd_device This will be used to resolve deadlock in block translation layer
` [PATCH 02/17] blktrans: nuke mtd_blkcore_priv and make both thread and disk queue be per device
` [PATCH 03/17] blktrans: track open and close calls
` [PATCH 04/17] blktrans: don't free mtd_blktrans_dev, core will do that for you
` [PATCH 05/17] blktrans: add proper locking
` [PATCH 06/17] blktrans: flush all requests before we remove the device
` [PATCH 07/17] blktrans: allow FTL drivers to export sysfs attributes
` [PATCH 08/17] MTD: call remove notifiers before removing the device
` [PATCH 09/17] MTD: nand: make MTD_OOB_PLACE work correctly
` [PATCH 10/17] MTD: nand: make reads using MTD_OOB_RAW affect only ECC validation
` [PATCH 11/17] MTD: nand: fix bug that prevented write of more that one page by ->write_oob
` [PATCH 12/17] MTD: nand: make suspend work if device is accessed by kernel threads
` [PATCH 13/17] MTD: export few functions from nand_base.c
` [PATCH 14/17] MTD: common module for smartmedia/xD support
` [PATCH 15/17] MTD: add few workarounds to nand system for SmartMedia/xD chips
` [PATCH 16/17] MTD: Add nand driver for ricoh xD/SmartMedia reader
` [PATCH 17/17] MTD: Add new SmartMedia/xD FTL
  ` [PATCH] "

ubiformat image verification
 2010-02-01  4:33 UTC  (5+ messages)

shrinking ubifs?
 2010-02-01  4:30 UTC  (8+ messages)

NAND misreads on omap beagle and overo
 2010-01-29 17:21 UTC  (3+ messages)

[PATCH V4] Work to enable smartmedia/xd support in mtd
 2010-01-29 14:51 UTC  (13+ messages)
` [PATCH 05/16] blktrans: add proper locking
` [PATCH 06/16] blktrans: flush all requests before we remove the device
` [PATCH 07/16] MTD: call remove notifiers before removing "
` [PATCH 08/16] MTD: nand: make MTD_OOB_PLACE work correctly
` [PATCH 09/16] MTD: nand: make reads using MTD_OOB_RAW affect only ECC validation
` [PATCH 10/16] MTD: nand: fix bug that prevented write of more that one page by ->write_oob
` [PATCH 11/16] MTD: nand: make suspend work if device is accessed by kernel threads
` [PATCH 12/16] MTD: export few functions from nand_base.c
` [PATCH 13/16] MTD: common module for smartmedia/xD support
` [PATCH 14/16] MTD: add few workarounds to nand system for SmartMedia/xD chips
` [PATCH 15/16] MTD: Add nand driver for ricoh xD/SmartMedia reader
` [PATCH 16/16] MTD: Add new SmartMedia/xD FTL


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