linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-08-18 23:58:29 to 2011-08-31 01:49:31 UTC [more...]

[PATCH 00/12] mtd: various "no ECC" and MLC NAND work
 2011-08-31  1:45 UTC  (6+ messages)
` [PATCH 01/12] mtd: nand: initialize chip->oob_poi before write
` [PATCH 02/12] mtd: support writing OOB without ECC
` [PATCH 03/12] mtd: support reading "
` [PATCH 04/12] mtd: move mtd_oob_mode_t to shared kernel/user space
` [PATCH 05/12] mtd: rename MTD_OOB_* to MTD_OPS_*

(no subject)
 2011-08-30 11:10 UTC 

[PATCH v11 0/3] add the GPMI controller driver for IMX23/IMX28
 2011-08-29 11:13 UTC  (4+ messages)
` [PATCH v11 1/3] MTD : add the common code for GPMI-NAND controller driver
` [PATCH v11 2/3] MTD : add helper functions library and header files for GPMI NAND driver
` [PATCH v11 3/3] MTD : add GPMI-NAND driver in the config and Makefile

logfs unmount bug
 2011-08-29 10:07 UTC  (12+ messages)

[PATCH/RFC 0/2] Add power supply switch in platform data
 2011-08-28 10:29 UTC  (5+ messages)
` [PATCH/RFC 1/2] spi: flash: Add power method into flash "
` [PATCH/RFC 2/2] mtd: m25p80: Call a platform power method in the driver

mtd: Replace DEBUG with MTD_DBG
 2011-08-27  5:07 UTC  (4+ messages)
` [PATCH] "

[PATCH v10 0/3] add the GPMI controller driver for IMX23/IMX28
 2011-08-27  1:03 UTC  (12+ messages)
` [PATCH v10 1/3] MTD : add the common code for GPMI-NAND controller driver
` [PATCH v10 2/3] MTD : add helper functions library and header files for GPMI NAND driver
` [PATCH v10 3/3] MTD : add GPMI-NAND driver in the config and Makefile

[PATCH v8 0/4] add the GPMI-NAND support for imx23/imx28
 2011-08-26 13:35 UTC  (8+ messages)
` [PATCH v8 1/4] ARM: mxs: add "
` [PATCH v8 2/4] ARM: mxs: add new a pad control
` [PATCH v8 3/4] ARM: mxs/mx23evk: add GPMI-NAND device
` [PATCH v8 4/4] ARM: mxs/mx28evk: "

[RFC 0/5] fix data+OOB writes, add ioctl
 2011-08-26 12:41 UTC  (36+ messages)
` [RFC 1/5] mtd: support MTD_MODE_RAW for writing OOB
` [RFC 2/5] mtd: support MTD_MODE_RAW for reading OOB
` [RFC 3/5] mtd: do not assume oobsize is power of 2
` [RFC 4/5] mtd: move mtd_oob_mode_t to shared kernel/user space
` [RFC 5/5] mtd: add MEMWRITEDATAOOB ioctl

[PATCH] UBIFS: fix the dark space calculation
 2011-08-26 10:38 UTC 

[RFC] ubiblk: read-only block layer on top of UBI
 2011-08-25 15:12 UTC  (11+ messages)
` [PATCHv3] UBI: new module ubiblk: "
  ` [PATCH] Tools for controling ubiblk
` [PATCHv4] UBI: new module ubiblk: block layer on top of UBI
  ` [PATCH] document ubiblk's usage of the same ioctl magic as a part "

[PATCH v3] mtd/nand : workaround for Freescale FCM to support large-page Nand chip
 2011-08-25 11:25 UTC  (25+ messages)

UBIFS: mount based on UUID?
 2011-08-25 11:03 UTC  (2+ messages)

[PATCH 0/3] mtd-utils: bit errors in nandtest
 2011-08-25 11:00 UTC  (8+ messages)
` [PATCH 1/3] mtd_debug: report ecc layout
  ` [PATCH 2/3] nandtest: print number of bits corrected during test

Kernel bug when mounting corrupt JFFS2
 2011-08-25 10:09 UTC 

mtd-utils: ubiformat: writing images on flash with badblocks
 2011-08-25  8:26 UTC 

[PATCH] mtd: nand: initialize chip->oob_poi before write
 2011-08-25  0:05 UTC 

[PATCH 0/2] mtd: nand: support OOB without ECC
 2011-08-24 21:12 UTC  (3+ messages)
` [PATCH 1/2] mtd: support writing "
` [PATCH 2/2] mtd: support reading "

[PATCH] Tools for controling ubiblk
 2011-08-24 16:43 UTC 

sector erase frequency
 2011-08-24 13:29 UTC 

[PATCH 1/5] mtd: do not assume oobsize is power of 2
 2011-08-24 13:19 UTC  (8+ messages)
` [PATCH 2/5] mtd: doc: remove mention of MEMSETOOBSEL
` [PATCH 3/5] mtd: remove MEMSETOOBSEL macro definition
` [PATCH 4/5] mtd: nand: fix spelling error (date => data)
` [PATCH 5/5] mtd: style fixups in multi-line comment, indentation

[[PATCH v2] mtd: check parts pointer before using it
 2011-08-24 11:26 UTC 

[PATCH] mtd: check parts pointer before using it
 2011-08-24 11:12 UTC  (3+ messages)

(no subject)
 2011-08-24  1:41 UTC 

[PATCH 00/10] nandwrite: clean out old ioctls
 2011-08-23 16:19 UTC  (14+ messages)
` [PATCH 01/10] mtd_debug: fixup style
` [PATCH 02/10] mtd_debug: replace #defines with enum
` [PATCH 03/10] mtd-utils: use __func__ instead of __FUNCTION__
` [PATCH 04/10] nandwrite: remove C99 comment style
` [PATCH 05/10] nandwrite: remove `autoplace' features
` [PATCH 06/10] nandwrite: kill more MEMSETOOBSEL
` [PATCH 07/10] nandwrite: kill -j, -y, and -f options
` [PATCH 08/10] nandwrite: cleanup "oobinfochanged" leftovers
` [PATCH 09/10] nandwrite: refactor "old_oobinfo" code
` [PATCH 10/10] nanddump: kill usages of MEMSETOOBSEL ioctl

[PATCH v9 0/3] add the GPMI controller driver for IMX23/IMX28
 2011-08-23 10:38 UTC  (23+ messages)
` [PATCH v9 1/3] MTD : add the common code for GPMI-NAND controller driver
` [PATCH v9 2/3] MTD : add helper functions library and header files for GPMI NAND driver

[PATCH] mtd: fix compile warning with newer GCC in flash maps
 2011-08-23  9:27 UTC 

LogFS on USB sticks?
 2011-08-22 15:33 UTC 

ubi volume unmountable after power cut
 2011-08-22 14:40 UTC  (9+ messages)

UBI FS on 2MiB eraseblock Hynix MLC NAND
 2011-08-22 13:10 UTC  (5+ messages)

[PATCHv2] ubi: rename the background task pointer from bgt_thread to bg_task
 2011-08-22 12:59 UTC 

[PATCH] mtd/nand: Don't add disabled nand flash devices
 2011-08-22 10:04 UTC  (3+ messages)

[PATCH] mtd/physmap_of: Don't add disabled flash devices
 2011-08-22 10:02 UTC  (3+ messages)

[PATCH] mtd: mxc_nand: Add mx53 NFC driver support
 2011-08-22  6:34 UTC  (2+ messages)

[PATCHv4] mtd: gpio-nand: add device tree bindings
 2011-08-20 12:09 UTC  (10+ messages)

UBI memory usage on large page nand
 2011-08-20  5:17 UTC  (13+ messages)

[PATCH] Increase PEB size limit to 2MiB
 2011-08-20  4:10 UTC 

[BUG] mtd-utils: nandwrite: invalid erase after page write failure
 2011-08-19 18:47 UTC  (7+ messages)

[PATCH] ubifs: Do not build debug messages with CONFIG_UBIFS_FS_DEBUG disabled
 2011-08-19 16:08 UTC  (3+ messages)

mtd-utils-1.4.6 is out
 2011-08-19 13:52 UTC 

ubifs-v2.6.28 - ubifs-v2.6.31 back-ports are dropped
 2011-08-19 13:19 UTC 

[PATCH v3] drivers/mtd/nand/bcm_umi_nand.c: clean up error handling code
 2011-08-19 12:08 UTC  (2+ messages)

[PATCH v2] OMAP3: NAND: Adding NAND support and specifying NAND partitions
 2011-08-19 10:17 UTC  (2+ messages)

[PATCH] AM3517: NAND: Adding NAND support and specifying NAND partitions
 2011-08-19 10:14 UTC  (2+ messages)

static builds mtd-utils
 2011-08-19  2:50 UTC  (2+ messages)

We urgently wish to inform you again that your e-mail w o n £850,000 UK
 2011-08-19  0:07 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).