linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-01 11:03:20 to 2015-12-04 22:35:51 UTC [more...]

[PATCH] mtd: nand: support JEDEC additional redundant parameter pages
 2015-12-04 22:35 UTC 

[PATCH 00/19] Support fuse mounts in user namespaces
 2015-12-04 22:05 UTC  (47+ messages)
` [PATCH 01/19] block_dev: Support checking inode permissions in lookup_bdev()
` [PATCH 02/19] block_dev: Check permissions towards block device inode when mounting
` [PATCH 03/19] fs: Treat foreign mounts as nosuid
` [PATCH 04/19] selinux: Add support for unprivileged mounts from user namespaces
` [PATCH 05/19] userns: Replace in_userns with current_in_userns
` [PATCH 06/19] Smack: Handle labels consistently in untrusted mounts
` [PATCH 07/19] fs: Check for invalid i_uid in may_follow_link()
` [PATCH 08/19] cred: Reject inodes with invalid ids in set_create_file_as()
` [PATCH 09/19] fs: Refuse uid/gid changes which don't map into s_user_ns
` [PATCH 10/19] fs: Update posix_acl support to handle user namespace mounts
` [PATCH 11/19] fs: Ensure the mounter of a filesystem is privileged towards its inodes
` [PATCH 12/19] fs: Don't remove suid for CAP_FSETID in s_user_ns
` [PATCH 13/19] fs: Allow superblock owner to access do_remount_sb()
` [PATCH 14/19] fs: Permit FIBMAP for users with CAP_SYS_RAWIO in s_user_ns
` [PATCH 15/19] capabilities: Allow privileged user in s_user_ns to set file caps
` [PATCH 16/19] fuse: Add support for pid namespaces
` [PATCH 17/19] fuse: Support fuse filesystems outside of init_user_ns
` [PATCH 18/19] fuse: Restrict allow_other to the superblock's namespace or a descendant
` [PATCH 19/19] fuse: Allow user namespace mounts

[PATCH 1/3] mtd: brcmnand: Add brcm,bcm6368-nand device tree binding
 2015-12-04 21:29 UTC  (7+ messages)
` [PATCH 2/3] mtd: brcmnand: Request and enable the clock if present
` [PATCH 3/3] mtd: brcmnand: Add support for the BCM6368
` [PATCH 1/3] mtd: brcmnand: Add brcm, bcm6368-nand device tree binding

[PATCH v5 00/10] add error checking to spi-nor read and write
 2015-12-04 16:45 UTC  (19+ messages)
` [PATCH v5 01/10] mtd: spi-nor: change return value of read/write
` [PATCH v5 04/10] mtd: spi-nor: check return value from read/write
` [PATCH v5 03/10] mtd: fsl-quadspi: return amount of data read/written or error
` [PATCH v5 02/10] mtd: m25p80: return amount of data transferred or error in read/write
` [PATCH v5 06/10] mtd: spi-nor: simplify write loop
` [PATCH v5 05/10] mtd: spi-nor: stop passing around retlen
` [PATCH v5 07/10] mtd: spi-nor: add read loop
` [PATCH v5 09/10] spi: fsl-espi: expose maximum transfer size limit
` [PATCH v5 10/10] spi: m25p80: read in spi_max_transfer_size chunks
` [PATCH v5 08/10] spi: expose master transfer size limitation

[PATCH v8 0/2] Mediatek SPI-NOR flash driver
 2015-12-04 16:22 UTC  (5+ messages)
` [PATCH v8 2/2] arm64: dts: mt8173: Add nor flash node

[PATCH for-4.4 1/2] mtd: ofpart: don't complain about missing 'partitions' node too loudly
 2015-12-04 15:57 UTC  (3+ messages)
` [PATCH for-4.4 2/2] doc: dt: mtd: partitions: add compatible property to "partitions" node

UBIFS node magic number off by single zero-byte
 2015-12-04  9:39 UTC  (3+ messages)

mtd, nand, omap2: parse cmdline partition fail
 2015-12-04  8:42 UTC  (3+ messages)

master node can not be recovered
 2015-12-04  7:51 UTC  (4+ messages)

[PATCH v9 0/3] mtd: nand: jz4780: Add NAND and BCH drivers
 2015-12-03 22:38 UTC  (6+ messages)
` [PATCH v9 1/3] dt-bindings: binding for jz4780-{nand,bch}
` [PATCH v9 2/3] mtd: nand: jz4780: driver for NAND devices on JZ4780 SoCs
` [PATCH v9 3/3] MIPS: dts: jz4780/ci20: Add NEMC, BCH and NAND device tree nodes

[PATCH linux-next 1/3] mtd: brcmnand: Add brcm,bcm6368-nand device tree binding
 2015-12-03 20:01 UTC  (3+ messages)
` [PATCH linux-next 2/3] mtd: brcmnand: Request and enable the clock if present
` [PATCH linux-next 3/3] mtd: brcmnand: Add support for the BCM6368

[PATCH v3 00/27] memory: omap-gpmc: mtd: nand: Support GPMC NAND on non-OMAP platforms
 2015-12-03 15:17 UTC  (28+ messages)
` [PATCH v3 04/27] mtd: nand: omap2: Use gpmc_omap_get_nand_ops() to get NAND registers
` [PATCH v3 11/27] mtd: nand: omap: Clean up device tree support
  ` [PATCH v4 "
` [PATCH v3 18/27] mtd: nand: omap2: Implement NAND ready using gpiolib

[PATCH v4 0/5] Add memory mapped read support for ti-qspi
 2015-12-03 11:23 UTC  (11+ messages)
` [PATCH v4 1/5] spi: introduce accelerated read support for spi flash devices
` [PATCH v4 3/5] mtd: devices: m25p80: add support for mmap read request
` [PATCH v4 4/5] ARM: dts: DRA7: add entry for qspi mmap region

[PATCH v6 00/10] Add error checking to spi-nor read and write
 2015-12-02 23:07 UTC  (13+ messages)
` [PATCH v6 02/10] mtd: m25p80: return amount of data transferred or error in read/write
` [PATCH v6 03/10] mtd: fsl-quadspi: return amount of data read/written or error
` [PATCH v6 01/10] mtd: spi-nor: change return value of read/write
` [PATCH v6 07/10] mtd: spi-nor: add read loop
` [PATCH v6 05/10] mtd: spi-nor: stop passing around retlen
` [PATCH v6 04/10] mtd: spi-nor: check return value from read/write
` [PATCH v6 06/10] mtd: spi-nor: simplify write loop
` [PATCH v6 08/10] spi: expose master transfer size limitation
` [PATCH v6 10/10] mtd: m25p80: read in spi_max_transfer_size chunks
` [PATCH v6 09/10] spi: fsl-espi: expose maximum transfer size limit

[PATCH v8 0/7] mtd: nand: gpmi: gpmi-nand DSM and bitflip support
 2015-12-02 22:47 UTC  (8+ messages)
` [PATCH v8 1/7] mtd: nand: gpmi: add gpmi dsm supend/resume support
` [PATCH v8 2/7] dmaengine: mxs: APBH DMA supports deep sleep mode
` [PATCH v8 3/7] dmaengine: mxs: add i.MX7D APBH DMA support
` [PATCH v8 4/7] mtd: nand: gpmi: may use minimum required ecc for 744 oobsize NAND
` [PATCH v8 5/7] mtd: nand: gpmi: add GPMI NAND support for i.MX7D
` [PATCH v8 6/7] mtd: nand: gpmi: correct bitflip for erased NAND page
` [PATCH v8 7/7] mtd: nand: gpmi: support NAND on i.MX6UL

[PATCH] mtd: brcmnand: Workaround false ECC uncorrectable errors
 2015-12-02 22:22 UTC  (9+ messages)

[PATCH 1/2] mtd: brcmnand: Add brcm, nand-bcm63268 device tree binding
 2015-12-02 21:44 UTC  (28+ messages)
` [PATCH 1/2] mtd: brcmnand: Add brcm,nand-bcm63268 "
  ` [PATCH (v4) 1/2] mtd: brcmnand: Add brcm,bcm63268-nand "
    ` [PATCH (v4) 2/2] mtd: brcmnand: Add support for the BCM63268
            ` [PATCH (v6) 1/2] mtd: brcmnand: Add brcm,bcm63268-nand device tree binding
              ` [PATCH (v6) 2/2] mtd: brcmnand: Add support for the BCM63268
                      ` [PATCH (v7) "

[RFC] avoid a live lock in wear_leveling_worker()
 2015-12-02 20:41 UTC  (6+ messages)
` [RFC PATCH 1/2] mtd: nand: schedule() after releasing the device
    ` [PATCH] mtd: nand: do FIFO processing in nand_get_device()

[PATCH v8 0/3] mtd: nand: jz4780: Add NAND and BCH drivers
 2015-12-02 16:26 UTC  (4+ messages)
` [PATCH v8 1/3] dt-bindings: binding for jz4780-{nand,bch}
` [PATCH v8 2/3] mtd: nand: jz4780: driver for NAND devices on JZ4780 SoCs
` [PATCH v8 3/3] MIPS: dts: jz4780/ci20: Add NEMC, BCH and NAND device tree nodes

[PATCH 1/3] mtd: ubi: fixup error correction in do_sync_erase()
 2015-12-02 11:56 UTC  (4+ messages)
` [PATCH 3/3] mtd: ubi: wl: avoid erasing a PEB which is empty

[PATCH v2 0/3] mtd: nand: add randomizer support
 2015-12-02 11:01 UTC  (4+ messages)
` [PATCH v2 1/3] mtd: nand: add NAND_NEED_SCRAMBLING option flag
` [PATCH v2 2/3] mtd: nand: add NAND_NEED_SCRAMBLING flag to the H27UCG8T2ATR-BC definition
` [PATCH v2 3/3] mtd: nand: sunxi: add randomizer support

[PATCH] mtd-utils: Fix return status in mtd_torture test function
 2015-12-02  8:58 UTC 

[PATCH 0/3] mtd: support cleanup callback for partition parsers
 2015-12-02  8:55 UTC  (7+ messages)
` [PATCH 3/3] mtd: support a "

[PATCH v2 00/25] mtd: nand: refactor the NAND subsystem (part 1)
 2015-12-02  8:53 UTC  (17+ messages)
` [PATCH v2 11/25] coccinelle: nand: detect and correct drivers embedding an mtd_info object
` [PATCH v2 12/25] mtd: nand: use the mtd instance embedded in struct nand_chip
` [PATCH v2 17/25] mtd: nand: remove useless mtd->priv = chip assignments
` [PATCH v2 23/25] ARM: make use of nand_set/get_controller_data() helpers
` [PATCH v2 24/25] mtd: nand: "
` [PATCH v2 25/25] staging: mt29f_spinand: "
` [PATCH v3 12/25] mtd: nand: use the mtd instance embedded in struct nand_chip
` [PATCH v3 bis "
` [PATCH v3 17/25] mtd: nand: remove useless mtd->priv = chip assignments

[PATCH v1 0/7] Add a mtd raid layer
 2015-12-02  1:09 UTC  (2+ messages)

[PATCH] mtd: brcmnand: drop brcmnand_host::of_node field
 2015-12-01 19:19 UTC  (3+ messages)

[PATCH] mtd: nand: fix typo (t_ald -> t_adl)
 2015-12-01 19:11 UTC  (2+ messages)

[PATCH] mtd: nand: fix ONFI parameter page layout
 2015-12-01 19:10 UTC  (5+ messages)

RfC: Handle SPI controller limitations like maximum message length
 2015-12-01 18:53 UTC  (12+ messages)
                ` [PATCH resubmit 2/2] spi: fsl-espi: make use of max_msg_size in spi_master to handle HW restrictions

[PATCH v2] spi/nor: Fix error message with unrecognized JEDEC
 2015-12-01 18:40 UTC  (2+ messages)

[PATCH] mtd: Expand the ecc placement locations to 1216
 2015-12-01 16:11 UTC  (7+ messages)

Purchase of Your Product
 2015-12-01 13:26 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).