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

[PATCH v4] mtd: nand: automate NAND timings selection
 2016-09-09 12:15 UTC  (11+ 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] fsl_ifc_nand: Added random output enable cmd
 2016-09-09  7:40 UTC  (13+ messages)

[PATCH v1] mtd: nand: tango: import driver for tango controller
 2016-09-08 16:37 UTC  (6+ messages)
      ` [PATCH v2] mtd: nand: tango: import driver for tango chips

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 v2] ubifs: compress lines for immediate return
 2016-09-06  4:37 UTC  (7+ messages)

[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  (34+ messages)
` [PATCH 07/46] mtd: nandsim: Begin with removal of global state
` [PATCH 15/46] mtd: nandsim: Introduce backend operations
` [PATCH 16/46] mtd: nandsim: Print error when backend init failed
` [PATCH 17/46] mtd: nandsim: Allow external backends
` [PATCH 18/46] mtd: nandsim: Add basic support for a file backend
` [PATCH 19/46] mtd: nandsim: UAPI v1
` [PATCH 20/46] mtd: nandsim: Implement preliminary constructor function
` [PATCH 21/46] mtd: nandsim: Implement preliminary destructor function
` [PATCH 22/46] mtd: nandsim: Cleanup destroy handlers
` [PATCH 23/46] mtd: nandsim: Unify file backend init logic
` [PATCH 24/46] mtd: nandsim: Wire up NANDSIM_MODE_CACHEFILE ioctl mode
` [PATCH 25/46] mtd: nandsim: Print backend name
` [PATCH 26/46] mtd: nandsim: use the existing output macros
` [PATCH 27/46] mtd: nandsim: Add no_oob mode
` [PATCH 28/46] mtd: nandsim: Refine exports
` [PATCH 29/46] um: Add nandsim backend driver
` [PATCH 30/46] mtd: nandsim: Use pr_ style logging
` [PATCH 31/46] mtd: nandsim: Remove NS_RAW_OFFSET_OOB
` [PATCH 32/46] mtd: nandsim: Remove NS_IS_INITIALIZED
` [PATCH 33/46] mtd: nandsim: Relax page size restrictions
` [PATCH 34/46] mtd: nandsim: Support bitflip and read error emulation in file backend
` [PATCH 35/46] mtd: nandsim: Make NANDSIM_MAX_DEVICES part of uapi
` [PATCH 36/46] mtd: nandsim: Cleanup constants
` [PATCH 37/46] mtd: nandsim: Turn parts[] into a integer
` [PATCH 38/46] mtd: nandsim: Expose partition creation logic to user space
` [PATCH 39/46] mtd: nandsim: Rework init error paths
` [PATCH 40/46] mtd: nandsim: Expose BBT, delays, etc.. to userspace
` [PATCH 41/46] mtd: nandsim: Expose support for weakpages/blocks "
` [PATCH 42/46] mtd: nandsim: Don't printk on ENOMEM
` [PATCH 43/46] mtd: nandsim: Wire up NANDSIM_IOC_NEW_INSTANCE
` [PATCH 44/46] mtd: nandsim: Wire up NANDSIM_IOC_DESTROY_INSTANCE
` [PATCH 45/46] mtd: nandsim: Always answer all 8 bytes from NAND_CMD_READID
` [PATCH 46/46] mtd/nandsim: Add ioctl for info


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