linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-30 13:50:22 to 2015-08-05 08:57:13 UTC [more...]

[RFC PATCH 0/5] MTD: nandsim: simulate multiple chips
 2015-08-05  8:55 UTC  (6+ messages)
` [RFC PATCH 1/5] MTD: nandsim: add numchips module parameter
` [RFC PATCH 2/5] MTD: nandsim: fix column address size of large page
` [RFC PATCH 3/5] MTD: nandsim: fix page address size
` [RFC PATCH 4/5] MTD: nandsim: add ADJUST_ROW() to find the real page number
` [RFC PATCH 5/5] MTD: nandsim: extent outprint messages

[PATCH v2 0/6] fix error checking in spi-nor read and write functions
 2015-08-05  8:27 UTC  (11+ messages)
` [PATCH v2 1/6] mtd: spi-nor: change return value of read/write
` [PATCH v2 2/6] mtd: m25p80: Add read/write error check and return
` [PATCH v2 3/6] mtd: fsl-quadspi: update read/write function prototype
` [PATCH v2 4/6] mtd: spi-nor: check return value from read/write
` [PATCH v2 5/6] mtd: spi-nor: stop passing around retlen
` [PATCH v2 6/6] mtd: spi-nor: simplify write loop

[PATCH v2 00/35] Add quota supporting in ubifs
 2015-08-05  8:11 UTC  (37+ messages)
` [PATCH v2 04/35] fs: super: consolidate the get_super class functions
` [PATCH v2 05/35] fs: super: introduce a get_super_cdev to get super by a cdev reference
` [PATCH v2 06/35] fs: super: introduce a get_super_cdev_thawed to get sb by "
` [PATCH v2 08/35] fs: introduce a __lookup_dev for internal using
` [PATCH v2 09/35] fs: char_dev: introduce lookup_cdev to get cdev by pathname
` [PATCH v2 10/35] fs: dquot: skip invalidate_bdev if bdev is NULL
` [PATCH v2 12/35] ubi: introduce a interface to get cdev in ubi_volume
` [PATCH v2 13/35] ubifs: fix a typo in comment of ubifs_budget_req
` [PATCH v2 14/35] ubifs: extend budget for blocks
` [PATCH v2 15/35] ubifs: fill sb->s_cdev in ubifs_fill_super()
` [PATCH v2 16/35] ubifs: fill ->s_dev in ubifs_fill_super
` [PATCH v2 17/35] ubifs: export read_block() from file.c
` [PATCH v2 18/35] ubifs: introduce quota related mount options
` [PATCH v2 19/35] ubifs: budget for inode in ubifs_dirty_inode if necessary
` [PATCH v2 20/35] ubifs: implement IO functions for quota files
` [PATCH v2 33/35] fs: introduce a get_qsize() to file_operations

[RFC PATCH 0/5] Add memory mapped read support for TI QSPI
 2015-08-05  5:57 UTC  (17+ messages)
` [RFC PATCH 1/5] spi: introduce flag for memory mapped read
` [RFC PATCH 4/5] ARM: dts: DRA7: Add memory map region entries for qspi

[LINUX RFC 0/2] spi: add dual parallel mode support in Zynq MPSoC GQSPI controller
 2015-08-05  5:01 UTC  (5+ messages)
` [LINUX RFC 1/2] mtd: spi-nor: add dual parallel mode support
` [LINUX RFC 2/2] spi: zynqmp: gqspi: add support for dual parallel mode configuration

[PATCH] JFFS2: Prevent CPU starvation during garbage collection
 2015-08-05  4:40 UTC 

[PATCH] Avoid compiler warning by storing the result of rq_data_dir() in an int variable
 2015-08-05  4:00 UTC  (4+ messages)
  ` [PATCH] mtd: Fix switch-bool compilation warning

[PATCH v5 RESEND] IFC: Change IO accessor based on endianness
 2015-08-04 20:37 UTC  (3+ messages)
` [v5,RESEND] "

[PATCH] jffs2: Remove NULL checks from jffs2_destroy_slab_caches
 2015-08-04 20:06 UTC  (3+ messages)

[PATCH 0/5] mtd: Qualcomm NAND controller driver
 2015-08-04 17:53 UTC  (14+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/5] mtd: nand: Create a BBT flag to access bad block markers in raw mode
  ` [PATCH v3 2/5] mtd: nand: Qualcomm NAND controller driver
  ` [PATCH v3 3/5] dt/bindings: qcom_nandc: Add DT bindings
  ` [PATCH v3 4/5] arm: qcom: dts: Add NAND controller node for ipq806x
  ` [PATCH v3 5/5] arm: qcom: dts: Enable NAND node on IPQ8064 AP148 platform

[PATCH 2/2 v3 RESEND] mtd: fsl_upm: Support NAND ECC DTS properties
 2015-08-04 17:52 UTC  (2+ messages)
` [PATCH] mtd: fsl_upm: Enable software BCH ECC support

[PATCH v2 0/4] mtd: pxa3xx_nand: rework the timing setup
 2015-08-04 16:56 UTC  (10+ messages)

Lisensing questions
 2015-08-04 16:58 UTC  (2+ messages)

[RFC PATCH 0/2] mtd: nand: properly handle bitflips in erased pages
 2015-08-04 16:27 UTC  (22+ messages)
` [RFC PATCH 1/2] mtd: nand: add nand_check_erased helper functions
` [RFC PATCH 2/2] mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functions

[PATCH v4 09/10] mtd: spi-nor: fsl-quadspi: reset the module in the probe
 2015-08-04 15:26 UTC 

[PATCH v4 10/10] mtd: spi-nor: fsl-quadspi: fix unsupported cmd when run flash_erase
 2015-08-04 15:26 UTC 

[PATCH v4 08/10] mtd: spi-nor: fsl-quadspi: workaround qspi can't wakeup from wait mode
 2015-08-04 15:26 UTC 

[PATCH v4 06/10] Documentation: fsl-quadspi: Add fsl, imx6ul-qspi compatible string
 2015-08-04 15:25 UTC 

[PATCH v4 07/10] mtd: spi-nor: fsl-quadspi: i.MX6SX: fixed the random QSPI access failed issue
 2015-08-04 15:25 UTC 

[PATCH v4 04/10] Documentation: fsl-quadspi: Add fsl, imx7d-qspi compatible string
 2015-08-04 15:25 UTC 

[PATCH v4 05/10] mtd: spi-nor: fsl-quadspi: add i.mx6ul support
 2015-08-04 15:25 UTC 

[PATCH v4 03/10] mtd: spi-nor: fsl-quadspi: add imx7d support
 2015-08-04 15:25 UTC 

[PATCH v4 02/10] mtd: spi-nor: fsl-quadspi: use quirk to distinguish different qspi version
 2015-08-04 15:25 UTC 

[PATCH v4 01/10] mtd: spi-nor: fsl-quadspi: dynamically map memory space for AHB read
 2015-08-04 15:25 UTC 

[PATCH v2] of: Add vendor prefix for JEDEC Solid State Technology Association
 2015-08-04 13:11 UTC 

Trying to understand nand_chip->chipsize inconsistencies
 2015-08-03 23:22 UTC 

[PATCH] ubifs: make ubifs_[get|set]xattr atomic
 2015-08-03 20:27 UTC  (5+ messages)
    ` [PATCH v2] "

[ANNOUNCE] mtd-utils-1.5.2 is released
 2015-08-03 18:06 UTC 

[PATCH 0/2] nand: pxa3xx: A couple device identification fixes
 2015-08-03 14:31 UTC  (3+ messages)
` [PATCH 1/2] nand: pxa3xx: Increase READ_ID buffer and make the size static
` [PATCH 2/2] nand: pxa3xx: Increase initial buffer size

[PATCH 00/12] ARM: omap: mtd: nand: Support GPMC NAND on non-OMAP platforms
 2015-08-03 13:08 UTC  (8+ messages)
` [PATCH 03/12] mtd: nand: omap: Move IRQ handling from GPMC to NAND driver

[PATCH v10 0/5] mtd: nand: vf610_nfc: Freescale NFC for VF610
 2015-08-03 10:35 UTC  (8+ messages)
` [PATCH v10 1/5] mtd: nand: vf610_nfc: Freescale NFC for VF610, MPC5125 and others
` [PATCH v10 2/5] mtd: nand: vf610_nfc: add hardware BCH-ECC support
` [PATCH v10 3/5] mtd: nand: vf610_nfc: add device tree bindings
` [PATCH v10 4/5] ARM: dts: vf610twr: add NAND flash controller peripherial
` [PATCH v10 5/5] ARM: dts: vf-colibri: enable NAND flash controller

[PATCH 0/5] xfstests: introduce ubifs in xfstests
 2015-08-03  5:55 UTC  (16+ messages)
` [PATCH 1/5] xfstest: add ubifs support
` [PATCH 2/5] xfstest: generic/219 add _require_odirect
` [PATCH 3/5] xfstest: generic/125 "
` [PATCH 4/5] xfstest: introduce subtestset for ubifs

UBIFS errors when file-system is full
 2015-08-01  6:36 UTC  (18+ messages)

[PATCH v9 0/5] mtd: nand: vf610_nfc: Freescale NFC for VF610
 2015-08-01  1:50 UTC  (15+ messages)
` [PATCH v9 1/5] mtd: nand: vf610_nfc: Freescale NFC for VF610, MPC5125 and others
` [PATCH v9 2/5] mtd: nand: vf610_nfc: add hardware BCH-ECC support
` [PATCH v9 3/5] mtd: nand: vf610_nfc: add device tree bindings
` [PATCH v9 4/5] ARM: dts: vf610twr: add NAND flash controller peripherial
` [PATCH v9 5/5] ARM: dts: vf-colibri: enable NAND flash controller

[PATCH v7 0/5] mtd: nand: vf610_nfc: Freescale NFC for VF610
 2015-07-31 23:08 UTC  (3+ messages)
` [PATCH v7 1/5] mtd: nand: vf610_nfc: Freescale NFC for VF610, MPC5125 and others

[PATCH v2 0/5] improve mtdpart robustness
 2015-07-31 22:32 UTC  (10+ messages)
` [PATCH v2 3/5] mtd: ofpart: update devicetree binding specification
` [PATCH v2 5/5] mtd: ofpart: move ofpart partitions to a dedicated dt node
` [PATCH v2 4/5] mtd: ofpart: document the lock flag
` [PATCH v2 1/5] mtd: mtdpart: add debug prints to partition parser
` [PATCH v2 2/5] mtd: mtdpart: Do not fail mtd probe when parsing partitions fails

[PATCH v3 0/8] mtd: spi-nor: fsl-quadspi fix and added i.mx7d and i.mxul support
 2015-07-31 21:58 UTC  (15+ messages)
` [PATCH v3 1/8] mtd: spi-nor: fsl-qspi: dynamically map memory space for AHB read
` [PATCH v3 2/8] mtd: spi-nor: fsl-quadspi: use quirk to distinguish different qspi version
` [PATCH v3 3/8] mtd: spi-nor: fsl-quadspi: add imx7d support
` [PATCH v3 4/8] mtd: spi-nor: fsl-quadspi: add i.mx6ul support
` [PATCH v3 5/8] mtd: spi-nor: fsl-quadspi: i.MX6SX: fixed the random QSPI access failed issue
` [PATCH v3 8/8] mtd: spi-nor: fsl-quadspi: fix unsupported cmd when run flash_erase

[PATCH] RFC: mtd/spi-nor: add checking for the spi_nor_read
 2015-07-31 12:35 UTC  (4+ messages)

[PATCH] mtd: m25p80: Add Power Management support
 2015-07-31 10:44 UTC  (2+ messages)

[PATCH v3 0/5] add driver for Atmel QSPI controller
 2015-07-31  8:51 UTC  (5+ messages)
` [PATCH v3 4/5] Documentation: atmel-quadspi: add binding file for Atmel QSPI driver
` [PATCH v3 5/5] mtd: atmel-quadspi: add driver for Atmel QSPI controller

[PATCH v4] ubifs: introduce UBIFS_ATIME_SUPPORT to ubifs
 2015-07-31  1:09 UTC 

[RFC PATCH] mtd: nand_bbt: set the smallest size of bbt table
 2015-07-31  1:12 UTC 

[PATCH 1/2] ubifs: Kconfig: fix the description in Kconfig
 2015-07-31  0:03 UTC  (3+ messages)

[PATCH v8 0/5] mtd: nand: vf610_nfc: Freescale NFC for VF610
 2015-07-30 20:11 UTC  (5+ messages)
` [PATCH v8 1/5] mtd: nand: vf610_nfc: Freescale NFC for VF610, MPC5125 and others

[RFC PATCH 0/6] mtd: nand: per-partition ECC config
 2015-07-30 13:50 UTC  (5+ messages)
` [RFC PATCH 3/6] mtd: nand: move nand_ecc_ctrl initialization out of nand_scan_tail
` [RFC PATCH 4/6] mtd: nand: add an helper to access the ecc controller struct
` [RFC PATCH 5/6] mtd: nand: add infrastructure for per-partition ECC config
` [RFC PATCH 6/6] mtd: nand: sunxi: support "


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