public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2013-07-19 08:05:44 to 2013-08-02 15:56:45 UTC [more...]

[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  (5+ messages)
` [PATCH 06/12] drivers/mtd/nand/gpmi-nand: "

[PATCH 1/6] mtd: nandsim: convert pages_written[] to bitmap
 2013-08-02 15:46 UTC  (8+ 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] 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)

[PATCH -next 0/7] mtd: tests: reduce duplication among mtd tests modules
 2013-08-02 14:05 UTC  (14+ messages)
` [PATCH -next 1/7] mtd: tests: introduce mtd_test module
` [PATCH -next 2/7] mtd: mtd_oobtest: use "
` [PATCH -next 3/7] mtd: mtd_pagetest: "
` [PATCH -next 4/7] mtd: mtd_readtest: "
` [PATCH -next 5/7] mtd: mtd_speedtest: "
` [PATCH -next 6/7] mtd: mtd_stresstest: "
` [PATCH -next 7/7] mtd: mtd_subpagetest: "

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

mm/slab: ppc: ubi: kmalloc_slab WARNING / PPC + UBI driver
 2013-08-01  8:50 UTC  (9+ messages)

[PATCH 03/25] mtd: nand: gpmi-nand: let the driver core handle pinctrl
 2013-08-01  6:14 UTC  (5+ 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 0/4] mtd: nand: cleanups to BBT
 2013-07-31  0:53 UTC  (15+ messages)
` [PATCH 1/4] mtd: nand: add accessors, macros for in-memory BBT
` [PATCH 2/4] mtd: nand: refactor chip->block_markbad interface
` [PATCH 3/4] mtd: nand: hide in-memory BBT implementation details
` [PATCH 4/4] mtd: nand: remove NAND_BBT_SCANEMPTY
` [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

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)

[JFFS2]The patch "jffs2: Fix lock acquisition order bug in jffs2_write_begin" introduces another dead lock bug
 2013-07-29 10:33 UTC  (2+ messages)

[PATCH 1/4] mtd: nand: gpio: Determine bus width automatically
 2013-07-28 22:53 UTC  (11+ messages)
` [PATCH 2/4] mtd: nand: gpio: Use devm_gpio_request_one() where possible
` [PATCH 3/4] mtd: nand: gpio: Return real nand_scan() error code on fail and simplify error path
` [PATCH 4/4] mtd: nand: gpio: Add support for multichip devices

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

SPI: support DUAL and QUAD[patch v1]
 2013-07-27 11:35 UTC  (16+ messages)
`  "

[PATCH V8 32/33] ubifs: convert file ops from aio_read/write to read/write_iter
 2013-07-25 17:50 UTC 

UBIFS failure & stable page writes
 2013-07-25 13:18 UTC  (20+ messages)

xattr patches from feb?
 2013-07-24 12:36 UTC  (5+ messages)

Add "UBIFS: fix a horrid bug" to 3.2 branch?
 2013-07-24  2:55 UTC  (2+ messages)

[PATCH 00/27] devm cleanup, part #1, take #3
 2013-07-23 18:09 UTC  (3+ messages)
` [PATCH 11/27] drivers/mtd/nand: don't check resource with devm_ioremap_resource

Stimate utilizator
 2013-07-23 12:57 UTC 

[PATCH] mtd: nand: diskonchip: Request memory region prior ioremap()
 2013-07-23  9:46 UTC 

[patch] mtd: use correct error codes in debugfs_create()
 2013-07-22 20:43 UTC  (5+ messages)
` [patch v2] mtd: tiny debugfs related fixes

[PATCH 0/5] mtd: nand: Fixes and improvements on pxa3xx
 2013-07-22 14:10 UTC  (7+ messages)

[RESEND PATCH] mtd: nand: nand_bbt: scan for next free bbt block if writing bbt fails
 2013-07-22  8:30 UTC  (2+ messages)

[PATCH] mtd: jedec_probe: fix LH28F640BF definition
 2013-07-20 23:07 UTC 

[PATCH] mtd: nand: omap2: Fix oobfree offset
 2013-07-19 20:54 UTC  (2+ messages)

[PATCH RESEND] fs/jffs2: remove the unused paramters of function jffs2_{compress,decompress}
 2013-07-19  8:01 UTC 


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