linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-01 17:22:46 to 2016-06-08 22:03:14 UTC [more...]

[PATCH 0/7] dts: sunxi: Add sunxi NAND Flash Controller support
 2016-06-08 22:03 UTC  (18+ messages)
` [PATCH 1/7] ARM: dts: sun4i: Add A10 NAND controller pin definitions
` [PATCH 2/7] ARM: dts: sun4i: Add NFC node to Allwinner A10 SoC
` [PATCH 3/7] ARM: dts: sun7i: Add A20 NAND controller pin definitions
` [PATCH 4/7] ARM: dts: sun7i: Add NFC node to Allwinner A20 SoC
` [PATCH 5/7] mtd: nand: Add Hynix H27UBG8T2BTR-BC to nand_ids table
` [PATCH 6/7] ARM: dts: sun4i: Enable NAND on Marsboard A10
` [PATCH 7/7] ARM: dts: sun7i: Enable NAND on Wexler TAB7200

[V2, 1/2] mtd: brcmnand: Add check for erased page bitflips
 2016-06-08 21:50 UTC  (3+ messages)
` [V2, 2/2] mtd: brcmnand: Detect sticky ucorr ecc error on dma reads

[PATCH 2/2] mtd: m25p80: consider max_transfer_size when reading
 2016-06-08 19:51 UTC  (25+ messages)

[PATCH 1/4] of: Add device tree bindings for Evatronix
 2016-06-08 15:50 UTC  (4+ messages)

[RESEND PATCH 0/3] mtd: nand: standardize ECC maximization
 2016-06-08 15:04 UTC  (4+ messages)
` [RESEND PATCH 1/3] mtd: nand: Add an option to maximize the ECC strength
` [RESEND PATCH 2/3] mtd: nand: Support maximizing ECC when using software BCH
` [RESEND PATCH 3/3] mtd: nand: sunxi: Support ECC maximization

[PATCH 0/3] mtd: nand: standardize ECC maximization
 2016-06-08 14:58 UTC  (4+ messages)
` [PATCH 1/3] mtd: nand: Add an option to maximize the ECC strength
` [PATCH 2/3] mtd: nand: Support maximizing ECC when using software BCH
` [PATCH 3/3] mtd: nand: sunxi: Support ECC maximization

[PATCH v2 00/15] mtd: nand: allow vendor specific detection/initialization
 2016-06-08 14:34 UTC  (17+ messages)
` [PATCH v2 01/15] mtd: nand: get rid of the mtd parameter in all auto-detection functions
` [PATCH v2 02/15] mtd: nand: store nand ID in struct nand_chip
` [PATCH v2 03/15] mtd: nand: get rid of busw parameter
` [PATCH v2 04/15] mtd: nand: rename nand_get_flash_type() into nand_detect()
` [PATCH v2 05/15] mtd: nand: add manufacturer specific initialization/detection steps
` [PATCH v2 06/15] mtd: nand: kill the MTD_NAND_IDS Kconfig option
` [PATCH v2 07/15] mtd: nand: move Samsung specific init/detection logic in nand_samsung.c
` [PATCH v2 08/15] mtd: nand: move Hynix specific init/detection logic in nand_hynix.c
` [PATCH v2 09/15] mtd: nand: move Toshiba specific init/detection logic in nand_toshiba.c
` [PATCH v2 10/15] mtd: nand: move Micron specific init logic in nand_micron.c
` [PATCH v2 11/15] mtd: nand: move AMD/Spansion specific init/detection logic in nand_amd.c
` [PATCH v2 12/15] mtd: nand: move Macronix specific initialization in nand_macronix.c
` [PATCH v2 13/15] mtd: nand: samsung: retrieve ECC requirements from extended ID
` [PATCH v2 14/15] mtd: nand: hynix: rework NAND ID decoding to extract more information
` [PATCH v2 15/15] mtd: nand: hynix: add read-retry support for 1x nm MLC NANDs

[PATCH] tree-wide: replace config_enabled() with IS_ENABLED()
 2016-06-07 22:29 UTC  (3+ messages)

[PATCH 0/6] MTD: xway: updates from OpenWrt/LEDE
 2016-06-07 19:10 UTC  (19+ messages)
` [PATCH 1/6] MTD: xway: add some more documentation
` [PATCH 2/6] MTD: xway: fix invalid operator
` [PATCH 3/6] MTD: xway: the latched command should be persistent
` [PATCH 4/6] MTD: xway: remove endless loop
` [PATCH 5/6] MTD: xway: add missing write_buf and read_buf to nand driver
` [PATCH 6/6] MTD: xway: fix nand locking

[PATCH V8 1/2] mtd: spi-nor: Bindings for Cadence Quad SPI Flash Controller driver
 2016-06-07 14:00 UTC  (3+ messages)
` [PATCH V12 2/2] mtd: spi-nor: Add driver for Cadence Quad SPI Flash Controller

UBI bitflip maintenance
 2016-06-07 13:51 UTC 

[RFC] UBI: MLC Support v0
 2016-06-07 12:20 UTC  (4+ messages)
` [PATCH 11/13] ubi: LEB consolidation

[PATCH 0/4] mtd: nand: Add support for Evatronix NANDFLASH-CTRL
 2016-06-07  9:02 UTC  (5+ messages)

[PATCH v2] MTD: lantiq: handle NO_XIP on cfi0001 flash
 2016-06-07  5:15 UTC  (5+ messages)

Temporarily remounting rootfs as rw leads to kernel panic on reboot
 2016-06-07  1:47 UTC  (2+ messages)

[PATCH] MTD: lantiq: handle NO_XIP on cfi0001 flash
 2016-06-06 20:33 UTC 

[PATCH v3 1/2] mtd: nand: sunxi: add support for DMA assisted operations
 2016-06-06 16:28 UTC  (2+ messages)

[PATCH 00/45] v8: separate operations from flags in the bio/request structs
 2016-06-06 15:43 UTC  (68+ messages)
` [PATCH 01/45] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/45] block: add REQ_OP definitions and helpers
` [PATCH 03/45] fs: have submit_bh users pass in op and flags separately
` [PATCH 04/45] fs: have ll_rw_block "
` [PATCH 05/45] block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE
` [PATCH 06/45] dm: use op_is_write "
` [PATCH 07/45] bcache: "
` [PATCH 08/45] block, fs, mm, drivers: use bio set/get op accessors
` [PATCH 09/45] block discard: use bio set op accessor
` [PATCH 10/45] direct-io: use bio set/get op accessors
` [PATCH 11/45] btrfs: have submit_one_bio users use bio "
` [PATCH 12/45] btrfs: "
` [PATCH 13/45] btrfs: update __btrfs_map_block for REQ_OP transition
` [PATCH 14/45] btrfs: use bio fields for op and flags
` [PATCH 15/45] f2fs: use bio op accessors
` [PATCH 16/45] gfs2: "
` [PATCH 17/45] xfs: "
` [PATCH 18/45] hfsplus: "
` [PATCH 19/45] mpage: "
` [PATCH 20/45] nilfs: "
` [PATCH 21/45] ocfs2: "
` [PATCH 22/45] pm: "
` [PATCH 23/45] dm: pass dm stats data dir instead of bi_rw
` [PATCH 24/45] dm: use bio op accessors
` [PATCH 25/45] bcache: "
` [PATCH 26/45] drbd: "
` [PATCH 27/45] md: "
` [PATCH 28/45] target: "
` [PATCH 29/45] xen: "
` [PATCH 30/45] block: copy bio op to request op
` [PATCH 31/45] block: prepare request creation/destruction code to use REQ_OPs
` [PATCH 32/45] block: prepare mq request creation "
` [PATCH 33/45] block: prepare elevator "
` [PATCH 34/45] blkg_rwstat: separate op from flags
` [PATCH 35/45] block: convert merge/insert code to check for REQ_OPs
` [PATCH 36/45] block: convert is_sync helpers to use REQ_OPs
` [PATCH 37/45] drivers: use req op accessor
` [PATCH 38/45] blktrace: use op accessors
` [PATCH 39/45] ide cd: do not set REQ_WRITE on requests
` [PATCH 40/45] block: move bio io prio to a new field
` [PATCH 41/45] block, drivers, fs: shrink bi_rw from long to int
` [PATCH 42/45] block, fs, drivers: remove REQ_OP compat defs and related code
` [PATCH 43/45] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 44/45] block: do not use REQ_FLUSH for tracking flush support
` [PATCH 45/45] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

[PATCH 0/3] mtd: nand: sunxi: fix SLC NAND support
 2016-06-06 12:07 UTC  (5+ messages)
` [PATCH 1/3] mtd: nand: sunxi: prefer 1k ECC blocks when applicable
` [PATCH 2/3] mtd: nand: sunxi: check ecc->size values
` [PATCH 3/3] mtd: nand: sunxi: fix subpage write

[PATCH 3/4] mtd: nand: Add support for Evatronix NANDFLASH-CTRL
 2016-06-03 14:59 UTC  (2+ messages)

[PATCH v2] mtd: brcmnand: Add v7.2 controller support
 2016-06-03 10:05 UTC  (5+ messages)

Data not freed after remove?
 2016-06-03  8:16 UTC  (2+ messages)

[PATCH] mtd: Remove unused symbol CONFIG_MTDRAM_ABS_POS
 2016-06-03  7:43 UTC  (2+ messages)

[PATCH 1/2] mtd: brcmnand: Add check for erased page bitflips
 2016-06-02 18:55 UTC  (11+ messages)
` [PATCH 2/2] mtd: brcmnand: Detect sticky ucorr ecc error on dma reads

[PATCH V3] mtd: nand: add Loongson1 NAND driver
 2016-06-02 16:15 UTC  (2+ messages)

[PATCH 4/4] MAINTAINERS: mtd: Add maintainer for Evatronix NAND flash driver
 2016-06-02  7:53 UTC 

[PATCH 2/4] dts: Add Evatronix NAND flash driver to ARTPEC-6 dtsi
 2016-06-02  7:47 UTC 

[PATCH v7 00/10] Add error checking to spi-nor read and write
 2016-06-02  0:26 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;
as well as URLs for NNTP newsgroup(s).