public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2013-07-27 19:07:00 to 2013-08-07 06:26:10 UTC [more...]

[PATCH 03/25] mtd: nand: gpmi-nand: let the driver core handle pinctrl
 2013-08-07  6:31 UTC  (12+ messages)
  ` [PATCH 05/25] mtd: nand: gpmi-nand: use more sensible error codes at various places
  ` [PATCH 04/25] mtd: nand: gpmi-nand: janitorial cleanup: (commas after last element of struct initializer)
        ` [PATCH/RESEND 1/2] "
        ` [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

[PATCH] alauda: do not use stack for URB transfer_buffers
 2013-08-07  5:50 UTC  (3+ messages)

[PATCH] mtd: atmel_nand: fix the warning when CONFIG_OF is not defined
 2013-08-07  3:36 UTC 

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

[PATCH 0/4] mtd: nand: cleanups to BBT
 2013-08-06 14:08 UTC  (12+ messages)
` [PATCH 1/4] mtd: nand: add accessors, macros for in-memory BBT
` [PATCH v2 0/6] mtd: nand: cleanups to BBT
  ` [PATCH v2 1/6] mtd: nand: add accessors, macros for in-memory BBT
  ` [PATCH v2 2/6] mtd: nand: remove multiplied-by-2 block logic
  ` [PATCH v2 3/6] mtd: nand: eliminate cast
  ` [PATCH v2 4/6] mtd: nand: refactor chip->block_markbad interface
  ` [PATCH v2 5/6] mtd: nand: hide in-memory BBT implementation details
  ` [PATCH v2 6/6] mtd: nand: remove NAND_BBT_SCANEMPTY

[PATCH -next v2 00/10] mtd: tests: reduce duplication among mtd tests modules
 2013-08-06 14:07 UTC  (12+ messages)
` [PATCH -next v2 01/10] mtd: tests: introduce helper functions
` [PATCH -next v2 02/10] mtd: tests: rename sources in order to link a helper object
` [PATCH -next v2 03/10] mtd: mtd_oobtest: use mtd_test helpers
` [PATCH -next v2 04/10] mtd: mtd_pagetest: "
` [PATCH -next v2 05/10] mtd: mtd_readtest: "
` [PATCH -next v2 06/10] mtd: mtd_speedtest: "
` [PATCH -next v2 07/10] mtd: mtd_stresstest: "
` [PATCH -next v2 08/10] mtd: mtd_subpagetest: "
` [PATCH -next v2 09/10] mtd: mtd_torturetest: "
` [PATCH -next v2 10/10] mtd: mtd_nandbiterrs: "

[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  (11+ messages)
` [PATCH 2/6] mtd: nandsim: use kasprintf()
` [PATCH 3/6] mtd: nandsim: simplify NS_RAW_OFFSET()
` [PATCH 4/6] mtd: nandsim: use NS_RAW_OFFSET()
` [PATCH 5/6] mtd: nandsim: remove unused code
` [PATCH 6/6] mtd: nandsim: remove unused ns->geom.oobshift

[PATCH v6 0/6] mtd: atmel_nand: enable Nand Flash Controller (NFC) support
 2013-08-05 18:56 UTC  (10+ 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] [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

[PATCH -next 0/7] mtd: tests: reduce duplication among mtd tests modules
 2013-08-03  7:55 UTC  (9+ messages)
` [PATCH -next 1/7] mtd: tests: introduce mtd_test module

[PATCH] mtd: nand: fix NAND_BUSWIDTH_AUTO for x16 devices
 2013-08-02 16:05 UTC  (2+ messages)

[PATCH] mtd: diskonchip: remove unused entries in Kconfig
 2013-08-02 16:01 UTC  (2+ messages)

[PATCH v1 0/4] mtd: nand: omap: add support for BCH16_ECC
 2013-08-02 15:56 UTC  (2+ messages)

[RESEND][PATCH] mtd: refactor call to request_module
 2013-08-02 15:53 UTC  (2+ messages)

[PATCH 05/12] drivers/mtd/nand: don't use devm_pinctrl_get_select_default() in probe
 2013-08-02 15:51 UTC  (4+ messages)
` [PATCH 06/12] drivers/mtd/nand/gpmi-nand: "

[PATCH] nand: mxc_nand: Remove unneeded check for platform_get_resource()
 2013-08-02 15:34 UTC  (2+ messages)

[PATCH] drivers: mtd: devices: make m25p80 dt adapted
 2013-08-03  2:22 UTC  (4+ messages)

[PATCH] mtd: remove obsolete JEDEC mapping drivers
 2013-08-02 15:15 UTC  (4+ messages)

[PATCH resend] MTD: atmel_nand: using a stronger ECC is not dangerous
 2013-08-02 14:51 UTC  (2+ messages)

[PATCH] mtd: nand: omap2: Fix compilation warning
 2013-08-02 14:07 UTC  (3+ messages)

JFFS2 impact when don't have sub page access
 2013-08-02 12:42 UTC  (7+ messages)

[PATCH trivial] include: uapi: standard all files' macro prefix and suffix, excluding "linux/" sub-directory
 2013-08-02  8:31 UTC  (4+ messages)

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

No pull for mtd?
 2013-07-31  2:24 UTC  (19+ messages)

[PATCH v2 2/4] mtd: nand: gpio: Use devm_gpio_request_one() where possible
 2013-07-30 20:15 UTC  (3+ messages)
` [PATCH v2 3/4] mtd: nand: gpio: Return real nand_scan() error code on fail and simplify error path

[PATCH v2 1/4] mtd: nand: gpio: Determine bus width automatically
 2013-07-30 16:34 UTC  (6+ messages)
` [PATCH v2 4/4] mtd: nand: gpio: Add support for multichip devices

[PATCH 32/35] mtd: onenand: use dev_get_platdata()
 2013-07-30  8:18 UTC 

[PATCH 31/35] mtd: nand: use dev_get_platdata()
 2013-07-30  8:18 UTC 

[PATCH 30/35] mtd: maps: use dev_get_platdata()
 2013-07-30  8:18 UTC 

[PATCH 29/35] mtd: devices: use dev_get_platdata()
 2013-07-30  8:17 UTC 

[PATCH V2] SPI: DUAL and QUAD support
 2013-07-30  7:30 UTC  (15+ messages)
      ` [PATCH] "

ubifs on SPI NOR Flash with uniform 4k erase block size
 2013-07-29 11:50 UTC  (4+ messages)

[PATCH 1/4] mtd: nand: gpio: Determine bus width automatically
 2013-07-28 22:53 UTC  (6+ messages)

[PATCH] mtd: denali: use NAND_CI_CELLTYPE_MSK instead of hardcoded constant
 2013-07-27 19:06 UTC  (2+ messages)


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