linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-31 07:30:27 to 2016-09-13 14:20:15 UTC [more...]

[PATCH 0/4] ubifs: Add overlayfs support
 2016-09-13 14:18 UTC 

Scheduled Maintenance & Upgrade
 2016-09-12 22:37 UTC 

[PATCH v2, 1/1] mtd: devices: m25p80: Add PM suspend resume support
 2016-09-12 20:01 UTC 

[PATCH 1/1] mtd: devices: m25p80: Add PM suspend resume support
 2016-09-12 20:06 UTC  (3+ messages)

[PATCH v1] mtd: nand: tango: import driver for tango controller
 2016-09-12 19:08 UTC  (9+ messages)
      ` [PATCH v2] mtd: nand: tango: import driver for tango chips
          ` [PATCH v3] "

[PATCH] fsl_ifc_nand: Added random output enable cmd
 2016-09-12 19:01 UTC  (15+ messages)

[PATCH v4] mtd: nand: automate NAND timings selection
 2016-09-12 18:18 UTC  (16+ messages)
` [PATCH 1/9] mtd: nand: Create a NAND reset function
` [PATCH 2/9] mtd: nand: Introduce nand_data_interface
` [PATCH 3/9] mtd: nand: convert ONFI mode into data interface
` [PATCH 4/9] mtd: nand: Add function to convert ONFI mode to data_interface
` [PATCH 5/9] mtd: nand: Expose data interface for ONFI mode 0
` [PATCH 6/9] mtd: nand: automate NAND timings selection
` [PATCH 7/9] mtd: nand: sunxi: switch from manual to automated timing config
` [PATCH 8/9] mtd: nand: mxc: implement onfi get/set features
` [PATCH 9/9] mtd: nand: mxc: Add timing setup for v2 controllers

[PATCH v3 0/3] spi-nor: Add support for Intel SPI serial flash controller
 2016-09-12  8:35 UTC  (6+ messages)

[PATCH] treewide: remove redundant #include <linux/kconfig.h>
 2016-09-12  4:56 UTC 

[PATCH v2] ubifs: compress lines for immediate return
 2016-09-10 23:29 UTC  (8+ messages)

[PATCH] mtd: pmcmsp: use kstrndup instead of kmalloc+strncpy
 2016-09-10 19:57 UTC 

Company Payment Agent Needed
 2016-09-10  8:52 UTC 

[PATCH] mtd: nand: davinci: Reinitialize the HW ECC engine in 4bit hwctl
 2016-09-10  3:09 UTC  (5+ messages)

[PATCH BUGFIX] mtd: nand: mxc: fix obiwan error in mxc_nand_v[12]_ooblayout_free() functions
 2016-09-09 14:44 UTC 

question about spi nor locking
 2016-09-08 16:33 UTC 

[PATCH v3] mtd: nand: automate NAND timings selection
 2016-09-08  8:12 UTC  (16+ messages)
` [PATCH 1/7] mtd: nand: Create a NAND reset function
` [PATCH 2/7] mtd: nand: Introduce nand_data_interface
` [PATCH 3/7] mtd: nand: automate NAND timings selection
` [PATCH 4/7] mtd: nand: sunxi: switch from manual to automated timing config
` [PATCH 5/7] mtd: nand: mxc: implement onfi get/set features
` [PATCH 6/7] mtd: nand: mxc: Add timing setup for v2 controllers
` [PATCH 7/7] mtd: nand: remove unnecessary 'extern' from function declarations

How does ubiupdatevol deals with corrupted state
 2016-09-07 20:00 UTC  (2+ messages)

[PATCH mtd-utils] nanddump: check write function result for errors
 2016-09-07 14:38 UTC  (4+ messages)
` [PATCH V2] "

overlayfs + ubifs: power cut results in "failed to create directory /overlay/work/work (errno: 17); mounting read-only"
 2016-09-07  8:28 UTC  (6+ messages)

[PATCH] fsl_ifc_nand: Added dts support for SW BCH ECC
 2016-09-07  5:05 UTC  (3+ messages)

[PATCH] mtd-utils: Support jffs2 flash-erase for large OOB (>32b)
 2016-09-06 18:24 UTC  (4+ messages)

[PATCH v2] mtd: nand: automate NAND timings selection
 2016-09-06 15:15 UTC  (26+ messages)
` [PATCH 1/7] mtd: nand: Create a NAND reset function
` [PATCH 2/7] mtd: nand: Introduce nand_data_interface
` [PATCH 3/7] mtd: nand: convert ONFI mode into data interface
` [PATCH 4/7] mtd: nand: automate NAND timings selection
` [PATCH 5/7] mtd: nand: sunxi: switch from manual to automated timing config
` [PATCH 6/7] mtd: nand: mxc: implement onfi get/set features
` [PATCH 7/7] mtd: nand: mxc: Add timing setup for v2 controllers

mtd: nand: automate NAND timings selection
 2016-09-06  9:30 UTC  (11+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mtd: mxc_nand: Set timing for v2 controllers

[PATCH 1/3] ubi: Deal with interrupted erasures in WL
 2016-09-05 21:06 UTC  (4+ messages)
` [PATCH 3/3] ubi: Fix Fastmap's update_vol()

[PATCH] spi-nor: add dual read support for s25fl128s
 2016-09-05 20:54 UTC  (4+ messages)
` [PATCH v2] spi-nor: fix flags "
` [PATCH v3] "

[PATCH 0/6] UBI: add support for 'SLC mode' volumes
 2016-09-05 17:42 UTC  (8+ messages)
` [PATCH 1/6] UBI: dissociate the on-flash format version and the userspace ABI version
` [PATCH 2/6] UBI: rework the on-flash format versioning logic
` [PATCH 3/6] UBI: use vol->usable_leb_size instead of (ubi->leb_size - vol->data_pad)
` [PATCH 4/6] UBI: introduce per-volume leb_size
` [PATCH 5/6] UBI: io: support SLC mode accesses
` [PATCH 6/6] UBI: add SLC mode support

[PATCH v2 00/21] UBI: various rework/cleanup/fixes
 2016-09-05 15:05 UTC  (18+ messages)
` [PATCH v2 01/17] UBI: fastmap: use ubi_find_volume() instead of open coding it
` [PATCH v2 02/17] UBI: fix add_fastmap() to use the vid_hdr passed in argument
` [PATCH v2 03/17] UBI: fastmap: avoid multiple be32_to_cpu() when unneccesary
` [PATCH v2 04/17] UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC header
` [PATCH v2 05/17] UBI: factorize code used to manipulate volumes at attach time
` [PATCH v2 06/17] UBI: factorize destroy_av() and ubi_remove_av() code
` [PATCH v2 07/17] UBI: fastmap: use ubi_rb_for_each_entry() in unmap_peb()
` [PATCH v2 08/17] UBI: fastmap: use ubi_io_{read, write}_data() instead of ubi_io_{read, write}()
` [PATCH v2 09/17] UBI: provide helpers to allocate and free aeb elements
` [PATCH v2 10/17] UBI: move the global ech and vidh variables into struct ubi_attach_info
` [PATCH v2 11/17] UBI: simplify recover_peb() code
` [PATCH v2 12/17] UBI: simplify LEB write and atomic LEB change code
` [PATCH v2 13/17] UBI: add an helper to check lnum validity
` [PATCH v2 14/17] UBI: provide an helper to check whether a LEB is mapped or not
` [PATCH v2 15/17] UBI: provide an helper to query LEB information
` [PATCH v2 16/17] UBI: hide EBA internals
` [PATCH v2 17/17] UBI: introduce the VID buffer concept

[PATCH] ubifs: compress lines for immediate return
 2016-09-05  6:38 UTC  (4+ messages)

[PATCH] MAINTAINERS: Add maintainer entry for Ingenic JZ4780 NAND driver
 2016-09-04 19:06 UTC  (2+ messages)

[PATCH v2 0/3] mtd: add support for pairing scheme description
 2016-09-04 19:06 UTC  (6+ messages)
` [PATCH v2 1/3] mtd: introduce the mtd_pairing_scheme concept

[PATCH 00/15] Fix issue with KOBJ_ADD uevent versus disk attributes
 2016-09-04  4:18 UTC  (3+ messages)
` [PATCH 09/15] virtio-blk: Pass attribute group to device_add_disk

[PATCH] mtd: mxc_nand: Set timing for v2 controllers
 2016-09-02 12:59 UTC  (6+ messages)

Micron qspi nor flash and UBIFS
 2016-09-02  6:31 UTC  (6+ messages)

澳门金沙集团,注册有惊喜,红利无上限!(AD)
 2016-09-01  9:34 UTC 

issue with ubi_wl_put_peb
 2016-09-01  9:13 UTC  (4+ messages)

[RFC preliminary v0.1] nfc driver for tango platform
 2016-08-31 17:10 UTC  (4+ messages)

[PATCH v4 0/2] mtd: nand: fix writing incorrect ECC parity data in OOB region
 2016-08-31  8:19 UTC  (4+ messages)
` [PATCH v4 1/2] mtd: nand: fix generating over-boundary ECC data when writing

澳门金沙集团,视觉盛宴,天天反水1.8%,鼎力相助!(AD)
 2016-08-31  8:08 UTC 

[PATCH 0/4] Add support for nandsim control interface
 2016-08-31  7:32 UTC  (5+ messages)
` [PATCH 1/4] Nandsimctl initial commit
` [PATCH 2/4] Add help and version information to nandsimctl
` [PATCH 3/4] Add info support for nandsimctl
` [PATCH 4/4] Add support for bad and weak blocks/pages

[PATCH 00/46] Nandsim facelift (part I of II)
 2016-08-31  7:28 UTC  (11+ messages)
` [PATCH 16/46] mtd: nandsim: Print error when backend init failed
` [PATCH 17/46] mtd: nandsim: Allow external backends
` [PATCH 20/46] mtd: nandsim: Implement preliminary constructor function
` [PATCH 21/46] mtd: nandsim: Implement preliminary destructor function
` [PATCH 23/46] mtd: nandsim: Unify file backend init logic
` [PATCH 25/46] mtd: nandsim: Print backend name
` [PATCH 27/46] mtd: nandsim: Add no_oob mode
` [PATCH 30/46] mtd: nandsim: Use pr_ style logging
` [PATCH 31/46] mtd: nandsim: Remove NS_RAW_OFFSET_OOB
` [PATCH 34/46] mtd: nandsim: Support bitflip and read error emulation in file backend


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