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

[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 v9 0/3] mtd: nand: jz4780: Add NAND and BCH drivers
 2015-12-03 12:02 UTC  (4+ 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 v4 0/5] Add memory mapped read support for ti-qspi
 2015-12-03 11:23 UTC  (14+ messages)
` [PATCH v4 1/5] spi: introduce accelerated read support for spi flash devices
` [PATCH v4 2/5] spi: spi-ti-qspi: add mmap mode read support
` [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 1/3] mtd: brcmnand: Add brcm,bcm6368-nand device tree binding
 2015-12-03  0:11 UTC  (4+ messages)
` [PATCH 2/3] mtd: brcmnand: Request and enable the clock if present
` [PATCH 3/3] mtd: brcmnand: Add support for the BCM6368

[PATCH v6 00/10] Add error checking to spi-nor read and write
 2015-12-02 23:07 UTC  (13+ messages)
` [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 02/10] mtd: m25p80: return amount of data transferred or error in read/write
` [PATCH v6 05/10] mtd: spi-nor: stop passing around retlen
` [PATCH v6 07/10] mtd: spi-nor: add read loop
` [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 09/10] spi: fsl-espi: expose maximum transfer size limit
` [PATCH v6 08/10] spi: expose master transfer size limitation
` [PATCH v6 10/10] mtd: m25p80: read in spi_max_transfer_size chunks

[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 00/19] Support fuse mounts in user namespaces
 2015-12-02 15:40 UTC  (20+ 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: 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 v5 00/10] add error checking to spi-nor read and write
 2015-12-02  9:55 UTC  (17+ messages)
` [PATCH v5 01/10] mtd: spi-nor: change return value of 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 04/10] mtd: spi-nor: check return value from read/write
` [PATCH v5 07/10] mtd: spi-nor: add read loop
` [PATCH v5 05/10] mtd: spi-nor: stop passing around retlen
` [PATCH v5 06/10] mtd: spi-nor: simplify write loop
` [PATCH v5 08/10] spi: expose master transfer size limitation
` [PATCH v5 10/10] spi: m25p80: read in spi_max_transfer_size chunks
` [PATCH v5 09/10] spi: fsl-espi: expose maximum transfer size limit

[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  (36+ messages)
` [PATCH v2 01/25] ARM: nand: make use of mtd_to_nand() where appropriate
` [PATCH v2 02/25] blackfin: "
` [PATCH v2 03/25] cris: "
` [PATCH v2 04/25] mips: "
` [PATCH v2 05/25] sh: "
` [PATCH v2 06/25] mtd: nand: make use of mtd_to_nand() in NAND core code
` [PATCH v2 07/25] mtd: nand: make use of mtd_to_nand() in NAND drivers
` [PATCH v2 08/25] staging: mt29f_spinand: make use of mtd_to_nand()
` [PATCH v2 09/25] mtd: nand: embed an mtd_info structure into nand_chip
` [PATCH v2 10/25] mtd: nand: add nand_to_mtd() helper
` [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 13/25] mtd: nand: update the documentation to reflect framework changes
` [PATCH v2 14/25] staging: mt29f_spinand: use the mtd instance embedded in struct nand_chip
` [PATCH v2 15/25] cris: nand: "
` [PATCH v2 16/25] mtd: nand: update mtd_to_nand()
` [PATCH v2 17/25] mtd: nand: remove useless mtd->priv = chip assignments
` [PATCH v2 18/25] cris: "
` [PATCH v2 19/25] staging: mt29f_spinand: remove useless mtd->priv = chip assignment
` [PATCH v2 20/25] mtd: nand: simplify nand_dt_init() usage
` [PATCH v2 21/25] mtd: nand: kill the chip->flash_node field
` [PATCH v2 22/25] mtd: nand: add helpers to access ->priv
` [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  (10+ messages)
` [PATCH v1 1/7] mtd: nandsim: remove the abuse of reference to globle variable
` [PATCH v1 2/7] mtd: nansim: add support of multi devices
` [PATCH v1 3/7] mtd: mtd_raid: Init a new layer of MTD RAID
` [PATCH v1 4/7] mtd: mtd_raid: introduce raid single implementation
` [PATCH v1 5/7] mtd: mtd_raid: introduce raid0 implementation
` [PATCH v1 6/7] mtd: mtd_raid: introduce raid1 implementation
` [PATCH v1 7/7] mtd: mtd_raid: implement ioctl for mtd raid
` [PATCH] mtd-utils: introduce mtd_raid tool

[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 

UBIFS corruption after power cut - possibly unstable bits issue?
 2015-12-01  9:12 UTC  (12+ messages)

[PATCH 0/4] add missing of_node_put
 2015-12-01  1:56 UTC  (9+ messages)
` [PATCH 1/4] mtd: brcmnand: improve memory management
        ` [PATCH 1/4 v2] "
` [PATCH 2/4] mtd: nand: sunxi: add missing of_node_put

[PATCH] brcmnand: Clear EXT_ADDR error registers in PIO mode
 2015-12-01  1:53 UTC  (7+ messages)

[PATCH] mtd: nand: Fix Spansion sparearea size detection
 2015-12-01  1:20 UTC  (7+ 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).