linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-02 21:06:50 to 2015-12-07 23:36:44 UTC [more...]

[PATCH 00/23] mtd: rework ECC layout definition
 2015-12-07 23:36 UTC  (28+ messages)
` [PATCH 01/23] mtd: kill the ecclayout->oobavail field
` [PATCH 02/23] mtd: inftl: kill unused oobinfo field
` [PATCH 03/23] mtd: nftl: "
` [PATCH 04/23] mtd: nand: s3c2410: kill the ->ecc_layout field
` [PATCH 05/23] mtd: nand: jz4770: "
` [PATCH 06/23] mtd: nand: kill unused ->ecclayout field in platform_nand_chip struct
` [PATCH 07/23] staging: mt29f_spinand: kill unused ecclayout field
` [PATCH 08/23] mtd: nand: lpc32xx_mlc: fix ecc.size
` [PATCH 09/23] mtd: nand: vf610: remove useless mtd->ecclayout assignment
` [PATCH 10/23] mtd: nand: simplify nand_bch_init() usage
` [PATCH 11/23] mtd: add mtd_eccpos(), mtd_oobfree() and mtd_eccbytes() helper functions
` [PATCH 12/23] mtd: use mtd_eccpos() and mtd_oobfree() where appropriate
` [PATCH 13/23] mtd: add mtd_set_ecclayout() helper function
` [PATCH 14/23] mtd: use mtd_set_ecclayout() where appropriate
` [PATCH 15/23] mtd: create an mtd_ooblayout_ops struct to ease ECC layout definition
` [PATCH 16/23] mtd: docg3: switch to mtd_ooblayout_ops
` [PATCH 17/23] mtd: nand: implement the default mtd_ooblayout_ops
` [PATCH 18/23] mtd: nand: bch: switch to nand_ecclayout_pos
` [PATCH 19/23] mtd: nand: switch all drivers to mtd_ooblayout_ops
` [PATCH 20/23] mtd: onenand: switch "
` [PATCH 21/23] staging: mt29f_spinand: "
` [PATCH 22/23] mtd: nand: kill layout field
` [PATCH 23/23] mtd: kill the nand_ecclayout struct

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

[PATCH v5 00/10] add error checking to spi-nor read and write
 2015-12-07 20:18 UTC  (6+ messages)
` [PATCH v5 08/10] spi: expose master transfer size limitation

[PATCH linux-next 0/5] mtd: spi-nor: add driver for Atmel QSPI controller
 2015-12-07 19:34 UTC  (10+ messages)
` [PATCH linux-next 1/5] mtd: spi-nor: properly detect the memory when it boots in Quad or Dual mode
` [PATCH linux-next 2/5] mtd: spi-nor: fix Quad SPI mode support for Spansion, Micron and Macronix
` [PATCH linux-next 3/5] mtd: m25p80: add support of dual and quad spi protocols to all commands
` [PATCH linux-next 4/5] Documentation: atmel-quadspi: add binding file for Atmel QSPI driver
` [PATCH linux-next 5/5] mtd: atmel-quadspi: add driver for Atmel QSPI controller
  ` [PATCH] mtd: atmel-quadspi: fix odd_ptr_err.cocci warnings
  ` [PATCH] mtd: atmel-quadspi: fix compare_const_fl.cocci warnings

[RFC PATCH 0/7] mtd: partitions: add of_match_table support
 2015-12-07 19:00 UTC  (18+ messages)
` [RFC PATCH 1/7] mtd: move partition parsers to drivers/mtd/partitions/
` [RFC PATCH 2/7] mtd: move partition parsers' Kconfig under a sub-menu
` [RFC PATCH 3/7] doc: dt: mtd: partition: add on-flash format binding
` [RFC PATCH 4/7] mtd: add of_match_mtd_parser() and of_mtd_match_mtd_parser() helpers
` [RFC PATCH 5/7] mtd: partitions: factor out "match by name" handling
` [RFC PATCH 6/7] RFC: mtd: partitions: enable of_match_table matching
` [RFC PATCH 7/7] mtd: partitions: add Google's FMAP partition parser

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

[PATCH] arm64: dts: mt8173: Add nor flash node
 2015-12-07  8:19 UTC  (5+ messages)

[RFC] avoid a live lock in wear_leveling_worker()
 2015-12-06 14:23 UTC  (7+ messages)
` [RFC PATCH 1/2] mtd: nand: schedule() after releasing the device
    ` [PATCH] mtd: nand: do FIFO processing in nand_get_device()
          ` [PATCH v2] "

[PATCH] mtd: bcm47xxpart: don't fail because of bit-flips
 2015-12-06 10:31 UTC 

[PATCH v8 0/7] mtd: nand: gpmi: gpmi-nand DSM and bitflip support
 2015-12-05 11:12 UTC  (10+ 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 v2 0/6] mtd: partitions: support cleanup callback for parsers
 2015-12-05  8:27 UTC  (19+ messages)
` [PATCH v2 1/6] mtd: ofpart: assign return argument exactly once
` [PATCH v2 2/6] mtd: partitions: make parsers return 'const' partition arrays
` [PATCH v2 3/6] mtd: partitions: rename MTD parser get/put
` [PATCH v2 4/6] mtd: partitions: remove kmemdup()
` [PATCH v2 5/6] mtd: partitions: pass around 'mtd_partitions' wrapper struct
` [PATCH v2 6/6] mtd: partitions: support a cleanup callback for parsers

[PATCH 00/19] Support fuse mounts in user namespaces
 2015-12-05  6:15 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 05/19] userns: Replace in_userns with current_in_userns
` [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 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] mtd: bcm47xxpart: limit scanned flash area on BCM47XX (MIPS) only
 2015-12-05  1:09 UTC 

[PATCH 3/3] mtd: spi-nor: fix error handling in spi_nor_erase
 2015-12-04 23:40 UTC  (2+ messages)

[PATCH] mtd: nand: r852: Remove unnecessary synchronize_irq() before free_irq()
 2015-12-04 23:39 UTC  (2+ messages)

[PATCH] mtd: mtk-quadspi: drop unnecessary .owner assignment
 2015-12-04 23:32 UTC  (2+ messages)

[PATCH] mtd: partitions: turn PART() macro into inline function
 2015-12-04 23:29 UTC  (2+ messages)

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

[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 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

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  (18+ 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  (9+ messages)
` [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  (4+ messages)
` [PATCH v6 03/10] mtd: fsl-quadspi: return amount of data read/written or error

[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  (12+ 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


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