linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-18 08:59:35 to 2015-08-24 07:10:32 UTC [more...]

[PATCH] ubi: do not re-read the data already read out in retry
 2015-08-24  7:04 UTC  (5+ messages)

[PATCH] mkfs.ubifs: remove the check for UBIFS_MAX_LEB_SZ
 2015-08-24  7:05 UTC  (6+ messages)

[PATCH v2 00/35] Add quota supporting in ubifs
 2015-08-24  7:02 UTC  (11+ messages)
` [PATCH v2 14/35] ubifs: extend budget for blocks
` [PATCH v2 23/35] ubifs: set/clear MS_RDONLY properly in ubifs_remount

JFFS2 vs. UBIFS compression
 2015-08-24  0:33 UTC  (3+ messages)

[PATCH 1/3] mtd: nand: pxa3xx_nand: add register access debug
 2015-08-23 19:09 UTC  (10+ messages)
` [PATCH 3/3] mtd: nand: pxa3xx-nand: fix readid without keep_config

[PATCH] mtd: nand: pxa3xx-nand: prevent DFI bus lockup on removal
 2015-08-23 19:05 UTC 

[PATCH] nand: pxa3xx: Remove unused platform-data flash specification
 2015-08-22 18:25 UTC  (2+ messages)

halo
 2015-08-22 11:38 UTC 

$2.5M GRANT TO YOU
 2015-08-22  6:49 UTC 

[PATCH 00/18] Export SPI and OF module aliases in missing drivers
 2015-08-22  1:10 UTC  (12+ messages)
` [PATCH 03/18] mtd: dataflash: Export OF module alias information

[PATCH] mtd: spi-nor: Decouple SPI NOR's device_node from controller device
 2015-08-21 21:16 UTC  (5+ messages)

[PATCH] mtd: nand: sunxi: rely on nand_dt_init initialization
 2015-08-21 16:41 UTC 

[PATCH] mtd: blktrans: fix integer overflow
 2015-08-21 14:57 UTC 

[PATCH] mtd: nand: omap2: Rename shippable module to omap2_nand
 2015-08-21 10:45 UTC 

[PATCH V8 1/2] mtd: spi-nor: Bindings for Cadence Quad SPI Flash Controller driver
 2015-08-21  9:20 UTC  (2+ messages)
` [PATCH 2/2] mtd: spi-nor: Add driver for Cadence Quad SPI Flash Controller

[PATCH 1/3] mtd: spi-nor: Use write_sr for write status
 2015-08-21  7:12 UTC  (7+ messages)
` [PATCH 2/3] mtd: spi-nor: Zap unneeded write_enable from write_reg
` [PATCH 3/3] mtd: spi-nor: sf: Add clear flag status register support

[PATCH V7 1/2] mtd: spi-nor: Bindings for Cadence Quad SPI Flash Controller driver
 2015-08-21  7:09 UTC  (19+ messages)
` [PATCH V7 2/2] mtd: spi-nor: Add driver for Cadence Quad SPI Flash Controller

[PATCH v6] ubifs: introduce UBIFS_ATIME_SUPPORT to ubifs
 2015-08-21  3:10 UTC 

[PATCH] [PATCH v5] mtd:spi-nor: Add Altera Quad SPI Driver
 2015-08-21  1:38 UTC  (14+ messages)

[kernel.org bug 103071] Dead "security.*" xattr code in ubifs
 2015-08-21  0:36 UTC  (15+ messages)
    ` [PATCH] fstests: link .out to correct output when we set USE_ATTR_SECURE=yes

[PATCH v3] nand: Add NAND driver for Mikrotik RB4xx series boards
 2015-08-20 22:31 UTC  (4+ messages)

[PATCH 1/2] ubifs: Remove dead xattr code
 2015-08-20 20:49 UTC  (13+ messages)
` [PATCH 2/2] ubifs: Allow O_DIRECT

[PATCH] ubifs: Remove unused "security.*" xattr handler
 2015-08-20 10:00 UTC  (3+ messages)

[PATCH] [PATCH v4] mtd:spi-nor: Add Altera Quad SPI Driver
 2015-08-20  8:48 UTC  (4+ messages)

[PATCH v2] nand: pxa3xx: Increase READ_ID buffer and make the size static
 2015-08-20  4:03 UTC  (2+ messages)

[PATCH RESEND 0/2] mtd: nand: pxa3xx-nand: fixes
 2015-08-20  4:03 UTC  (6+ messages)
` [PATCH RESEND 1/2] mtd: nand: pxa3xx_nand: fix early spurious interrupt
` [PATCH RESEND 2/2] mtd: nand: pxa3xx-nand: fix random command timeouts

[RFC PATCH 00/27] Introduce ubifs_dump in ubifs-utils
 2015-08-20  3:07 UTC  (31+ messages)
` [PATCH 01/27] mtd-utils: Restructure the mtd-utils source
` [PATCH 02/27] ubifs: pick some common definitions into ubifs_common.h
` [PATCH 03/27] ubifs: move the all io related code into io.[h|c]
` [PATCH 04/27] ubifs: remove the including of mkfs.ubifs.h in lpt.c
` [PATCH 05/27] ubifs: cut off the dependence from compr.o to mkfs.ubifs
` [PATCH 06/27] ubifs: cut off the dependence from devtable to mkfs.ubifs.h
` [PATCH 07/27] ubifs: introduce ubifs-utils/include and ubifs-utils/lib
` [PATCH 08/27] ubifs: move more functions into io lib
` [PATCH 09/27] ubifs: introduce a new tool ubifs_dump
` [PATCH 10/27] ubifs: introduce list.h
` [PATCH 11/27] ubifs: copy some important data in ubifs.h from kernel to ubifs-utils
` [PATCH 12/27] ubifs: copy some important functions in key.h "
` [PATCH 13/27] ubifs: ubifs_dump: add dump_ch and dump_node functions
` [PATCH 14/27] ubifs: defs.h: introduce some compatible definition for printk class
` [PATCH 15/27] ubifs: io: introduce ubifs_read function to read ubi volume
` [PATCH 16/27] ubifs: ubifs_dump: dump super block
` [PATCH 17/27] ubifs: introduce scan for ubifs-utils
` [PATCH 18/27] ubifs: add some more compatible definitions in defs.h
` [PATCH 19/27] ubifs: ubifs_dump: dump master node
` [PATCH 20/27] ubifs: ubifs_dump: dump log area
` [PATCH 21/27] ubifs: introduce lprops lib
` [PATCH 22/27] ubifs: lpt: implement functions to scan lpt
` [PATCH 23/27] ubifs: ubifs_dump: dump lpt area
` [PATCH 24/27] ubifs: ubifs_dump: dump index area
` [PATCH 25/27] ubifs: defs.h: introduce some compatible definitions about integer such as __u16
` [PATCH 26/27] ubifs: introduce hexdump lib
` [PATCH 27/27] ubifs: ubifs_dump: dump data in hex format

[PATCH] ubifs: correct the size of nnode in memset
 2015-08-20  3:06 UTC  (3+ messages)

[PATCH v4 0/3] qcom: Add SMEM MTD parser
 2015-08-19 16:37 UTC  (7+ messages)
` [PATCH v4 1/3] ARM: qcom: add SFPB nodes to IPQ806x dts
` [PATCH v4 2/3] ARM: qcom: add SMEM device node "
` [PATCH v4 3/3] mtd: add SMEM parser for QCOM platforms

[PATCH v5] ubifs: introduce UBIFS_ATIME_SUPPORT to ubifs
 2015-08-19  8:27 UTC  (4+ messages)

[PATCH] mtd: nand: pxa3xx-nand: fix random command timeouts
 2015-08-19  6:22 UTC  (7+ messages)

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

[PATCH] mtd: denali: Use module_pci_driver
 2015-08-19  2:36 UTC  (3+ messages)

[PATCH] mtd: pxa3xx_nand: add a default chunk size
 2015-08-19  1:09 UTC  (2+ messages)

[PATCH] mtd: fix null pointer deference when kzalloc returns null
 2015-08-19  0:58 UTC  (2+ messages)

[PATCH] mtd: omap_elm: Fix module alias
 2015-08-19  0:58 UTC  (3+ messages)

[PATCH] mtd: nettel: do not ignore mtd_device_register() failure in nettel_init()
 2015-08-19  0:41 UTC  (2+ messages)

[PATCH] mtd: denali: Use module_pci_driver()
 2015-08-19  0:29 UTC  (2+ messages)

[PATCH 1/4] mtd: denali: hide core part from user in Kconfig
 2015-08-19  0:27 UTC  (2+ messages)

[PATCH] mtd: davinci-nand: correct empty sector bit flips
 2015-08-18 20:23 UTC 

[PATCH v3 0/3] qcom: Add SMEM MTD parser
 2015-08-18 18:11 UTC  (9+ messages)
` [PATCH v3 1/3] ARM: qcom: add SFPB nodes to IPQ806x dts
` [PATCH v3 2/3] ARM: qcom: add SMEM device node "
` [PATCH v3 3/3] mtd: add SMEM parser for QCOM platforms

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

[PATCH v4 0/3] mtd: nand: jz4780: Add NAND and BCH drivers
 2015-08-18 12:39 UTC  (2+ messages)

[PATCH V6] mtd: m25p80: Modify the name of mtd_info
 2015-08-18  9:00 UTC  (4+ 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).