linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-13 06:29:12 to 2014-03-20 20:08:32 UTC [more...]

[PATCH v2] mtd: davinci-nand: disable subpage write for keystone-nand
 2014-03-20 20:08 UTC 

[PATCH 0/3] Fix NAND propeties for k2hk-evm
 2014-03-20 19:28 UTC  (15+ messages)
` [PATCH 1/3] ARM: dts: k2hk-evm: set ubifs partition size for 512M NAND
` [PATCH 2/3] mtd: davinci-nand: add dts property for NAND_NO_SUBPAGE_WRITE option
` [PATCH 3/3] ARM: dts: k2hk-evm: disable subpage write for davinci nand device

[PATCH 0/4] pxa3xx-nand: Allow to specify an ECC scheme through DT
 2014-03-20 17:39 UTC  (6+ messages)
` [PATCH 1/4] mtd: nand: pxa3xx: Normalize ECC strength for ECC scheme selection
` [PATCH 2/4] mtd: nand: pxa3xx: Clean pxa_ecc_init() error handling
` [PATCH 3/4] mtd: nand: pxa3xx: Use ECC strength and step size devicetree binding
` [PATCH 4/4] mtd: nand: pxa3xx: Add supported ECC strength and step size to the DT binding

[PATCH 0/5] mtd: st_spi_fsm: Sweep-up remaining blocking-issues
 2014-03-20 16:58 UTC  (18+ messages)
` [PATCH 1/5] mtd: st_spi_fsm: Remove useless consts from function arguments
` [PATCH 2/5] mtd: st_spi_fsm: Avoid duplicating MTD core code
` [PATCH 3/5] mtd: st_spi_fsm: Correct vendor name spelling issue - missing "M"
` [PATCH 4/5] mtd: st_spi_fsm: Allow loop to run at least once before giving up CPU
` [PATCH 5/5] mtd: st_spi_fsm: Succinctly reorganise .remove()

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

[PATCH] mtd: nand: omap: ecc.correct: omap_elm_correct_data: return number of bit-flips detected in erased-page
 2014-03-20 14:55 UTC  (2+ messages)

[PATCH v8 0/4] mtd: devices: elm: add checks ELM H/W constrains, driver code cleanup
 2014-03-20 13:48 UTC  (6+ messages)
` [PATCH v8 1/4] mtd: devices: elm: check for hardware engine's design constraints
` [PATCH v8 2/4] mtd: devices: elm: clean elm_load_syndrome
` [PATCH v8 3/4] mtd: devices: elm: configure parallel channels based on ecc_steps
` [PATCH v8 4/4] mtd: devices: elm: update DRIVER_NAME as "omap-elm"

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

[PATCH v5 0/4] mtd: devices: elm: add checks ELM H/W constrains, driver code cleanup
 2014-03-20 11:38 UTC  (8+ messages)
` [PATCH v5 1/4] mtd: devices: elm: check for hardware engine's design constrains
` [PATCH v5 2/4] mtd: devices: elm: clean elm_load_syndrome
` [PATCH v5 4/4] mtd: devices: elm: update DRIVER_NAME as "omap-elm"

[PATCH v7 0/4] mtd: devices: elm: add checks ELM H/W constrains, driver code cleanup
 2014-03-20 11:05 UTC  (6+ messages)
` [PATCH v7 1/4] mtd: devices: elm: check for hardware engine's design constraints
` [PATCH v7 2/4] mtd: devices: elm: clean elm_load_syndrome
` [PATCH v7 3/4] mtd: devices: elm: configure parallel channels based on ecc_steps
` [PATCH v7 4/4] mtd: devices: elm: update DRIVER_NAME as "omap-elm"

[PATCH] mtd: gpmi: make blockmark swapping optional
 2014-03-20 10:56 UTC  (8+ messages)

[PATCH v6 0/4] mtd: nand: omap: optimize chip->ecc.calculate() for H/W ECC schemes
 2014-03-20 10:35 UTC  (2+ messages)

[PATCH v5 00/35] mtd: st_spi_fsm: Add new driver
 2014-03-20  8:06 UTC  (12+ messages)
` [PATCH 01/35] mtd: st_spi_fsm: Allocate resources and register with MTD framework
    ` [PATCH v6 "
` [PATCH 11/35] mtd: st_spi_fsm: Use device size to determine address width
` [PATCH 25/35] mtd: st_spi_fsm: Add the ability to read from a Serial Flash device
` [PATCH 27/35] mtd: st_spi_fsm: Supply a busy wait for post-write status

[PATCH] UBI: block: Avoid disk size integer overflow
 2014-03-19 23:44 UTC  (2+ messages)

[PATCH] mtd: diskonchip: mem resource name is not optional
 2014-03-19 22:24 UTC 

ECC Errors/Sub-page Read Failures
 2014-03-19 15:38 UTC  (2+ messages)

[PATCH 1/2] UBI: block: Remove __initdata from ubiblock_param_ops
 2014-03-19 13:26 UTC  (6+ messages)
` [PATCH 2/2] UBI: block: Implement kernel_param_ops->get()

[RFC PATCH v2] mtd: nand: add erased-page bitflip correction
 2014-03-18 10:40 UTC  (5+ messages)

[PATCH 1/2] mtd: nand: add erased-page bitflip correction
 2014-03-18  7:55 UTC  (25+ messages)

[RFC/PATCH] mtd: nand: Account the blocks used by the BBT in the ecc_stats
 2014-03-17 17:39 UTC 

[PATCH V4] mtd: gpmi: fix the bitflips for erased page
 2014-03-17 16:20 UTC  (6+ messages)

[PATCH 0/2] Fix index regression in nand_read_subpage
 2014-03-15 17:31 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Use the nand_read_subpage index everywhere

[PATCH] mtd: Fix Elan SC520 dependencies
 2014-03-14 17:14 UTC 

[PATCH] ubi-utils: Add ubiblock tool
 2014-03-14 14:25 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] UBI: Make UBI_IOCVOLCRBLK take a parameter for future usage
 2014-03-14 14:20 UTC  (4+ messages)

[PATCH] fs: push sync_filesystem() down to the file system's remount_fs()
 2014-03-14 12:13 UTC  (7+ messages)
    ` [Cluster-devel] "

[PATCH v3 0/6] Armada 380 NAND support
 2014-03-13 23:44 UTC  (8+ messages)
` [PATCH v3 1/6] clk: mvebu: Support Armada 380 SoC on the core divider clock
` [PATCH v3 2/6] ARM: mvebu: Add a 2 GHz fixed-clock on Armada 38x SoCs
` [PATCH v3 3/6] ARM: mvebu: Add the Core Divider clock to "
` [PATCH v3 4/6] ARM: mvebu: Add support for NAND controller in Armada 38x SoC
` [PATCH v3 5/6] ARM: mvebu: Enable NAND controller in Armada 385-DB
` [PATCH v3 6/6] clk: mvebu: Update binding documentation for the core divider clock

[PATCH v2 0/6] Armada 380 NAND support
 2014-03-13 20:55 UTC  (11+ messages)
` [PATCH v2 1/6] clk: mvebu: Support Armada 380 SoC on the core divider clock
` [PATCH v2 2/6] ARM: mvebu: Add a 2 GHz fixed-clock on Armada 38x SoCs
` [PATCH v2 3/6] ARM: mvebu: Add the Core Divider clock to "
` [PATCH v2 4/6] ARM: mvebu: Add support for NAND controller in Armada 38x SoC
` [PATCH v2 5/6] ARM: mvebu: Enable NAND controller in Armada 385-DB
` [PATCH v2 6/6] clk: mvebu: Update binding documentation for the core divider clock

[PATCH 0/6] Armada 380 NAND support
 2014-03-13 19:25 UTC  (3+ messages)

[PATCH v1 0/3] add parallel NAND support for TI's new OMAPx and AMxx platforms (Part-2)
 2014-03-13 16:55 UTC  (14+ messages)
` [PATCH v1 1/3] ARM: dts: am335x-bone: add support for beaglebone NAND cape

[PATCH] mtd: m25p80: Flash protection support for STmicro chips
 2014-03-13 13:46 UTC  (8+ messages)

nand erratic behavior with data loss
 2014-03-13 10:41 UTC 

[PATCH v3 0/3] mtd: nand: support more Hynix nands
 2014-03-13  7:54 UTC  (8+ messages)
` [PATCH v3 2/3] mtd: nand: add new parsing rule for Hynix's H27UBG8T2CTR

[PATCH v5 0/8] mtd: spi-nor: add a new framework for SPI NOR
 2014-03-13  6:39 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).