linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-15 20:24:13 to 2016-04-24 05:07:05 UTC [more...]

[PATCH RFC 0/8] mtd: spi-nor: fix support of Quad SPI memories
 2016-04-24  5:06 UTC  (7+ messages)
` [PATCH RFC 4/8] mtd: spi-nor: fix support of Dual (x-y-2) and Quad (x-y-4) SPI protocols
` [PATCH RFC 8/8] mtd: atmel-quadspi: add driver for Atmel QSPI controller

qemu:beagle no longer booting with omap2plus_defconfig in -next
 2016-04-23 19:46 UTC  (2+ messages)

[RFC] mtd-utils: add support for erase regions
 2016-04-23 16:08 UTC  (2+ messages)

Pass -EUCLEN to userspace?
 2016-04-22 18:39 UTC  (7+ messages)

HELLO DEAR
 2016-04-22 17:48 UTC 

[PATCH] ubifs: Switch to generic xattr handlers
 2016-04-22 17:14 UTC 

[PATCH v3 00/21] Support fuse mounts in user namespaces
 2016-04-22 15:38 UTC  (22+ messages)
` [PATCH v3 01/21] fs: fix a posible leak of allocated superblock
` [PATCH v3 02/21] fs: Remove check of s_user_ns for existing mounts in fs_fully_visible()
` [PATCH v3 03/21] fs: Allow sysfs and cgroupfs to share super blocks between user namespaces
` [PATCH v3 04/21] block_dev: Support checking inode permissions in lookup_bdev()
` [PATCH v3 05/21] block_dev: Check permissions towards block device inode when mounting
` [PATCH v3 06/21] fs: Treat foreign mounts as nosuid
` [PATCH v3 07/21] selinux: Add support for unprivileged mounts from user namespaces
` [PATCH v3 08/21] userns: Replace in_userns with current_in_userns
` [PATCH v3 09/21] Smack: Handle labels consistently in untrusted mounts
` [PATCH v3 10/21] fs: Check for invalid i_uid in may_follow_link()
` [PATCH v3 11/21] cred: Reject inodes with invalid ids in set_create_file_as()
` [PATCH v3 12/21] fs: Refuse uid/gid changes which don't map into s_user_ns
` [PATCH v3 13/21] fs: Update posix_acl support to handle user namespace mounts
` [PATCH v3 14/21] fs: Allow superblock owner to change ownership of inodes with unmappable ids
` [PATCH v3 15/21] fs: Don't remove suid for CAP_FSETID in s_user_ns
` [PATCH v3 16/21] fs: Allow superblock owner to access do_remount_sb()
` [PATCH v3 17/21] capabilities: Allow privileged user in s_user_ns to set security.* xattrs
` [PATCH v3 18/21] fuse: Add support for pid namespaces
` [PATCH v3 19/21] fuse: Support fuse filesystems outside of init_user_ns
` [PATCH v3 20/21] fuse: Restrict allow_other to the superblock's namespace or a descendant
` [PATCH v3 21/21] fuse: Allow user namespace mounts

Encrypted NAND flash over UBI performance bench marking
 2016-04-22 12:43 UTC  (2+ messages)
      ` Fwd: "

DaVinci NAND: disable subpage write (28c015)
 2016-04-22 12:09 UTC  (4+ messages)

[PATCH 1/3] mtd: nand: add support for "nand-ecc-algo" DT property
 2016-04-22 11:23 UTC  (3+ messages)
` [PATCH 2/3] Documentation: devicetree: deprecate "soft_bch" nand-ecc-mode value
` [PATCH 3/3] mtd: brcmnand: respect ECC algorithm set by NAND subsystem

[PATCH] mtd, ubi: set free_count to zero before walking through erase list
 2016-04-22 10:06 UTC 

[PATCH 00/12] mtd: nand: get rid of NAND_ECC_SOFT_BCH
 2016-04-22  9:42 UTC  (59+ messages)
` [PATCH 03/12] avr32: set Atmel NAND ECC algorithm explicitly
` [PATCH 04/12] mtd: nand: atmel: set "
` [PATCH 08/12] mtd: nand: hisi504: set ECC algorithm based on DT info
` [PATCH 09/12] mtd: nand: fsmc: validate ECC setup by checking algorithm directly
` [PATCH 10/12] mtd: nand: read ECC algorithm from the new field
` [PATCH 11/12] of: mtd: drop support for NAND_ECC_SOFT_BCH as "soft_bch" mapping
` [PATCH 12/12] mtd: mtd: drop NAND_ECC_SOFT_BCH enum value
` [PATCH V2 00/11] mtd: nand: get rid of NAND_ECC_SOFT_BCH
  ` [PATCH V2 01/11] mtd: nand: bf5xx: set ECC algorithm explicitly
  ` [PATCH V2 02/11] mtd: nand: davinci: "
  ` [PATCH V2 03/11] mtd: nand: atmel: "
  ` [PATCH V2 04/11] CRIS v32: nand: "
  ` [PATCH V2 05/11] staging: mt29f_spinand: "
  ` [PATCH V2 06/11] mtd: nand: set ECC algorithm to Hamming on fallback
  ` [PATCH V2 07/11] mtd: nand: hisi504: set ECC algorithm based on DT info
  ` [PATCH V2 08/11] mtd: nand: fsmc: validate ECC setup by checking algorithm directly
  ` [PATCH V2 09/11] mtd: nand: read ECC algorithm from the new field
  ` [PATCH V2 10/11] of: mtd: drop support for NAND_ECC_SOFT_BCH as "soft_bch" mapping
  ` [PATCH V2 11/11] mtd: mtd: drop NAND_ECC_SOFT_BCH enum value
  ` [PATCH V3 00/11] mtd: nand: get rid of NAND_ECC_SOFT_BCH
    ` [PATCH V3 01/11] mtd: nand: bf5xx: set ECC algorithm explicitly
    ` [PATCH V3 02/11] mtd: nand: davinci: "
    ` [PATCH V3 03/11] mtd: nand: atmel: "
    ` [PATCH V3 04/11] CRIS v32: nand: "
    ` [PATCH V3 05/11] staging: mt29f_spinand: "
    ` [PATCH V3 06/11] mtd: nand: set ECC algorithm to Hamming on fallback
    ` [PATCH V3 07/11] mtd: nand: hisi504: set ECC algorithm based on DT info
    ` [PATCH V3 08/11] mtd: nand: fsmc: validate ECC setup by checking algorithm directly
    ` [PATCH V3 09/11] mtd: nand: read ECC algorithm from the new field
    ` [PATCH V3 10/11] of: mtd: drop support for NAND_ECC_SOFT_BCH as "soft_bch" mapping
    ` [PATCH V3 11/11] mtd: mtd: drop NAND_ECC_SOFT_BCH enum value

[PATCH 00/12] mtd: get rid of of_mtd.{c,h} and of_get_nand_xx()
 2016-04-22  9:14 UTC  (4+ messages)
` [PATCH 06/12] mtd: nand: gpmi: rely on generic DT parsing done in nand_scan_ident()

[PATCH 0/4] add __init attribute
 2016-04-22  9:13 UTC  (5+ messages)
` [PATCH 2/4] mtd: maps: "
` [PATCH 3/4] mtd: pmc551: "
` [PATCH 4/4] mtd: nandsim: "

[PATCH 0/2] mtd: nand: omap2: Fix SDMA support for NAND DMA prefetch
 2016-04-22  9:12 UTC  (4+ messages)
` [PATCH 1/2] mtd: nand: omap2: Start dma request before enabling prefetch
` [PATCH 2/2] mtd: nand: omap2: Fix high memory dma prefetch transfer

[PATCH v2 1/9] mtd:fsl-quadspi:use the property fields of SPI-NOR
 2016-04-22  6:39 UTC  (9+ messages)
` [PATCH v2 2/9] mtd: fsl-quadspi: Rename SEQID_QUAD_READ to SEQID_READ
` [PATCH v2 3/9] mtd: spi-nor: fsl-quadspi: add fast-read mode support
` [PATCH v2 4/9] mtd: spi-nor: fsl-quadspi: extend support for some special requerment
` [PATCH v2 5/9] mtd: spi-nor: fsl-quadspi:Support qspi for ls2080a
` [PATCH v2 6/9] mtd: spi-nor: Support R/W for S25FS-S family flash
` [PATCH v2 7/9] mtd: fsl-quadspi: Solve Micron Spansion flash command conflict
` [PATCH v2 8/9] mtd: fsl-quadspi: disable AHB buffer prefetch
` [PATCH v2 9/9] mtd: fsl-quadspi: add multi flash chip R/W on ls2080a

spi-nor: fsl-quadspi:Support qspi for ls2080a
 2016-04-22  6:32 UTC  (10+ messages)
` [PATCH 6/9] mtd: spi-nor: Support R/W for S25FS-S family flash
` [PATCH 8/9] mtd: fsl-quadspi: disable AHB buffer prefetch

how to view mapping between a given ubifs volume, its set of LEBs, and its corresponding set of PEBS
 2016-04-21 10:50 UTC  (3+ messages)

[PATCH] mtd: nand: jz4740: Remove unused local variable
 2016-04-20 15:44 UTC  (3+ messages)

[PATCH v6 00/17] memory: omap-gpmc: mtd: nand: Support GPMC NAND on non-OMAP platforms
 2016-04-20 14:45 UTC  (25+ messages)

[PATCH mtd-utils] include sys/sysmacros.h for major/minor/makedev
 2016-04-20 12:38 UTC  (7+ messages)
    ` [PATCH] makedev(3): point people at sys/sysmacros.h

[PATCH v3 0/2] MTK Smart Device Gen1 NAND Driver
 2016-04-19 22:39 UTC  (9+ messages)
` [PATCH v3 2/2] mtd: mediatek: driver for MTK Smart Device Gen1 NAND

HELPDESK
 2016-04-19 16:06 UTC 

[PATCH v5 00/52] mtd: rework ECC layout definition
 2016-04-19 12:49 UTC  (9+ messages)
` [PATCH v5 39/50] mtd: nand: omap2: switch to mtd_ooblayout_ops

[PATCH v10] mtd: spi-nor: add hisilicon spi-nor flash controller driver
 2016-04-19  7:27 UTC 

[PATCH 00/11] mtd: nand_bbt: introduce independent nand BBT
 2016-04-19  7:34 UTC  (7+ messages)
` [PATCH 02/11] mtd: nand_bbt: introduce BBT related data structure

Greetings!!!
 2016-04-18 20:12 UTC 

Greetings!!!
 2016-04-18 17:43 UTC 

[PATCH v3 1/2] mtd: nand: sunxi: add support for DMA assisted operations
 2016-04-18 17:02 UTC  (3+ messages)
` [PATCH v3 2/2] mtd: nand: sunxi: update DT bindings

[PATCH mtd-utils] fix build warnings w/newer glibc & _BSD_SOURCE
 2016-04-18 16:34 UTC  (2+ messages)

[PATCH 00/42] v6: separate operations from flags in the bio/request structs
 2016-04-18 16:30 UTC  (3+ messages)
` [PATCH 04/42] fs: have submit_bh users pass in op and flags separately
  ` [dm-devel] "

[PATCH 00/42] v7: separate operations from flags in the bio/request structs
 2016-04-18 16:04 UTC  (5+ messages)
` [PATCH 16/42] nilfs: set bi_op to REQ_OP
` [PATCH 41/42] block: do not use REQ_FLUSH for tracking flush support

[PATCH RESEND] gpmi-nand: Handle ECC Errors in erased pages
 2016-04-18 15:10 UTC  (10+ messages)

[PATCH for-next] spi: bcm53xx: add spi_flash_read callback for MMIO-based reads
 2016-04-18 13:48 UTC  (3+ messages)

Reconsidering exportable UBIFS
 2016-04-18  9:04 UTC  (2+ messages)

[PATCH V1 0/7] MIPS: Loongson1B: add NAND, DMA and GPIO support
 2016-04-17 19:38 UTC  (9+ messages)
` [PATCH V1 1/7] clk: Loongson1: Update clocks of Loongson1B
` [PATCH V1 4/7] mtd: nand: add Loongson1 NAND driver
` [PATCH V1 6/7] MIPS: Loongson1B: Some updates/fixes for LS1B

[PATCH V3 00/29] bitops: add parity functions
 2016-04-17 12:38 UTC  (2+ messages)

[PATCH] powerpc/config: Disable the 4KiB erase granularity of SPI flash
 2016-04-17  1:58 UTC 

Bit flip detection after boot
 2016-04-16  1:55 UTC  (3+ messages)

[GIT PULL] MTD fix for v4.6-rc4
 2016-04-15 22:09 UTC 


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