public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2013-08-05 09:34:44 to 2013-08-11 19:52:32 UTC [more...]

[PATCH 0/4] mtd: gpmi: support two nand chips at most
 2013-08-11 19:52 UTC  (3+ messages)

[PATCH] mtd: m25p80: Micron SPI uses Macronix-style 4-byte addressing
 2013-08-09 21:32 UTC  (3+ messages)

[PATCH v3 2/2]spi: DUAL and QUAD support
 2013-08-11 10:23 UTC 

[PATCH v3 1/2]spi: DUAL and QUAD support
 2013-08-11 10:15 UTC 

[PATCH v3 00/15] pxa3xx-nand patches to support mvebu builds
 2013-08-11  3:30 UTC  (20+ messages)
` [PATCH v3 01/15] mtd: nand: pxa3xx: Remove unneeded ifdef CONFIG_OF
` [PATCH v3 02/15] mtd: nand: pxa3xx: Introduce 'marvell, armada370-nand' compatible string
` [PATCH v3 03/15] mtd: nand: pxa3xx: Handle ECC and DMA enable/disable properly
` [PATCH v3 04/15] mtd: nand: pxa3xx: Allow to set/clear the 'spare enable' field
` [PATCH v3 05/15] mtd: nand: pxa3xx: Support command buffer #3
` [PATCH v3 06/15] mtd: nand: pxa3xx: Use 'length override' in ONFI paramater page read
` [PATCH v3 07/15] mtd: nand: pxa3xx: Add a local loop variable
` [PATCH v3 08/15] mtd: nand: pxa3xx: Remove hardcoded mtd name
` [PATCH v3 09/15] mtd: nand: pxa3xx: Remove uneeded internal cmdset
` [PATCH v3 10/15] mtd: nand: pxa3xx: Move cached registers to info structure
` [PATCH v3 11/15] mtd: nand: pxa3xx: Make dma code dependent on dma capable platforms
` [PATCH v3 12/15] mtd: nand: pxa3xx: Add __maybe_unused keyword to enable_int()
` [PATCH v3 13/15] mtd: nand: pxa3xx: Allow devices with no dma resources
` [PATCH v3 14/15] mtd: nand: pxa3xx: Increase data buffer size
` [PATCH v3 15/15] mtd: nand: Allow to build pxa3xx_nand on Orion platforms

[PATCH v2 0/4] Export the ecc step size to user applications
 2013-08-11 15:07 UTC  (8+ messages)
` [PATCH v2 2/4] mtd: add a new sys node to show the ecc step size
` [PATCH v2 4/4] mtd: gpmi: update the ecc step size for mtd_info{}

[PATCH v2 00/14] pxa3xx-nand patches to support mvebu builds
 2013-08-10 20:33 UTC  (23+ messages)
` [PATCH v2 01/14] mtd: nand: pxa3xx: Introduce 'marvell, armada370-nand' compatible string
  ` [PATCH v2 01/14] mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' "
` [PATCH v2 02/14] mtd: nand: pxa3xx: Handle ECC and DMA enable/disable properly
` [PATCH v2 03/14] mtd: nand: pxa3xx: Allow to set/clear the 'spare enable' field
` [PATCH v2 04/14] mtd: nand: pxa3xx: Support command buffer #3
` [PATCH v2 05/14] mtd: nand: pxa3xx: Use 'length override' in ONFI paramater page read
` [PATCH v2 06/14] mtd: nand: pxa3xx: Add a local loop variable
` [PATCH v2 07/14] mtd: nand: pxa3xx: Remove hardcoded mtd name
` [PATCH v2 08/14] mtd: nand: pxa3xx: Remove uneeded internal cmdset
` [PATCH v2 09/14] mtd: nand: pxa3xx: Move cached registers to info structure
` [PATCH v2 10/14] mtd: nand: pxa3xx: Make dma code dependent on dma capable platforms
` [PATCH v2 11/14] mtd: nand: pxa3xx: Add __maybe_unused keyword to enable_int()
` [PATCH v2 12/14] mtd: nand: pxa3xx: Allow devices with no dma resources
` [PATCH v2 13/14] mtd: nand: pxa3xx: Increase data buffer size
` [PATCH v2 14/14] mtd: nand: Allow to build pxa3xx_nand on Orion platforms

Root on UBIFS prevents NFS on all filesystem
 2013-08-10 20:01 UTC 

[PATCH 00/20] ARM: pxa: move core and drivers to dmaengine
 2013-08-10 10:56 UTC  (55+ messages)
` [PATCH 01/20] mtd: pxa3xx-nand: replace pxa_request_dma with dmaengine
` [PATCH 02/20] mtd: pxa3xx-nand: use mmp_pdma_filter_fn and dma_request_slave_channel_compat
` [PATCH 03/20] ARM: pxa: ssp: add shortcut for &pdev->dev
` [PATCH 04/20] ARM: pxa: ssp: add DT bindings
` [PATCH 05/20] ARM: pxa: ssp: use devm_ functions
` [PATCH 06/20] tty: serial: pxa: remove old cruft
` [PATCH 07/20] spi: spi-pxa2xx: remove legacy PXA DMA bits
` [PATCH 08/20] mmc: host: pxamci: switch over to dmaengine use
` [PATCH 09/20] ata: pdata_pxa: migrate over to dmaengine usage
` [PATCH 10/20] net: irda: pxaficp_ir: switch to dmaengine
` [PATCH 11/20] net: smc91x.c: switch to generic buf-to-buf DMA offload
` [PATCH 12/20] net: smc911x.c: switch to dmaengine API
` [PATCH 13/20] ASoC: pxa: pxa-ssp: add DT bindings
` [PATCH 14/20] ASoC: pxa: use snd_dmaengine_dai_dma_data
` [PATCH 15/20] ASoC: pxa: pxa-ssp: set dma filter data from startup hook
` [PATCH 16/20] ASoC: pxa: add DT bindings for pxa2xx-pcm
` [PATCH 17/20] ASoC: pxa: pxa-pcm-lib: switch over to snd-soc-dmaengine-pcm
` [PATCH 18/20] ARM: pxa: register static mmp_pdma device
` [PATCH 19/20] ARM: mmp: "
` [PATCH 20/20] ARM: pxa: remove old DMA implementation

[PATCH v2 0/4] Export the ecc step size to user applications
 2013-08-10  8:20 UTC  (3+ messages)
` [PATCH v2 append] mtd: update the ABI document about the ecc step

[PATCH] [MTD] MTD driver for LPDDR2-NVM PCM memories
 2013-08-10  4:35 UTC  (2+ messages)

[patch] mtd: nand: silence some shift wrap warnings
 2013-08-09  9:49 UTC 

[PATCH V2] SPI: DUAL and QUAD support
 2013-08-09  9:14 UTC  (14+ messages)
` [PATCH] "

[PATCH] mtd: atmel_nand: use the new ONFI parameters, ecc_strength_ds & ecc_step_ds
 2013-08-09  8:56 UTC 

[PATCH v6 00/10] mtd: add datasheet's ECC information to nand_chip{}
 2013-08-09  7:28 UTC  (8+ messages)

[PATCH] mtd: nand: fixup kerneldoc, rename parameter
 2013-08-09  3:25 UTC  (2+ messages)

My Last Wish
 2013-08-09  3:09 UTC 

[PATCH V3 0/3] mtd: use the full-id as the keyword
 2013-08-08 18:38 UTC  (13+ messages)
` [PATCH V3 1/3] mtd: add new fields to nand_flash_dev{}

UBIFS power down recovery problem
 2013-08-08  9:00 UTC 

[PATCH] mtd: atmel_nand: move the sanity check to the beginning of pmecc_enable()
 2013-08-08  6:24 UTC  (2+ messages)

[PATCH] mtd: onenand: omap: remove two unused functions
 2013-08-07 18:16 UTC 

[PATCH] alauda: do not use stack for URB transfer_buffers
 2013-08-07 15:16 UTC  (4+ messages)

[PATCH -next v2 00/10] mtd: tests: reduce duplication among mtd tests modules
 2013-08-07 14:11 UTC  (3+ messages)

[PATCH 00/13] pxa3xx patches to support mvebu builds
 2013-08-07 12:18 UTC  (7+ messages)

[PATCH v6 0/6] mtd: atmel_nand: enable Nand Flash Controller (NFC) support
 2013-08-07  9:20 UTC  (12+ messages)
` [PATCH 1/6] MTD: atmel_nand: use devm_xxx gpio kzalloc, gpio and ioremap
` [PATCH 2/6] mtd: atmel_nand: replace pmecc enable code with one function
` [PATCH 3/6] mtd: atmel_nand: add Nand Flash Controller (NFC) support
` [PATCH 4/6] mtd: atmel_nand: enable Nand Flash Controller (NFC) read data via sram
` [PATCH 5/6] mtd: atmel_nand: enable Nand Flash Controller (NFC) write "
` [PATCH 6/6] mtd: ofpart: add compatible check for child nodes

[PATCH 29/35] mtd: devices: use dev_get_platdata()
 2013-08-07  8:44 UTC  (2+ messages)

[PATCH] mtd: denali: use NAND_CI_CELLTYPE_MSK instead of hardcoded constant
 2013-08-07  8:14 UTC  (2+ messages)

[PATCH]mtd: map: fixed bug in 64-bit systems
 2013-08-07  7:34 UTC 

[PATCH 7/7] mtd: nand: mxc_nand: mark 'const' properly
 2013-08-07  7:18 UTC 

[PATCH 6/7] mtd: maps: cfi_flagadm: add missing __iomem annotation
 2013-08-07  7:17 UTC 

[PATCH 5/7] mtd: spear_smi: add missing __iomem annotation
 2013-08-07  7:16 UTC 

[PATCH 4/7] mtd: r852: Staticize local symbols
 2013-08-07  7:14 UTC 

[PATCH 3/7] mtd: nandsim: Staticize local symbols
 2013-08-07  7:13 UTC 

[PATCH 2/7] mtd: impa7: add missing __iomem annotation
 2013-08-07  7:12 UTC 

[PATCH 1/7] mtd: sm_ftl: Staticize local symbols
 2013-08-07  7:10 UTC 

[PATCH] mtd: atmel_nand: fix the warning when CONFIG_OF is not defined
 2013-08-07  6:30 UTC  (2+ messages)

[PATCH 04/25] mtd: nand: gpmi-nand: janitorial cleanup: (commas after last element of struct initializer)
 2013-08-07  6:31 UTC  (9+ messages)
        ` [PATCH 03/25] mtd: nand: gpmi-nand: let the driver core handle pinctrl
        ` [PATCH/RESEND 1/2] mtd: nand: gpmi-nand: janitorial cleanup: (commas after last element of struct initializer)
        ` [PATCH/RESEND v2 0/2] mtd: nand: gpmi-nand: cleanup patches
        ` [PATCH/RESEND 2/2] mtd: nand: gpmi-nand: use more sensible error codes at various places

mm/slab: ppc: ubi: kmalloc_slab WARNING / PPC + UBI driver
 2013-08-06 14:57 UTC  (6+ messages)

[PATCH 0/4] mtd: nand: cleanups to BBT
 2013-08-06 14:08 UTC  (3+ messages)
` [PATCH v2 0/6] "

[PATCH v2] mtd: Add LED trigger support "mtd-disk" to indicate activity
 2013-08-06 11:59 UTC  (2+ messages)

[PATCH v3 1/4] mtd: nand: gpio: Add DT property to automatically determine bus width
 2013-08-06 11:38 UTC  (4+ messages)
` [PATCH v3 4/4] mtd: nand: gpio: Add support for multichip devices

[PATCH] mtd: nand: fsmc: update of OF support
 2013-08-06 10:47 UTC  (4+ messages)

[PATCH RESEND] mtd: nand: diskonchip: Request memory region prior ioremap()
 2013-08-06  8:59 UTC  (3+ messages)
` [PATCH v3 2/4] mtd: nand: gpio: Use devm_gpio_request_one() where possible
` [PATCH v3 3/4] mtd: nand: gpio: Return real nand_scan() error code on fail

[PATCH] UBI: Fastmap: Fix memory leak
 2013-08-06  6:26 UTC 

[JFFS2]The patch "jffs2: Fix lock acquisition order bug in jffs2_write_begin" introduces another dead lock bug
 2013-08-06  1:02 UTC  (3+ messages)
  ` 答复: "

[PATCH 1/6] mtd: nandsim: convert pages_written[] to bitmap
 2013-08-05 23:02 UTC  (3+ messages)

[PATCH] [RESEND] mtd: docg4: fix status polling loop
 2013-08-05 17:55 UTC 

[PATCH v5 0/6] mtd: atmel_nand: enable Nand Flash Controller (NFC) support
 2013-08-05 11:28 UTC  (4+ messages)

[PATCH] mtd: jedec_probe: fix LH28F640BF definition
 2013-08-05 10:11 UTC  (2+ messages)

[PATCH] mtd: nand: detect OOB size for Toshiba 24nm raw SLC
 2013-08-05 10:10 UTC  (2+ messages)

[PATCH] mtd: atmel_nand: fix pmecc selction for ecc requirement typo
 2013-08-05 10:00 UTC  (2+ messages)

[Q] Using Micron 4-bit on-die ECC with v2.6.36 kernel?
 2013-08-05  9:39 UTC  (4+ messages)
    ` [PATCH] Init ONFI get/set features in a more logical place


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox