public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2013-09-04 16:02:05 to 2013-09-19 17:21:18 UTC [more...]

gpmi-nand driver and jffs2 support
 2013-09-19 17:20 UTC  (14+ messages)

[PATCH 00/21] Armada 370/XP NAND support
 2013-09-19 16:01 UTC  (22+ messages)
` [PATCH 01/21] mtd: nand: pxa3xx: Allocate data buffer on detected flash size
` [PATCH 02/21] mtd: nand: pxa3xx: Disable OOB on arbitrary length commands
` [PATCH 03/21] mtd: nand: pxa3xx: Use a completion to signal device ready
` [PATCH 04/21] mtd: nand: pxa3xx: Add bad block handling
` [PATCH 05/21] mtd: nand: pxa3xx: Add driver-specific ECC BCH support
` [PATCH 06/21] mtd: nand: pxa3xx: Configure detected pages-per-block
` [PATCH 07/21] mtd: nand: pxa3xx: Clear cmd buffer #3 (NDCB3) on command start
` [PATCH 08/21] mtd: nand: pxa3xx: Make config menu show supported platforms
` [PATCH 09/21] mtd: nand: pxa3xx: Split FIFO size from to-be-read FIFO count
` [PATCH 10/21] mtd: nand: pxa3xx: Replace host->page_size by mtd->writesize
` [PATCH 11/21] mtd: nand: pxa3xx: Add helper function to set page address
` [PATCH 12/21] mtd: nand: pxa3xx: Remove READ0 switch/case falltrough
` [PATCH 13/21] mtd: nand: pxa3xx: Split prepare_command_pool() in two stages
` [PATCH 14/21] mtd: nand: pxa3xx: Move the data buffer clean to prepare_start_command()
` [PATCH 15/21] mtd: nand: pxa3xx: Add a read/write buffers markers
` [PATCH 16/21] mtd: nand: pxa3xx: Introduce multiple page I/O support
` [PATCH 17/21] mtd: nand: pxa3xx: Add multiple chunk write support
` [PATCH 18/21] ARM: mvebu: Add a fixed 0Hz clock to represent NAND clock
` [PATCH 19/21] ARM: mvebu: Add support for NAND controller in Armada 370/XP
` [PATCH 20/21] ARM: mvebu: Enable NAND controller in Armada XP GP board
` [PATCH 21/21] ARM: mvebu: Enable NAND controller in Armada 370 Mirabox

[RFC] mtd: plat_nand: add further DT bindings and documentation
 2013-09-19  7:28 UTC  (2+ messages)

4byte addressing mode on Micron n25q256a vs write enable
 2013-09-19  5:25 UTC  (5+ messages)
    ` [PATCH] mtd: m25p80: Fix 4 byte addressing mode for Micron devices

[PATCH] mtd: nand: fix memory leak in ONFI extended parameter page
 2013-09-19  4:15 UTC  (3+ messages)

Powered by Google
 2013-09-18 18:33 UTC 

[PATCH v2 1/2] mtd: atmel_nand: remove #if defined(CONFIG_OF) around OF-specific code
 2013-09-18 21:45 UTC  (3+ messages)
` [PATCH v2 2/2] mtd: atmel_nand: add MODULE_DEVICE_TABLE for nfc driver

[PATCH v3] mtd: atmel_nand: use minimum ecc requirements of nand: ecc_{strength, step}_ds
 2013-09-18 21:42 UTC  (2+ messages)
` [PATCH v3] mtd: atmel_nand: use minimum ecc requirements of nand: ecc_{strength,step}_ds

[PATCH v3 0/8] Add the Quadspi driver for vf610-twr
 2013-09-18 16:00 UTC  (74+ messages)
` [PATCH v3 5/8] spi: Add Freescale QuadSpi driver

[PATCH] ubi: attach: do not return -EINVAL if the mtd->numeraseregions is 1
 2013-09-18  2:17 UTC 

[PATCH v2] mtd: atmel_nand: use the common function to get ecc info
 2013-09-17 19:29 UTC  (2+ messages)

Incorrect detection of Micron MT29F32G08
 2013-09-17 12:30 UTC  (2+ messages)

[PATCH] mtd: onenand: omap: remove two unused functions
 2013-09-17  2:24 UTC  (2+ messages)

[PATCH] UBIFS: remove unnecessary code in ubifs_garbage_collect
 2013-09-17  1:51 UTC  (2+ messages)

[PATCH] mtd: nand: cleanup ONFI printed errors, warnings
 2013-09-17  1:03 UTC  (4+ messages)

[PATCH [mtd-utils] 1/3] move _GNU_SOURCE to the main makefile
 2013-09-17  0:35 UTC  (5+ messages)
` [PATCH [mtd-utils] 2/3] mtd-utils: new prompt() helper for talking to the user

[PATCH v3 00/10] About the SLC/MLC
 2013-09-17  0:27 UTC  (13+ messages)
` [PATCH v3 06/10] mtd: fix the wrong mtd->type for nand chip
` [PATCH v3 09/10] mtd: add a helper to detect the nand type

[PATCH 1/2] mtd: atmel_nand: remove unneeded ifdef CONFIG_OF
 2013-09-16 23:11 UTC  (8+ messages)

[PATCH v4 00/14] pxa3xx-nand patches to support mvebu builds
 2013-09-16 22:57 UTC  (3+ messages)
` [PATCH v4 01/14] mtd: nand: pxa3xx: Remove unneeded ifdef CONFIG_OF

[PATCH] mtd: bcm47xxpart: detect Squashfs partition
 2013-09-16  9:31 UTC  (9+ messages)
` [PATCH V2] mtd: bcm47xxpart: detect block aligned "

JFFS2 SUMMARY prior to Linux 3.9
 2013-09-16  8:04 UTC 

[GIT PULL] UBI changes for 3.12-rc1
 2013-09-16  8:01 UTC  (2+ messages)

[GIT PULL] UBIFS changes for 3.12-rc1
 2013-09-16  7:29 UTC 

[PATCH] mtd: bcm47xxpart: detect "factory" partition
 2013-09-15 20:41 UTC 

Boards only supporting 16bit ram writes
 2013-09-12 14:24 UTC 

[PATCH v5 0/4] mtd:nand:omap2: clean-up of supported ECC schemes
 2013-09-12 12:02 UTC  (8+ messages)
` [PATCH v5 1/4] ARM: OMAP2+: cleaned-up DT support of various "

[PATCH v6 0/4] mtd:nand:omap2: clean-up of supported ECC schemes
 2013-09-12 11:50 UTC  (5+ messages)
` [PATCH v6 1/4] ARM: OMAP2+: cleaned-up DT support of various "
` [PATCH v6 2/4] mtd:nand:omap2: clean-up BCHx_HW and BCHx_SW ECC configurations in device_probe
` [PATCH v6 3/4] mtd:nand:omap2: updated support for BCH4 ECC scheme
` [PATCH v6 4/4] ARM: dts: AM33xx: updated default ECC scheme in nand-ecc-opt

[PATCH 00/12] mtd: miscellaneous fixes
 2013-09-11 23:02 UTC  (18+ messages)
` [PATCH 01/12] nand: docg4: use nand_base's default BBT scan
` [PATCH 02/12] mtd: nand: lpc32xx_slc: don't call nand_default_bbt directly
` [PATCH 03/12] mtd: nandsim: don't call nand_default_bbt() directly
` [PATCH 04/12] mtd: nand: stop exporting nand_default_bbt
` [PATCH 05/12] mtd: dataflash: remove unused field
` [PATCH 06/12] mtd: denali: make init function static
` [PATCH 07/12] mtd: nand: return failure when failing to get ECC from ONFI
` [PATCH 08/12] mtd: nand: don't print ONFI buswidth errors unless we need to
` [PATCH 09/12] mtd: onenand: remove redundant offset check
` [PATCH 10/12] mtd: nand: remove obsolete 'ecclayout' field
` [PATCH 11/12] mtd: onenand: remove unused variable assignments
` [PATCH 12/12] mtd: lpddr_cmds: make function static

[PATCH] mtd: nand: pxa3xx: Add pxa3xx_nand_get_variant() stub for !CONFIG_OF
 2013-09-11 21:51 UTC  (3+ messages)

[RFC/PATCH v2] pxa3xx-nand: Remove custom device detection
 2013-09-10 14:21 UTC  (6+ messages)
` [RFC/PATCH v2] mtd: nand: pxa3xx: Remove redundant device probing

[PATCH 1/2] mtd: Add a retlen parameter to _get_{fact, user}_prot_info
 2013-09-10  9:25 UTC  (2+ messages)
` [PATCH 2/2] mtd: Fix the behavior of otp write if there is not enough room for data

[PATCH 0/2] mtd: Harmonize implementations of OTP write and _get_{fact, user}_prot_info
 2013-09-10  9:25 UTC 

nor flash bug in UBIFS
 2013-09-10  0:50 UTC 

香艳游/戏绝对够劲 链接:http://tinyurl.com/merhded
 2013-09-09 21:00 UTC 

UBI io.c self_check_peb_vid_hdr()
 2013-09-09 15:16 UTC 

[GIT] MTD for 3.12
 2013-09-09 14:41 UTC 

[RFC/PATCH] pxa3xx-nand: Removing a stupid customized device detection
 2013-09-09  9:53 UTC  (4+ messages)
` [RFC/PATCH] mtd: nand: pxa3xx: Remove redundant device probing

[PATCH] mtd: plat-ram: Remove casting the return value which is a void pointer
 2013-09-09  5:42 UTC 

administrator de sistem
 2013-09-07 16:49 UTC 

[PATCH] UBI: fix refill_wl_user_pool()
 2013-09-05 17:16 UTC  (7+ messages)


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