linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-12-21 04:45:18 to 2012-01-04 17:30:11 UTC [more...]

GPMI-NAND: Wrong ECC size in driver
 2012-01-04 17:30 UTC  (3+ messages)

ubifs panic with 2.6.39 stable - followup
 2012-01-04 16:54 UTC  (3+ messages)

ubifs panic with 2.6.39 stable
 2012-01-04 16:16 UTC  (2+ messages)

I need help analyzing a failed UBIfs
 2012-01-04 16:03 UTC  (5+ messages)
  ` I need help analyzing a failed UBIfs (resolved)

delayed close on mtdblock
 2012-01-04 14:18 UTC 

mtd/NAND:Fix issues with freescale IFC to support NAND 2K
 2012-01-04  4:58 UTC  (7+ messages)
` [PATCH 1/2] mtd/nand:Fix wrong address read in is_blank()
` [PATCH 2/2] mtd/nand: Fix IFC driver to support 2K NAND page

[PATCH v4] MTD/GPMI bugfix : reset the BCH module when it is not MX23
 2012-01-04  3:18 UTC 

[PATCH v4] MTD: nand: add support for diskonchip G4 nand flash device
 2012-01-04  2:49 UTC  (3+ messages)

[PATCH v2] MTD/GPMI bugfix : reset the BCH module when it is not MX23
 2012-01-04  2:43 UTC  (13+ messages)

possible use-after-free in drivers/mtd/ubi/wl.c: erase_worker
 2012-01-03 23:34 UTC 

[PATCH] drivers: mtd: Fix dependency for MTD_DOC200x
 2012-01-03 18:35 UTC 

(no subject)
 2012-01-03 18:20 UTC 

4k page ONFI NAND
 2012-01-03 17:25 UTC  (2+ messages)
` [U-Boot] "

mtd: introduce mtd_put_device interface
 2012-01-03 13:57 UTC  (2+ messages)

[PATCH 00/17] mtd: get rid of direct mtd->func use
 2012-01-02 12:20 UTC  (18+ messages)
` [PATCH 01/17] mtd: introduce mtd_has_oob helper
` [PATCH 02/17] mtd: do use mtd->point directly
` [PATCH 03/17] mtd: do not use mtd->get_unmapped_area directly
` [PATCH 04/17] romfs: "
` [PATCH 05/17] mtd: mtdoops: do not use mtd->panic_write directly
` [PATCH 06/17] mtd: do not use mtd->read_oob directly
` [PATCH 07/17] mtd: do not use mtd->get_*_prot_info directly
` [PATCH 08/17] mtd: do not use mtd->read_*_prot_reg directly
` [PATCH 09/17] mtd: mtd->write_user_prot_reg directly
` [PATCH 10/17] mtd: do not use mtd->lock_user_prot_reg directly
` [PATCH 11/17] mtd: harmonize mtd_writev usage
` [PATCH 12/17] mtd: do not use mtd->sync directly
` [PATCH 13/17] mtd: do not use mtd->lock, unlock and is_locked directly
` [PATCH 14/17] mtd: do not use mtd->suspend and mtd->resume directly
` [PATCH 15/17] mtd: introduce mtd_can_have_bb helper
` [PATCH 16/17] logfs: do not use 'mtd->block_isbad' directly
` [PATCH 17/17] mtd: do not use mtd->block_markbad directly

[PATCH] MTD/GPMI : select more modules for GPMI by default
 2011-12-31 15:46 UTC  (8+ messages)

[PATCH v3] MTD/GPMI bugfix : reset the BCH module when it is not MX23
 2011-12-31  2:44 UTC 

[PATCH] mtd: map.h: fix arm cross-build failure
 2011-12-30 16:55 UTC 

[PATCH 1/4] mtd: remove unused default_mtd_readv prototype
 2011-12-30 15:34 UTC  (4+ messages)
` [PATCH 2/4] jffs: remove custom mtd_fake_writev function
` [PATCH 3/4] mtd: clean-up the default_mtd_writev function
` [PATCH 4/4] mtd: mtdcore: export symbols cleanup

[PATCH] mtd: kill dev_to_mtd helper
 2011-12-30  9:01 UTC  (2+ messages)

[PATCH] MTD/GPMI bugfix : reset the BCH module when it is not MX23
 2011-12-30  8:17 UTC  (3+ messages)

[PATCH 1/2] mtd: docprobe: use kzalloc instead
 2011-12-29 21:38 UTC  (4+ messages)
` [PATCH 2/2] mtd: doc: do not initialize mtd_info fields to 0 or NULL

[PATCH 1/2] mtd: onenand: kill unused variable
 2011-12-29 16:11 UTC  (2+ messages)
` [PATCH 2/2] mtd: sst25l: "

[PATCH 1/2] mtd: always initialize retlen to zero
 2011-12-29 15:47 UTC  (2+ messages)
` [PATCH 2/2] mtd: remove extra retlen assignment

[PATCH v2 00/27] introduce wrappers for mtd interfaces
 2011-12-29  9:27 UTC  (28+ messages)
` [PATCH v2 01/27] logfs: rename functions starting with mtd_
` [PATCH v2 02/27] mtd: mtdchar: rename functions
` [PATCH v2 03/27] mtd: introduce mtd_erase interface
` [PATCH v2 04/27] mtd: introduce mtd_point interface
` [PATCH v2 05/27] mtd: introduce mtd_unpoint interface
` [PATCH v2 06/27] mtd: introduce mtd_get_unmapped_area interface
` [PATCH v2 07/27] mtd: introduce mtd_read interface
` [PATCH v2 08/27] mtd: introduce mtd_write interface
` [PATCH v2 09/27] mtd: introduce mtd_panic_write interface
` [PATCH v2 10/27] mtd: introduce mtd_read_oob interface
` [PATCH v2 11/27] mtd: introduce mtd_write_oob interface
` [PATCH v2 12/27] mtd: introduce mtd_get_fact_prot_info interface
` [PATCH v2 13/27] mtd: introduce mtd_read_fact_prot_reg interface
` [PATCH v2 14/27] mtd: introduce mtd_get_user_prot_info interface
` [PATCH v2 15/27] mtd: introduce mtd_read_user_prot_reg interface
` [PATCH v2 16/27] mtd: introduce mtd_write_user_prot_reg interface
` [PATCH v2 17/27] mtd: introduce mtd_lock_user_prot_reg interface
` [PATCH v2 18/27] mtd: introduce mtd_writev interface
` [PATCH v2 19/27] mtd: introduce mtd_sync interface
` [PATCH v2 20/27] mtd: introduce mtd_lock interface
` [PATCH v2 21/27] mtd: introduce mtd_unlock interface
` [PATCH v2 22/27] mtd: introduce mtd_is_locked interface
` [PATCH v2 23/27] mtd: introduce mtd_suspend interface
` [PATCH v2 24/27] mtd: introduce mtd_resume interface
` [PATCH v2 25/27] mtd: introduce mtd_block_isbad interface
` [PATCH v2 26/27] mtd: introduce mtd_block_markbad interface
` [PATCH v2 27/27] mtd: move mtd->{get,put}_device functions up

[PATCH] mtd: gpio-nand: fix build breakage for !CONFIG_OF
 2011-12-28 11:30 UTC  (2+ messages)

国家发改委十二五专项资金申报研讨班 深圳 (12.23)北京(1.5)北京(2.15)沈晗
 2011-12-27 21:38 UTC 

flashcp tool
 2011-12-27 21:26 UTC 

[PATCH] MTD: drivers return bitlip info to mtd on read
 2011-12-27 20:57 UTC  (4+ messages)

[PATCH] pmc551: fix signedness bug in init_pmc551()
 2011-12-27 20:54 UTC 

[PATCH] mtd: lpddr: drop unnecessary zeroing
 2011-12-27 16:07 UTC 

[PATCH 6/6] drivers/mtd/nand/txx9ndfmc.c: use devm_request_and_ioremap
 2011-12-27 14:46 UTC  (3+ messages)

[PATCH 00/28] introduce wrappers for mtd interfaces
 2011-12-27  9:50 UTC  (35+ messages)
` [PATCH 01/28] logfs: rename functions starting with mtd_
` [PATCH 02/28] mtd: mtdchar: rename functions
` [PATCH 03/28] mtd: introduce mtd_erase interface
` [PATCH 04/28] mtd: introduce mtd_point interface
` [PATCH 05/28] mtd: introduce mtd_unpoint interface
` [PATCH 06/28] mtd: introduce mtd_get_unmapped_area interface
` [PATCH 07/28] mtd: introduce mtd_read interface
` [PATCH 08/28] mtd: introduce mtd_write interface
` [PATCH 09/28] mtd: introduce mtd_panic_write interface
` [PATCH 10/28] mtd: introduce mtd_read_oob interface
` [PATCH 11/28] mtd: introduce mtd_write_oob interface
` [PATCH 12/28] mtd: introduce mtd_get_fact_prot_info interface
` [PATCH 13/28] mtd: introduce mtd_read_fact_prot_reg interface
` [PATCH 14/28] mtd: introduce mtd_get_user_prot_info interface
` [PATCH 15/28] mtd: introduce mtd_read_user_prot_reg interface
` [PATCH 16/28] mtd: introduce mtd_write_user_prot_reg interface
` [PATCH 17/28] mtd: introduce mtd_lock_user_prot_reg interface
` [PATCH 18/28] mtd: introduce mtd_writev interface
` [PATCH 19/28] mtd: introduce mtd_sync interface
` [PATCH 20/28] mtd: introduce mtd_lock interface
` [PATCH 21/28] mtd: introduce mtd_unlock interface
` [PATCH 22/28] mtd: introduce mtd_is_locked interface
` [PATCH 23/28] mtd: introduce mtd_suspend interface
` [PATCH 24/28] mtd: introduce mtd_resume interface
` [PATCH 25/28] "
` [PATCH 26/28] mtd: introduce mtd_block_markbad interface
` [PATCH 27/28] mtd: introduce mtd_get_device interface
` [PATCH 28/28] mtd: introduce mtd_put_device interface

[PATCH 2/2] drivers/mtd/maps/lantiq-flash.c: drop iounmap for devm_ allocated data
 2011-12-27  8:36 UTC  (3+ messages)

Charity Volunteer Reply Via(mannings.deborah04@w.cn)
 2011-12-26 21:17 UTC 

Dear Account User
 2011-12-26  8:32 UTC 

[PATCH 0/4] Fix the left DMA_NONE from dma_transfer_direction migration
 2011-12-23 16:03 UTC  (9+ messages)

[PATCH 0/2] always use partition wrappers; drivers return bitflips
 2011-12-23 14:47 UTC  (10+ messages)
` [PATCH 1/2] MTD: pass driver methods through partition wrappers on unpartitioned devices

[PATCH v2] mtd: nand: write bad block marker even with BBT
 2011-12-23  8:13 UTC  (6+ messages)

[PATCH] [RFC] ubi: Make vid_hdr non-static
 2011-12-22 16:06 UTC  (3+ messages)

拜访量是销售工作的生命线-― 勤奋
 2011-12-22 14:25 UTC 

[PATCH] [MTD] NAND : SFTL (Simple Flash Transration Layer)
 2011-12-22 10:38 UTC  (3+ messages)

[PATCH 1/2] mtd/nand: fixup for fmr initialization of Freescale NAND controller
 2011-12-22 10:24 UTC  (4+ messages)

light disco与您共享了照片
 2011-12-22  6:05 UTC 

[PATCH] mtd: nand: fix typo in comment
 2011-12-22  0:45 UTC  (2+ messages)

[PATCH v2 0/7] ARM: OMAP1: ams-delta: replace custom I/O with GPIO
 2011-12-21 20:56 UTC  (5+ messages)
` [PATCH v2 5/7] MTD: NAND: ams-delta: use GPIO instead of custom I/O

[PATCH 2/5] MTD: bcm63xxpart: make sure CFE and NVRAM partitions are at least 64K
 2011-12-21 20:54 UTC  (3+ messages)
` [PATCH V2 "

[PATCH] mtd: gpio-nand: add device tree bindings
 2011-12-21 20:52 UTC  (2+ messages)

R∏人事♀E管理Nぷ
 2011-12-21 16:56 UTC 

[PATCH 00/10] ARM: OMAP1: ams-delta: replace custom I/O with GPIO
 2011-12-11 20:11 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).