linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-04 07:52:05 to 2015-12-09 20:03:01 UTC [more...]

[PATCH 1/3] mtd: brcmnand: Add brcm,bcm6368-nand device tree binding
 2015-12-09 20:02 UTC  (5+ messages)
` [PATCH 1/3] mtd: brcmnand: Add brcm, bcm6368-nand "

[PATCH v2 0/6] mtd: partitions: support cleanup callback for parsers
 2015-12-09 18:25 UTC  (21+ 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 v3 "

[PATCH] UBI: fix return error code
 2015-12-09 12:07 UTC  (4+ messages)

[PATCH] arm64: dts: mt8173: Add nor flash node
 2015-12-09 10:28 UTC  (6+ messages)

[PATCH v2 00/25] mtd: nand: refactor the NAND subsystem (part 1)
 2015-12-09  8:32 UTC  (17+ messages)
` [PATCH v2 02/25] blackfin: nand: make use of mtd_to_nand() where appropriate
` [PATCH v2 03/25] cris: "
` [PATCH v2 04/25] mips: "
` [PATCH v2 15/25] cris: nand: use the mtd instance embedded in struct nand_chip
` [PATCH v2 18/25] cris: nand: remove useless mtd->priv = chip assignments
` [PATCH v3 bis 12/25] mtd: nand: use the mtd instance embedded in struct nand_chip

[PATCH linux-next 0/5] mtd: spi-nor: add driver for Atmel QSPI controller
 2015-12-09  3:16 UTC  (15+ 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

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

[PATCH] mtd: bcm47xxnflash: really unregister NAND on device removal
 2015-12-09  1:04 UTC 

[PATCH] mtd: nand: Confine MTD_NAND_SH_FLCTL to SUPERH
 2015-12-08 17:40 UTC 

[PATCH v9 0/3] mtd: nand: jz4780: Add NAND and BCH drivers
 2015-12-08 16:36 UTC  (12+ 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] mtd: sh_flctl: pass FIFO as physical address
 2015-12-08 16:30 UTC  (2+ messages)

[PATCH] mtd: omap_elm: print interrupt resource using %pr
 2015-12-08 15:39 UTC 

[PATCH 00/23] mtd: rework ECC layout definition
 2015-12-08 10:33 UTC  (36+ messages)
` [PATCH 01/23] mtd: kill the ecclayout->oobavail field
  ` [linux-sunxi] "
` [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: "
  ` [linux-sunxi] "
` [PATCH 22/23] mtd: nand: kill layout field
` [PATCH 23/23] mtd: kill the nand_ecclayout struct

[GIT PULL] MTD/NAND cleanups for v4.5
 2015-12-08  3:13 UTC 

[PATCH] Revert "mtd: spi-nor: disable protection for Winbond flash at startup"
 2015-12-08  2:49 UTC  (5+ messages)

[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

[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

[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  (5+ messages)
` [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 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 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)


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