linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-10-28 00:51:48 to 2013-11-05 22:45:51 UTC [more...]

[PATCH -next] mtd: nand: omap: fix error return code in omap_nand_probe()
 2013-11-05 22:45 UTC  (4+ messages)

[PATCH] mtd: cmdlinepart: use cmdline partition parser lib
 2013-11-05 22:43 UTC  (4+ messages)
  ` [PATCH 2/2] "

[PATCH v2] mtd: gpmi: add a new DT property to use the datasheet's minimum required ECC
 2013-11-05 20:07 UTC  (3+ messages)

[PATCH v3 00/28] Armada 370/XP NAND support
 2013-11-05 19:51 UTC  (39+ messages)
` [PATCH v3 01/28] clk: mvebu: Add Core Divider clock
` [PATCH v3 02/28] ARM: mvebu: Add Core Divider clock device-tree binding
` [PATCH v3 03/28] ARM: mvebu: Add a 2 GHz fixed-clock Armada 370/XP
` [PATCH v3 04/28] ARM: mvebu: Add the core-divider clock to "
` [PATCH v3 05/28] mtd: nand: pxa3xx: Make config menu show supported platforms
` [PATCH v3 06/28] mtd: nand: pxa3xx: Prevent sub-page writes
` [PATCH v3 07/28] mtd: nand: pxa3xx: Early variant detection
` [PATCH v3 08/28] mtd: nand: pxa3xx: Use chip->cmdfunc instead of the internal
` [PATCH v3 09/28] mtd: nand: pxa3xx: Split FIFO size from to-be-read FIFO count
` [PATCH v3 10/28] mtd: nand: pxa3xx: Replace host->page_size by mtd->writesize
` [PATCH v3 11/28] mtd: nand: pxa3xx: Add a nice comment to pxa3xx_set_datasize()
` [PATCH v3 12/28] mtd: nand: pxa3xx: Use a completion to signal device ready
` [PATCH v3 13/28] mtd: nand: pxa3xx: Add bad block handling
` [PATCH v3 14/28] mtd: nand: pxa3xx: Add driver-specific ECC BCH support
` [PATCH v3 15/28] mtd: nand: pxa3xx: Clear cmd buffer #3 (NDCB3) on command start
` [PATCH v3 16/28] mtd: nand: pxa3xx: Add helper function to set page address
` [PATCH v3 17/28] mtd: nand: pxa3xx: Remove READ0 switch/case falltrough
` [PATCH v3 18/28] mtd: nand: pxa3xx: Split prepare_command_pool() in two stages
` [PATCH v3 19/28] mtd: nand: pxa3xx: Move the data buffer clean to prepare_start_command()
` [PATCH v3 20/28] mtd: nand: pxa3xx: Fix SEQIN column address set
` [PATCH v3 21/28] mtd: nand: pxa3xx: Add a read/write buffers markers
` [PATCH v3 22/28] mtd: nand: pxa3xx: Introduce multiple page I/O support
` [PATCH v3 23/28] mtd: nand: pxa3xx: Add multiple chunk write support
` [PATCH v3 24/28] mtd: nand: pxa3xx: Add ECC BCH correctable errors detection
` [PATCH v3 25/28] ARM: mvebu: Add support for NAND controller in Armada 370/XP
` [PATCH v3 26/28] ARM: mvebu: Enable NAND controller in Armada XP GP board
` [PATCH v3 27/28] ARM: mvebu: Enable NAND controller in Armada 370 Mirabox
` [PATCH v3 28/28] mtd: nand: pxa3xx: Add documentation about the controller

[PATCH v2 00/27] Armada 370/XP NAND support
 2013-11-05 18:44 UTC  (23+ messages)
` [PATCH v2 07/27] mtd: nand: pxa3xx: Early variant detection
` [PATCH v2 08/27] mtd: nand: pxa3xx: Use chip->cmdfunc instead of the internal
` [PATCH v2 09/27] mtd: nand: pxa3xx: Split FIFO size from to-be-read FIFO count
` [PATCH v2 10/27] mtd: nand: pxa3xx: Replace host->page_size by mtd->writesize
` [PATCH v2 11/27] mtd: nand: pxa3xx: Disable OOB on arbitrary length commands
` [PATCH v2 12/27] mtd: nand: pxa3xx: Use a completion to signal device ready

[PATCH 0/1] Bad block markers here, there and everywhere
 2013-11-05 18:07 UTC  (3+ messages)
` [PATCH 1/1] mtd: nand: Allow bad block markers to be found in the data region

Ubiblock users call (Re: mvneta / openblocks switch)
 2013-11-05 14:57 UTC  (2+ messages)

gpmi_nand crashes on mx23
 2013-11-05 14:17 UTC  (3+ messages)

[PATCH 1/5] mtd: m25p80: fix allocation size
 2013-11-05 13:14 UTC  (13+ messages)
` [PATCH 4/5] mtd: m25p80: remove M25PXX_USE_FAST_READ Kconfig

[PATCH trivial] include: uapi: standard all files' macro prefix and suffix, excluding "linux/" sub-directory
 2013-11-05 12:05 UTC  (5+ messages)

Доброго Вам дня
 2013-11-05 10:12 UTC 

[PATCH] mtd: atmel_nand: fix bug driver will in a dead lock if no nand detected
 2013-11-05  9:59 UTC 

[PATCH] ubi: attach: do not return -EINVAL if the mtd->numeraseregions is 1
 2013-11-05  6:12 UTC  (4+ messages)

[Rebase/PATCHv2] drivers: mtd: m25p80: Add quad read support
 2013-11-05  3:49 UTC  (12+ messages)

[PATCH] mtd: gpmi: Use devm_kzalloc()
 2013-11-05  2:49 UTC  (2+ messages)

[PATCH] mtd: nand: mxc_nand: Add support onfi & 4k flashs
 2013-11-04 11:32 UTC 

Приветствую
 2013-11-02 13:55 UTC 

[PATCH v3 0/4] optimize and clean-up of OMAP NAND and ELM driver
 2013-11-02  9:46 UTC  (5+ messages)
` [PATCH v3 1/4] mtd: nand: omap: optimized chip->ecc.correct() for H/W ECC schemes
` [PATCH v3 2/4] mtd: nand: omap: optimize chip->ecc.calculate() "
` [PATCH v3 3/4] mtd: nand: omap: optimize chip->ecc.hwctl() "
` [PATCH v3 4/4] mtd: devices: elm: add checks ELM H/W constrains, driver code cleanup

[PATCH 3/8] fs/ubifs: use rbtree postorder iteration helper instead of opencoding
 2013-11-01 22:38 UTC  (3+ messages)
` [PATCH 5/8] fs/jffs2: "
` [PATCH 7/8] mtd/ubi: "

[PATCH v11 00/10] [PATCH v10 00/10] mtd:nand:omap2: clean-up of supported ECC schemes
 2013-11-01 20:10 UTC  (7+ messages)

[PATCH] mtd: nand_bbt: kill NAND_BBT_SCANALLPAGES
 2013-11-01 18:33 UTC  (8+ messages)

Flashing UBIFS image to gluebi mtd
 2013-11-01 11:10 UTC  (8+ messages)

nor flash bug in UBIFS
 2013-11-01  8:58 UTC  (7+ messages)
        ` nor flash used "
          ` [PATCH 1/1] MTD: UBI: try to avoid program data to NOR flash after erasure interrupted

[PATCH] mtd: m25p80: fixup device removal failure path
 2013-10-31 14:27 UTC  (3+ messages)

[PATCH v2 00/19] Enable various Renesas drivers on all ARM platforms
 2013-10-31  5:52 UTC  (3+ messages)
` [PATCH v2 10/19] mtd: sh_flctl: Enable the driver "

[PATCH 0/1] Fix OMAP2 NAND ONFI device detection
 2013-10-30 23:19 UTC  (5+ messages)
` [PATCH 1/1] mtd: nand: omap2: Fix device detection path

[PATCH v3 00/10] About the SLC/MLC
 2013-10-30 22:02 UTC  (5+ messages)

[PATCH 1/1] mtd: mxc_nand: Include linux/of.h header
 2013-10-30 21:58 UTC  (2+ messages)

[PATCH -next] mtd: remove duplicated include from mtdcore.c
 2013-10-30 21:37 UTC  (3+ messages)

[PATCH 00/19] Enable various Renesas drivers on all ARM platforms
 2013-10-30 10:59 UTC  (16+ messages)
` [PATCH 10/19] mtd: sh_flctl: Enable the driver "

[PATCH] drivers: mtd: m25p80: Add quad read support
 2013-10-30 10:11 UTC  (15+ messages)

[PATCHv2] drivers: mtd: m25p80: Add quad read support
 2013-10-30  8:41 UTC  (3+ messages)

[PATCH v2] mtd: m25p80: add support for Macronix mx25l3255e
 2013-10-30  4:26 UTC  (3+ messages)

[PATCH v2 0/5] Assorted OMAP2 NAND clean-ups
 2013-10-30  0:16 UTC  (6+ messages)

Patching mkfs.ubifs.c for running under Windows ?
 2013-10-29 15:20 UTC  (5+ messages)

[PATCH] mtd: gpmi: Remove unused set_geometry_by_ecc_info()
 2013-10-29 11:00 UTC  (2+ messages)

Здравствуйте
 2013-10-28 21:56 UTC 

lz4hc compression in UBIFS?
 2013-10-28 16:45 UTC  (7+ messages)

[PATCH] mtd: mtdchar: return expected errors on mmap() call
 2013-10-28 16:08 UTC 

Issues unlocking LH28F640BF NOR flash
 2013-10-28 11:17 UTC 

[PATCH 0/3] omap2: Assorted GPMC cleanups
 2013-10-28  0:51 UTC  (2+ messages)
` [PATCH 3/3] omap2: gpmc: Move legacy GPMC width setting


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