linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-12-15 14:07:08 to 2017-01-03 02:41:05 UTC [more...]

[PATCH v2 1/2] mtd: ifc: Update dependency of IFC for LS1021A
 2017-01-03  2:41 UTC 

[PATCH] mtd/redboot: avoid null pointer deref
 2017-01-03  2:22 UTC  (2+ messages)

[PATCH] mtd: spi-nor: Add lock/unlock support for f25l32pa
 2017-01-03  2:10 UTC  (2+ messages)

[PATCH] mtd: nand: Update dependency of IFC for LS1021A
 2017-01-03  1:24 UTC  (4+ messages)

[PATCH v3 0/4] ARM: Add support for CONFIG_DEBUG_VIRTUAL
 2017-01-02 14:10 UTC  (9+ messages)
  ` [PATCH v3 3/4] "
  ` [PATCH v4 0/4] "
    ` [PATCH v4 1/4] mtd: lart: Rename partition defines to be prefixed with PART_
    ` [PATCH v4 2/4] ARM: Define KERNEL_START and KERNEL_END
    ` [PATCH v4 3/4] ARM: Add support for CONFIG_DEBUG_VIRTUAL
    ` [PATCH v4 4/4] ARM: treewide: Replace uses of virt_to_phys with __pa_symbol

[PATCH V1] mtd : nand : denali :- No need of devm functions
 2017-01-02  8:51 UTC  (4+ messages)

[PATCH] mtd: nand: oxnas_nand: fix build errors on arch/um, require HAS_IOMEM
 2017-01-02  8:33 UTC  (2+ messages)

[PATCH] mtd: nand: fsmc: remove stale non-DT probe path
 2017-01-02  7:11 UTC  (3+ messages)

[PATCH] fscrypt: Factor out bio specific functions
 2017-01-01 21:47 UTC  (11+ messages)
        ` [PATCH v2] "

[PATCH RFC 1/2] ubi: add flags1 field to the EC header
 2016-12-31 10:03 UTC  (6+ messages)
` [PATCH RFC 2/2] ubi: add support for UBI_EC_FLAG_ERASE_FROM_HERE

[PATCH v2 0/2] mtd: spi-nor: Add possibility to disable chip erase
 2016-12-30 13:23 UTC  (3+ messages)
` [PATCH v2 1/2] Add flag "
` [PATCH v2 2/2] Disable chip erase for Micron n25q00

[PATCH v1] mtd: nand: tango: Update DT binding description
 2016-12-29 18:23 UTC  (2+ messages)

[PATCH 0/6] UBIFS NFS export support
 2016-12-29 17:05 UTC  (13+ messages)
` [PATCH 3/6] ubifs: Use 64bit readdir cookies
` [PATCH 6/6] ubifs: Wire up NFS support

[PATCH] mtd: update my email address
 2016-12-29 16:43 UTC  (2+ messages)

[PATCH] mtd: nand: xway: fix build failure
 2016-12-29 16:28 UTC  (3+ messages)

[PATCH v2 00/46] Nandsim facelift (part I of II)
 2016-12-28 18:53 UTC  (9+ messages)
` [PATCH v2 01/46] mtdpart: Propagate _get/put_device()

[PATCH v3] romfs: use different way to generate fsid for BLOCK or MTD
 2016-12-28 12:36 UTC 

[PATCH v2] romfs: use different way to generate fsid for BLOCK or MTD
 2016-12-28 10:52 UTC  (2+ messages)

UBIFS crash in power cutting test
 2016-12-26  9:09 UTC  (10+ messages)

[PATCH] mtd: mtdswap: use MTDSWAP_ECNT_MIN/MAX
 2016-12-25 13:49 UTC  (4+ messages)

[PATCH 1/3] spi: introduce max message size flag in spi_master
 2016-12-24 23:47 UTC  (9+ messages)
  ` [PATCH v2 2/3] mtd: m25p80: consider max message size in m25p80_read

[PATCH v3 0/2] mtd: spi-nor: add a stateless method to support memory size above 128Mib
 2016-12-23 18:56 UTC  (4+ messages)
` [PATCH v3 1/2] mtd: spi-nor: rename SPINOR_OP_* macros of the 4-byte address op codes
` [PATCH v3 2/2] mtd: spi-nor: add a stateless method to support memory size above 128Mib

[PATCH v4 0/2] Add rockchip serial flash controller support
 2016-12-23 19:00 UTC  (5+ messages)
` [PATCH v4 1/2] mtd: spi-nor: Bindings for Rockchip serial flash controller
` [PATCH v4 2/2] mtd: spi-nor: add rockchip serial flash controller driver

[PATCH v5 0/3] Static memory controllers for the Aspeed SoC
 2016-12-23 11:22 UTC  (5+ messages)
` [PATCH v5 1/3] mtd: spi-nor: add memory controllers for the Aspeed AST2500 SoC
` [PATCH v5 2/3] mtd: aspeed: add memory controllers for the Aspeed AST2400 SoC
` [PATCH v5 3/3] mtd: spi-nor: bindings for the Aspeed memory controllers

[ANNOUNCE] mtd-utils-2.0.0 is released
 2016-12-22 15:41 UTC 

[PATCH 0/9 v2] scope GFP_NOFS api
 2016-12-22  9:38 UTC  (31+ messages)
` [PATCH 2/9] xfs: introduce and use KM_NOLOCKDEP to silence reclaim lockdep false positives
  ` [PATCH 2/9 v2] "
` [PATCH 3/9] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
` [PATCH 4/9] mm: introduce memalloc_nofs_{save,restore} API
` [PATCH 5/9] xfs: use memalloc_nofs_{save, restore} instead of memalloc_noio*
  ` [PATCH 5/9] xfs: use memalloc_nofs_{save,restore} "
    ` [PATCH 5/9 v2] "
` [PATCH 6/9] jbd2: mark the transaction context with the scope GFP_NOFS context
` [PATCH 7/9] jbd2: make the whole kjournald2 kthread NOFS safe
` [PATCH 8/9] Revert "ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp"
` [PATCH 9/9] Revert "ext4: fix wrong gfp type under transaction"
` [DEBUG PATCH 0/2] debug explicit GFP_NO{FS, IO} usage from the scope context
  ` [DEBUG PATCH 1/2] mm, debug: report when GFP_NO{FS, IO} is used explicitly from memalloc_no{fs, io}_{save, restore} context
  ` [DEBUG PATCH 2/2] silent warnings which we cannot do anything about

[PATCH] mtd-utils: Add configure switches to disable jffsX or ubifs tools
 2016-12-22  9:34 UTC  (5+ messages)

[PATCH v4 0/4] Static memory controllers for the Aspeed SoC
 2016-12-21 16:47 UTC  (6+ messages)
` [PATCH v4 1/4] mtd: spi-nor: add memory controllers for the Aspeed AST2500 SoC

[PATCH 0/3] Introduce die erase command
 2016-12-21 16:28 UTC  (12+ messages)
` [PATCH 2/3] mtd: spi-nor: Implement die erase command logic
                    ` Odp.: "

[PATCH V2 0/3] mtd: spi-nor: add some new chip ids
 2016-12-21 13:38 UTC  (15+ messages)
` [PATCH V2 1/3] mtd: spi-nor: add support for macronix mx25u25635f
` [PATCH V2 2/3] mtd: spi-nor: add support for macronix mx25u3235f
` [PATCH V2 3/3] mtd: spi-nor: add support for ESMT_f25l32qa and ESMT_f25l64qa

Profoma Invoice 
 2016-12-21  8:31 UTC 

[PATCH 0/2] mtd: spi-nor: add some new chip ids
 2016-12-21  3:38 UTC  (5+ messages)
` [PATCH 1/2] mtd: spi-nor: add support for macronix mx25u25635f
` [PATCH 2/2] mtd: spi-nor: add support for mx25u3235f

[PATCH] mtd: spi-nor: add support for ESMT_f25l32qa and ESMT_f25l64qa
 2016-12-21  3:37 UTC  (2+ messages)

[PATCH v4 0/8] mtd: spi-nor: parse SFDP tables to setup (Q)SPI memories
 2016-12-20 19:51 UTC  (11+ messages)
` [PATCH v4 4/8] mtd: spi-nor: add support of SPI protocols like SPI 1-2-2 and SPI 1-4-4
        ` Odp.: "
    ` Odp.: [PATCH v4 0/8] mtd: spi-nor: parse SFDP tables to setup (Q)SPI memories

[RFC][PATCH 0/2] xfstests on ubifs
 2016-12-19 21:31 UTC  (9+ messages)
` [RFC][PATCH 1/2] xfstests: add experimental support for ubifs
` [RFC][PATCH 2/2] xfstests-bld: "

[PATCH] ubifs: remove redundant checks for encryption key
 2016-12-19 20:24 UTC  (3+ messages)

[PATCH] ubifs: allow encryption ioctls in compat mode
 2016-12-19 19:56 UTC  (2+ messages)

[PATCH v1] mtd: nandbiterrs: Have init function return 0 on success
 2016-12-19 16:23 UTC  (5+ messages)

mtd, nand, omap2: how to pass the NAND device name to mtdparts ?
 2016-12-19 15:28 UTC  (5+ messages)

[PATCH v7 0/2] tango NFC support + bindings doc
 2016-12-19 12:59 UTC  (7+ messages)
` [PATCH v7 1/2] mtd: nand: add tango NFC dt "

[GIT PULL] MTD updates for v4.10-rc1
 2016-12-16 19:38 UTC 

[PATCH] ubifs: ensure zero err is returned on successful return
 2016-12-16 13:38 UTC  (2+ messages)

[PATCH] ubifs: add CONFIG_BLOCK dependency for encryption
 2016-12-16  9:35 UTC  (3+ messages)

[PATCH v2 0/3] Introduce die erase command
 2016-12-16  6:39 UTC  (4+ messages)
` [PATCH v2 1/3] mtd: spi-nor: Add die_cnt field and flags

linux-next: Tree for Dec 15 (fs/ubifs/ causes problems in fs/crypto/)
 2016-12-15 22:46 UTC  (2+ messages)

[GIT PULL] UBIFS updates for v4.10-rc1
 2016-12-15 16:03 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).