linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-08 11:15:09 to 2016-03-21 15:05:19 UTC [more...]

[PATCH v4 0/7] mtd: nand: Fix support for NAND DMA prefetch
 2016-03-21 15:04 UTC  (19+ messages)
` [PATCH v4 1/7] ARM: OMAP2+: gpmc-nand: Set omap2-nand's parent dev to GPMC dev
` [PATCH v4 2/7] ARM: dts: am33xx: Fix GPMC dma properties
` [PATCH v4 3/7] ARM: dts: am437x: "
` [PATCH v4 4/7] mtd: nand: omap2: Support parsing dma channel information from DT
` [PATCH v4 5/7] mtd: nand: omap2: Start dma request before enabling prefetch
` [PATCH v4 6/7] mtd: nand: omap2: Fix high memory dma prefetch transfer
` [PATCH v4 7/7] ARM: OMAP2+: Update GPMC and NAND DT binding documentation

[LINUX PATCH 1/2] mtd: Added dummy entry in the spi_transfer structure
 2016-03-21 13:07 UTC  (3+ messages)
` [LINUX PATCH 2/2] spi:zynqmp:gqspi: Added separate dummy entry

[PATCH 1/1] mtd: spi-nor: add an alternative method to support memory >16MiB
 2016-03-21 10:33 UTC 

[PATCH v3 4/4] mtd: spi-nor: Disable Micron flash HW protection
 2016-03-21  8:08 UTC  (3+ messages)

[PATCH] ubi: Fix early logging
 2016-03-20 21:01 UTC  (3+ messages)
` [PATCH] mtd: ubi: Add logging functions ubi_msg, ubi_warn and ubi_err

[PATCH] ubifs: Add logging functions for ubifs_msg, ubifs_err and ubifs_warn
 2016-03-20 21:00 UTC  (2+ messages)

[PATCH] ubifs: Remove unused header
 2016-03-20 20:59 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update UBIFS entry
 2016-03-20 20:58 UTC  (3+ messages)

[PATCH v7 0/3] mtd: Qualcomm NAND controller driver
 2016-03-19 10:34 UTC  (9+ messages)
` [PATCH v8 "
  ` [PATCH v8 2/3] mtd: nand: "

[PATCH v2] mtd: avoid stack overflow in MTD CFI code
 2016-03-18 20:25 UTC  (5+ messages)

[PATCH] mtd: brcmnand: Add support for v6.2 controllers
 2016-03-18 16:40 UTC  (2+ messages)

[RFC PATCH 0/3] MTK Smart Device Gen1 NAND support
 2016-03-18 14:24 UTC  (23+ messages)
` [PATCH 1/3] mtd: mediatek: device tree docs for MTK Smart Device Gen1 NAND
` [PATCH 2/3] mtd: mediatek: driver "

[PATCH] mtd: bcm47xxsflash: use ioremap_cachable() instead of KSEG0ADDR()
 2016-03-18 11:22 UTC  (4+ messages)
` [PATCH V2] mtd: bcm47xxsflash: use ioremap_cache() "

[PATCH v9] mtd: spi-nor: add hisilicon spi-nor flash controller driver
 2016-03-18  7:51 UTC  (2+ messages)

[PATCH v8] mtd: spi-nor: add hisilicon spi-nor flash controller driver
 2016-03-18  6:37 UTC  (3+ messages)

UBIFS question
 2016-03-17 15:59 UTC  (11+ messages)

[PATCH] mtd: only use __xipram annotation when XIP_KERNEL is set
 2016-03-17 15:56 UTC  (4+ messages)

[PATCH 0/7] mtd: nand: sunxi: add support for DMA operations
 2016-03-17 15:28 UTC  (14+ messages)
` [PATCH 1/7] mtd: nand: sunxi: move some ECC related operations to their own functions
` [PATCH 2/7] mtd: nand: sunxi: make OOB retrieval optional
` [PATCH 3/7] mtd: nand: sunxi: make cur_off parameter optional in extra oob helpers
` [PATCH 4/7] scatterlist: add sg_alloc_table_from_buf() helper
` [PATCH 5/7] mtd: provide helper to prepare buffers for DMA operations
` [PATCH 6/7] mtd: nand: sunxi: add support for DMA assisted operations
` [PATCH 7/7] mtd: nand: sunxi: update DT bindings

Page migration issue with UBIFS
 2016-03-17 15:25 UTC  (21+ messages)
              ` [PATCH] UBIFS: Implement ->migratepage()

[PATCH v5 00/26] memory: omap-gpmc: mtd: nand: Support GPMC NAND on non-OMAP platforms
 2016-03-17 14:48 UTC  (4+ messages)
` [PATCH v5 10/26] mtd: nand: omap: Update DT binding documentation
  ` [PATCH v6 "

[PATCH 00/11] mtd: nand_bbt: introduce independent nand BBT
 2016-03-16 12:57 UTC  (15+ messages)
` [PATCH 01/11] mtd: nand_bbt: new header for nand family BBT
` [PATCH 02/11] mtd: nand_bbt: introduce BBT related data structure
` [PATCH 03/11] mtd: nand_bbt: add new API definitions
` [PATCH 04/11] mtd: nand_bbt: add nand_bbt_markbad_factory() interface
` [PATCH 05/11] mtd: nand: use new BBT API instead of old ones
` [PATCH 06/11] mtd: nand_bbt: use struct nand_bbt_ops in BBT
` [PATCH 07/11] mtd: nand: make nand_erase_nand() static
` [PATCH 08/11] mtd: nand_bbt: remove struct nand_chip from nand_bbt.c
` [PATCH 09/11] mtd: nand_bbt: remove old API definitions
` [PATCH 10/11] mtd: nand_bbt: remove NAND_BBT_DYNAMICSTRUCT macro
` [PATCH 11/11] mtd: nand: remove nand_chip.bbt

[PATCH RESEND v2 03/18] fs: Treat foreign mounts as nosuid
 2016-03-15 13:45 UTC  (2+ messages)
  ` [PATCH] fs: remove excess check for in_userns

[PATCH v4 1/7] fs: Add user namesapace member to struct super_block
 2016-03-15 13:32 UTC  (2+ messages)
  ` [PATCH] fs: fix a posible leak of allocated superblock

[PATCH] mtd: gpmi: Deal with bitflips in erased regions
 2016-03-15  8:35 UTC 

[PATCH V8 1/2] mtd: spi-nor: Bindings for Cadence Quad SPI Flash Controller driver
 2016-03-14 22:47 UTC  (10+ messages)

[PATCH RESEND v2 00/19] Support fuse mounts in user namespaces
 2016-03-14 20:58 UTC  (16+ messages)
` [PATCH RESEND v2 15/18] fuse: Add support for pid namespaces
` [PATCH RESEND v2 16/18] fuse: Support fuse filesystems outside of init_user_ns
` [PATCH RESEND v2 17/18] fuse: Restrict allow_other to the superblock's namespace or a descendant
` [PATCH RESEND v2 18/18] fuse: Allow user namespace mounts

[GIT PULL] Late MTD fix for v4.5
 2016-03-12  0:01 UTC 

[PATCH] mtd: nand: remove kerneldoc for removed function parameter
 2016-03-11 17:41 UTC  (3+ messages)

[PATCH v2] MAINTAINERS: add a maintainer for the NAND subsystem
 2016-03-11  9:58 UTC  (6+ messages)

checkpatch.pl false positive: FSF mailing address
 2016-03-10 19:34 UTC  (6+ messages)

[PATCH v4 00/52] mtd: rework ECC layout definition
 2016-03-10 19:06 UTC  (2+ messages)

[PATCH v3 0/6] mtd: nand: Fix support for NAND DMA prefetch
 2016-03-10 15:24 UTC  (14+ messages)
` [PATCH v3 1/6] memory: omap-gpmc: Store handle to GPMC dev
` [PATCH v3 2/6] ARM: dts: am437x/am33xx: Fix GPMC dma properties
` [PATCH v3 3/6] mtd: nand: omap2: Support parsing dma channel information from DT
` [PATCH v3 4/6] mtd: nand: omap2: Start dma request before enabling prefetch
` [PATCH v3 5/6] mtd: nand: omap2: Fix high memory dma prefetch transfer
` [PATCH v3 6/6] ARM: OMAP2+: Update GPMC and NAND DT binding documentation

[PATCH v3 1/4] mtd:fsl-quadspi:use the property fields of SPI-NOR
 2016-03-10  9:24 UTC  (2+ messages)

Is ubiattach alone somehow damaging a partition?
 2016-03-10  9:05 UTC  (5+ messages)

[PATCH 1/2] mtd: nand: use a lower value for badblockbits when working with MLC NAND
 2016-03-10  2:48 UTC  (3+ messages)

linux-mtd-cvs-owner Your Electricity Bill 90286326419
 2016-03-10  0:36 UTC 

[RESEND PATCH v7] mtd: spi-nor: add hisilicon spi-nor flash controller driver
 2016-03-09 18:50 UTC  (6+ messages)

[PATCH] MAINTAINERS: add a maintainer for the NAND subsystem
 2016-03-09 10:36 UTC 

[PATCH v5 2/3] mtd: nand: Add support for Arasan Nand Flash Controller
 2016-03-09  9:50 UTC  (4+ messages)

[PATCH] mtd: spi-nor: Add support for ISSI is25lp128
 2016-03-08 21:17 UTC  (5+ messages)

[PATCH 00/16] mtd: nand: sunxi: various improvements/fixes
 2016-03-08 15:20 UTC  (4+ messages)
` [PATCH 02/16] mtd: nand: sunxi: fix clk rate calculation


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