linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-01-14 04:06:21 to 2014-01-28 05:56:16 UTC [more...]

[PATCH 1/2] mtd: gpmi: allocate a proper buffer for non ECC read/write
 2014-01-28  5:55 UTC  (2+ messages)

[patch] mtd: sm_ftl: heap corruption in sm_create_sysfs_attributes()
 2014-01-28  5:32 UTC  (3+ messages)
` [patch v2] "

[PATCH 0/4] m25p80 Quad/Dual updates
 2014-01-28  5:26 UTC  (14+ 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 v1 0/2] mtd: nand: omap: booting from NAND using u-boot
 2014-01-27 19:07 UTC  (12+ messages)
` [PATCH v1 1/2] mtd: nand: omap: fix ecclayout->oobfree->offset
` [PATCH v1 2/2] mtd: nand: omap: fix ecclayout to be in sync with u-boot NAND driver

[BUG] reproducable ubifs reboot assert and corruption
 2014-01-27 16:39 UTC  (4+ messages)

Information
 2014-01-27 14:28 UTC 

[PATCH v2] mtd: m25p80: Make the name of mtd_info fixed
 2014-01-26  6:16 UTC 

[PATCH 1/4] mtd: block2mtd: char mtd major check
 2014-01-25  2:53 UTC  (3+ messages)

[PATCH v2] mtd: block2mtd: Add mutex_destroy
 2014-01-25  2:45 UTC 

[PATCH 2/4] mtd: block2mtd: Add mutex_destroy
 2014-01-25  5:38 UTC  (2+ messages)

[PATCH 4/4] mtd: block2mtd: mutex_init moved
 2014-01-25  5:26 UTC  (2+ messages)

[PATCH 3/4] mtd: block2mtd: check device size
 2014-01-23 19:53 UTC 

[PATCH RESEND v4 00/37] mtd: st_spi_fsm: Add new driver
 2014-01-23 15:55 UTC  (40+ messages)
` [PATCH RESEND v4 01/37] mtd: st_spi_fsm: Allocate resources and register with MTD framework
` [PATCH RESEND v4 02/37] mtd: st_spi_fsm: Supply all register address and bit logic defines
` [PATCH RESEND v4 03/37] mtd: st_spi_fsm: Initialise and configure the FSM for normal working conditions
` [PATCH RESEND v4 04/37] mtd: st_spi_fsm: Supply framework for device requests
` [PATCH RESEND v4 05/37] mtd: st_spi_fsm: Supply a method to read from the FSM's FIFO
` [PATCH RESEND v4 06/37] mtd: st_spi_fsm: Supply defines for the possible flash command opcodes
` [PATCH RESEND v4 07/37] mtd: st_spi_fsm: Add support for JEDEC ID extraction
` [PATCH RESEND v4 08/37] mtd: devices: Provide header for shared OPCODEs and SFDP commands
` [PATCH RESEND v4 09/37] mtd: st_spi_fsm: Provide device look-up table
` [PATCH RESEND v4 10/37] mtd: st_spi_fsm: Dynamically setup flash device based on JEDEC ID
` [PATCH RESEND v4 11/37] mtd: st_spi_fsm: Search for preferred FSM message sequence configurations
` [PATCH RESEND v4 12/37] mtd: st_spi_fsm: Fetch platform specific configurations
` [PATCH RESEND v4 13/37] mtd: st_spi_fsm: Prepare the read/write FSM message sequence(s)
` [PATCH RESEND v4 14/37] mtd: st_spi_fsm: Add device-tree binding documentation
` [PATCH RESEND v4 15/37] mtd: st_spi_fsm: Fetch boot-device from mode pins
` [PATCH RESEND v4 16/37] mtd: st_spi_fsm: Provide the erase one sector sequence
` [PATCH RESEND v4 17/37] mtd: st_spi_fsm: Provide the sequence for enabling 32bit addressing mode
` [PATCH RESEND v4 18/37] mtd: st_spi_fsm: Prepare read/write sequences according to configuration
` [PATCH RESEND v4 19/37] mtd: st_spi_fsm: Add a check to if the chip can handle an SoC reset
` [PATCH RESEND v4 20/37] mtd: st_spi_fsm: Provide a method to put the chip into 32bit addressing mode
` [PATCH RESEND v4 21/37] mtd: st_spi_fsm: Update the flash Volatile Configuration Register
` [PATCH RESEND v4 22/37] mtd: st_spi_fsm: Provide the default read/write configurations
` [PATCH RESEND v4 23/37] mtd: st_spi_fsm: Supply the N25Qxxx specific read configurations
` [PATCH RESEND v4 24/37] mtd: st_spi_fsm: Supply the N25Qxxx chip specific configuration call-back
` [PATCH RESEND v4 25/37] mtd: st_spi_fsm: Prepare default sequences for read/write/erase
` [PATCH RESEND v4 26/37] mtd: st_spi_fsm: Add the ability to read from a Serial Flash device
` [PATCH RESEND v4 27/37] mtd: st_spi_fsm: Write to Flash via the FSM FIFO
` [PATCH RESEND v4 28/37] mtd: st_spi_fsm: Supply a busy wait for post-write status
` [PATCH RESEND v4 29/37] mtd: st_spi_fsm: Add the ability to write to a Serial Flash device
` [PATCH RESEND v4 30/37] mtd: st_spi_fsm: Erase partly or as a whole "
` [PATCH RESEND v4 31/37] mtd: st_spi_fsm: Add the ability to read the FSM's status
` [PATCH RESEND v4 32/37] mtd: st_spi_fsm: Add the ability to write to FSM's status register
` [PATCH RESEND v4 33/37] mtd: st_spi_fsm: Supply the MX25xxx chip specific configuration call-back
` [PATCH RESEND v4 34/37] mtd: st_spi_fsm: Supply the S25FLxxx "
` [PATCH RESEND v4 35/37] mtd: st_spi_fsm: Supply the W25Qxxx "
` [PATCH RESEND v4 36/37] mtd: st_spi_fsm: Move runtime configurable msg sequences into device's struct
` [PATCH RESEND v4 37/37] ARM: STi: Add support for the FSM Serial Flash Controller

[RFC PATCH 0/9] mtd: nand: add sunxi NAND Flash Controller support
 2014-01-23 15:22 UTC  (18+ 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 1/1 RESEND] mtd: block2mtd: char mtd major and erasesize parameter check + mutex_destroy
 2014-01-23 12:43 UTC  (2+ messages)

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

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

[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  (6+ messages)
` [PATCH Resend 3/3] mtd: s3c2410: Merge plat/regs-nand.h into s3c2410.c

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

[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  (8+ 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  (4+ 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] "


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