linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-01-09 19:04:52 to 2014-01-23 02:39:46 UTC [more...]

[PATCH 0/4] m25p80 Quad/Dual updates
 2014-01-23  2:01 UTC  (12+ messages)
` [PATCH 1/4] mtd: m25p80: Enable Quad SPI read transfers for s25fl512s
` [PATCH 2/4] mtd: m25p80: Set rx_nbits for Quad SPI transfers
` [PATCH 3/4] mtd: m25p80: Add dual read support
` [PATCH 4/4] mtd: m25p80: Enable Dual SPI read transfers for s25fl256s1 and s25fl512s

[PATCH] mtd: m25p80: Make the name of mtd_info fixed
 2014-01-23  2:12 UTC  (2+ messages)

[RFC PATCH 0/9] mtd: nand: add sunxi NAND Flash Controller support
 2014-01-23  1:49 UTC  (17+ messages)
` [RFC PATCH 1/9] mtd: nand: retrieve ECC requirements from Hynix READ ID byte 4
` [RFC PATCH 3/9] of: mtd: add NAND timings retrieval support
          ` [linux-sunxi] Re: [RFC PATCH 0/9] mtd: nand: add sunxi NAND Flash Controller support

[PATCH v4 00/36] mtd: st_spi_fsm: Add new driver
 2014-01-23  1:46 UTC  (3+ messages)

[PATCH Resend 1/3] mtd: omap2: Cleanup header files
 2014-01-23  1:36 UTC  (7+ messages)
` [PATCH Resend 2/3] mtd: orion: Cleanup mtd-orion_nand.h header
` [PATCH Resend 3/3] mtd: s3c2410: Merge plat/regs-nand.h into s3c2410.c

[PATCH] mtd: mtd_oobtest: fix verify errors due to incorrect use of prandom_bytes_state()
 2014-01-22 23:25 UTC  (5+ messages)

[PATCH 1/1 RESEND] mtd: block2mtd: char mtd major and erasesize parameter check + mutex_destroy
 2014-01-22  8:28 UTC 

[PATCH] mtd: nand_ids: Add device parameters for Toshiba's TC58NVG1S3ETAI0 NAND EEPROM
 2014-01-22  7:24 UTC  (6+ messages)

[BUG] reproducable ubifs reboot assert and corruption
 2014-01-22  5:15 UTC 

[patch 1/1] jffs2: unlock f->sem on error in jffs2_new_inode()
 2014-01-21 22:36 UTC 

[PATCH 49/73] drivers/mtd: delete non-required instances of include <linux/init.h>
 2014-01-21 21:22 UTC 

Linux 3.10.24 Oops with Freescale MTD_NAND_FSL_ELBC
 2014-01-21 15:34 UTC  (2+ messages)

[PATCH] mtd: m25p80.c: Use positive logic to check JEDEC id
 2014-01-21  7:56 UTC 

[PATCH v4 0/7] mtd: spi-nor: add a new framework for SPI NOR
 2014-01-21  2:29 UTC  (15+ messages)

[PATCH] mtd: mtdram: add missing 'const'
 2014-01-20 19:55 UTC  (2+ messages)

[PATCH] mtd: davinci_nand: Remove unnecessary labels from error path
 2014-01-20 19:54 UTC  (5+ messages)

[PATCH] mtd: m25p80: assign default read command
 2014-01-20 19:51 UTC  (3+ messages)

[RFC/PATCH 0/1] mtd: Add NAND ECC devicetree binding
 2014-01-20 19:48 UTC  (7+ messages)
` [RFC/PATCH 1/1] mtd: nand: Add a devicetree binding for ECC strength and ECC step size

[PATCH -next] mtd: plat_nand: remove redundant return value check of platform_get_resource()
 2014-01-20 19:38 UTC  (3+ messages)

[PATCH -next] mtd: nuc900_nand: remove redundant return value check of platform_get_resource()
 2014-01-20 19:39 UTC  (3+ messages)

[PATCH] mtd: nand: add SanDisk manufacturer ID
 2014-01-20 19:36 UTC  (6+ messages)
` [PATCH] mtd: nand: add support for SanDisk SDTNRGAMA-008G
` [PATCH] mtd: nand: add Intel manufacturer ID

[PATCH] mtd: nand: add support for Samsung K9LCG08U0B
 2014-01-20 19:27 UTC  (7+ messages)
      ` [PATCH fix] "

[PATCH] mtd pxa3xx_nand.c: add support for 2048 bytes page size layout
 2014-01-20 19:24 UTC  (3+ messages)

[PATCH] mtd: nand: make more readable panic_nand_wait_ready() and nand_wait_ready()
 2014-01-20 19:19 UTC  (2+ messages)

[PATCH v4 1/1] ARM: davinci: aemif: get rid of davinci-nand driver dependency on aemif
 2014-01-20 18:44 UTC 

Note
 2014-01-20  9:28 UTC 

mtd: lpddr: add driver for LPDDR2-NVM PCM memories
 2014-01-19 21:34 UTC 

[PATCH] mtd: m25p80: Use OPCODE_QUAD_READ_4B for 4-byte addressing
 2014-01-18 21:20 UTC  (6+ messages)

[PATCH 1/1] mtd: block2mtd: char mtd major and erasesize parameter check + mutex_destroy
 2014-01-17 16:23 UTC 

Find & remove orphan LEBs from UBIFS partition
 2014-01-17 15:06 UTC  (4+ messages)

UBIFS data integrity
 2014-01-17  9:21 UTC  (8+ messages)

[PATCH v7 0/6] mtd: nand: omap: optimized chip->ecc.correct() for H/W ECC schemes
 2014-01-17  7:13 UTC  (7+ messages)
` [PATCH v7 1/6] mtd: nand: omap: add field to indicate current ecc-scheme in 'struct omap_nand_info'
` [PATCH v7 2/6] mtd: nand: omap: ecc.correct: omap_elm_correct_data: rename ambiguous variable 'eccsize' and 'ecc_vector_size'
` [PATCH v7 3/6] mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix erased-page detection for BCHx_HW ECC schemes
` [PATCH v7 4/6] mtd: nand: omap: ecc.correct: omap_elm_correct_data: remove redundant bit-flip counting for erased-page
` [PATCH v7 5/6] mtd: nand: omap: ecc.correct: omap_elm_correct_data: cleanup for future enhancements
` [PATCH v7 6/6] mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix programmed-page bit-flip correction logic

UBIFS seeing corrupt blank pages when image flashed via u-boot
 2014-01-16  8:22 UTC  (10+ messages)

[PATCH v6 0/6] mtd: nand: omap: optimized chip->ecc.correct() for H/W ECC schemes
 2014-01-15 23:17 UTC  (9+ messages)
` [PATCH v6 3/6] mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix erased-page bit-flip correction "
` [PATCH v6 4/6] mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix erased-page detection for BCHx_HW "

[U-Boot] sf: Discussion on quad changes
 2014-01-15 18:01 UTC  (2+ messages)

mtd: devices: Updated changes
 2014-01-15 15:52 UTC  (3+ messages)

[PATCH v4 1/5] mtd: nand: localize ECC failures per page
 2014-01-15  4:10 UTC  (8+ messages)
` [PATCH v4 2/5] mtd: nand: add ONFI vendor block for Micron
` [PATCH v4 3/5] mtd: nand: add generic READ RETRY support
` [PATCH v4 4/5] mtd: nand: support Micron READ RETRY
` [PATCH v4 5/5] mtd: nand: use __packed shorthand

[PATCH v1 0/2] mtd: nand: omap: booting from NAND using u-boot
 2014-01-15  4:01 UTC  (5+ messages)

[PATCH v3] mtd/nand: don't use {read,write}_buf for 8-bit transfers
 2014-01-14  8:29 UTC  (4+ messages)
` [PATCH v4] "

UBI: calculation for max number of bad-blocks
 2014-01-13 16:26 UTC  (3+ messages)

2014 Project
 2014-01-13 12:11 UTC 

[PATCH V4] mtd: gpmi: fix the bitflips for erased page
 2014-01-13  8:47 UTC 

[PATCH v3] mtd: gpmi: fix the bitflips for erased page
 2014-01-13  7:52 UTC  (6+ messages)

[PATCH v3 1/5] mtd: nand: localize ECC failures per page
 2014-01-13  8:04 UTC  (5+ messages)
` [PATCH v3 3/5] mtd: nand: add generic READ RETRY support

[RFC/PATCH] mtd: mtd_read: Fix bitflips_threshold comparison to allow max bitflips
 2014-01-13  8:03 UTC  (4+ messages)

[PATCH] mtd: nand: pxa3xx: Add "armada370-nand" compatible
 2014-01-13  7:52 UTC  (5+ messages)

[PATCH] mtd: nand: assign mtd->name in find_full_id_nand
 2014-01-13  7:46 UTC  (5+ messages)

[PATCH 0/4] mtd: kill the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE
 2014-01-13  6:27 UTC  (7+ messages)
` [PATCH 3/4] mtd: nand: kill the the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE for nand_buffers{}
    ` [PATCH fix] "

[PATCH V2] mtd: gpmi: fix the bitflips for erased page
 2014-01-13  2:15 UTC  (6+ messages)
` [PATCH V2 fix] "
    ` HW-ECC and erase detect [was: PATCH V2 fix mtd: gpmi: fix the bitflips for erased page]

[PATCH] mtd/nand:Update mtd.name assignment type to u64 for IFC, eLBC
 2014-01-11 23:19 UTC  (2+ messages)

[PATCH 1/1] mtd: onenand: Trivial cleanup in samsung.h
 2014-01-11 20:01 UTC  (2+ messages)

[PATCH 1/2] mtd: omap2: Cleanup header files
 2014-01-11 19:44 UTC  (3+ messages)

[PATCH 1/1] mtd: stm_nand_bch: Add new BCH NAND Flash driver
 2014-01-11 18:05 UTC 

Emergency synch/umount/shutdown of UBIFS on NAND
 2014-01-10 12:31 UTC  (2+ messages)

bad-block skipping
 2014-01-10 10:15 UTC 

[PATCH v3] ARM: davinci: aemif: get rid of davinci-nand driver dependency on aemif
 2014-01-10  7:15 UTC  (8+ messages)

[PATCH v7] mtd: gpmi: Deal with bitflips in erased regions
 2014-01-10  1:53 UTC  (4+ messages)
` [PATCH] mtd: gpmi: fix the bitflips for erased page

please, remove UBI tree from linux-next
 2014-01-09 23:16 UTC  (2+ messages)

6 second sleep required for file sync?
 2014-01-09 21:40 UTC 

m25p80 quad support questions
 2014-01-09 19:04 UTC  (3+ messages)


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