linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-02 17:09:52 to 2017-11-15 09:32:32 UTC [more...]

[PATCH v4 00/16] OMAP2+ OneNAND driver update
 2017-11-15  9:31 UTC  (35+ messages)
` [PATCH v4 02/16] ARM: dts: OMAP2+: Add compatible property to onenand node
` [PATCH v4 03/16] ARM: dts: omap3-igep: Update onenand node timings
` [PATCH v4 04/16] mtd: onenand: omap2: Remove regulator support
` [PATCH v4 05/16] mtd: onenand: omap2: Remove skip initial unlocking support
` [PATCH v4 06/16] mtd: onenand: omap2: Remove partitioning support from platform data
` [PATCH v4 07/16] mtd: onenand: omap2: Account waiting time as waiting on IO
` [PATCH v4 08/16] mtd: onenand: omap2: Simplify the DMA setup for various paths
` [PATCH v4 09/16] mtd: onenand: omap2: Unify OMAP2 and OMAP3 DMA implementation
` [PATCH v4 10/16] mtd: onenand: omap2: Convert to use dmaengine for memcpy
` [PATCH v4 11/16] mtd: onenand: omap2: Do not make delay for GPIO OMAP3 specific
` [PATCH v4 12/16] mtd: onenand: omap2: Enable DMA by default
` [PATCH v4 13/16] memory: omap-gpmc: Refactor OneNAND support
` [PATCH v4 14/16] mtd: onenand: omap2: Configure driver from DT
` [PATCH v4 15/16] ARM: OMAP2+: Remove gpmc-onenand
` [PATCH v4 16/16] ARM: dts: Nokia: Use R/B pin

[PATCH v3 0/7] OMAP2+ OneNAND driver update
 2017-11-15  2:11 UTC  (46+ messages)
` [PATCH v3 1/7] memory: omap-gpmc: Refactor OneNAND support
` [PATCH v3 2/7] mtd: onenand: omap2: Remove regulator support
` [PATCH v3 3/7] mtd: onenand: omap2: Remove skip initial unlocking support
` [PATCH v3 4/7] mtd: onenand: omap2: Remove partitioning support from platform data
` [PATCH v3 5/7] mtd: onenand: omap2: Unify OMAP2 and OMAP3 DMA implementation
` [PATCH v3 6/7] mtd: onenand: omap2: Do not make delay for GPIO OMAP3 specific
` [PATCH v3 7/7] mtd: onenand: omap2: Configure driver from DT

[PATCH] libmtd: fix a comment typo in dev_node2num
 2017-11-14 23:27 UTC  (2+ messages)

UBIFS does not mount after powerfail
 2017-11-14 18:49 UTC  (5+ messages)

[PATCH 0/3] Convert fsmc_nand driver to ->exec_op() to retrieve a unique ID
 2017-11-14 17:07 UTC  (5+ messages)
` [PATCH 1/3] mtd: nand: fsmc: use ->exec_op()
` [PATCH 2/3] mtd: nand: add the infrastructure to retrieve the ONFI unique ID
` [PATCH 3/3] mtd: nand: add sysfs entry for NAND chip "

Fotowoltaiczne systemy zasilania do samodzielnego montażu
 2017-11-14 14:19 UTC 

[PATCH] doc: dt: mtd: Add sst25vf016b to the list of supported chip names
 2017-11-14  9:38 UTC  (3+ messages)
` [PATCH v2] dt-bindings: "

[NAND] Question regarding -EIO error
 2017-11-13 23:18 UTC  (3+ messages)

[PATCH] mtd: chips: Add PMC flash memory description
 2017-11-13 16:25 UTC  (3+ messages)

[PATCH] mtd: nand: hynix: Don't wait after applying new read-retry params
 2017-11-13  9:59 UTC 

[RFC][PATCH] mtd-utils: Add lsmtd program
 2017-11-12 20:09 UTC 

[PATCH] ubi-utils: ubicrc32: process command line arguments first
 2017-11-12 11:59 UTC  (2+ messages)

[PATCH v4 01/16] dt-bindings: mtd: gpmc-onenand: Update properties description
 2017-11-11 21:16 UTC 

[PATCH V1] drivers:mtd:spi-nor:checkup FSR error bits
 2017-11-11 20:49 UTC 

[PATCH v2] mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid
 2017-11-11 16:33 UTC  (2+ messages)

[PATCH] mtd: Fix debugfs file creation when mtd->->dbg.dfs_dir is invalid
 2017-11-11 15:02 UTC  (3+ messages)

[PATCH] Avoid passing uninitialized wbuf_dwork to cancel_delayed_work_sync during jffs2 sync
 2017-11-11  3:34 UTC 

[PATCH][V2] mtd: sharpslpart: fix overflow on block_adr calculation
 2017-11-10 16:35 UTC  (2+ messages)

Enable notifications for linux-mtd
 2017-11-09  9:17 UTC  (6+ messages)

[PATCH v5 0/9] mtd: sharpslpart partition parser
 2017-11-09  7:27 UTC  (9+ messages)

jffs2: stack dump on sync
 2017-11-09  0:07 UTC 

[PATCH v2 0/6] OMAP2+ OneNAND driver update
 2017-11-08 20:03 UTC  (8+ messages)
` [PATCH v2 1/6] arm: dts: omap3-igep: Update OneNAND node
` [PATCH v2 2/6] memory: omap-gpmc: Refactor OneNAND support
` [PATCH v2 3/6] mtd: onenand: omap2: remove regulator support
` [PATCH v2 4/6] mtd: onenand: omap2: remove skip initial unlocking support
` [PATCH v2 5/6] mtd: onenand: omap2: remove partitioning support from platform data
` [PATCH v2 6/6] mtd: onenand: omap2: Configure driver from DT

[RFC PATCH v2 0/6] Marvell NAND controller rework with ->exec_op()
 2017-11-08 16:37 UTC  (12+ messages)
` [RFC PATCH v2 1/6] mtd: nand: provide several helpers to do common NAND operations
` [RFC PATCH v2 2/6] mtd: nand: force drivers to explicitly send READ/PROG commands
` [RFC PATCH v2 3/6] mtd: nand: use a static data_interface in the nand_chip structure
` [RFC PATCH v2 4/6] mtd: nand: add ->exec_op() implementation
` [RFC PATCH v2 5/6] dt-bindings: mtd: add Marvell NAND controller documentation
` [RFC PATCH v2 6/6] mtd: nand: add reworked Marvell NAND controller driver

[PATCH][mtd-next] mtd: sharpslpart: fix overflow on block_adr calculation
 2017-11-08 16:01 UTC  (3+ messages)
` NAK: "

[PATCH v2] mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()
 2017-11-08 16:00 UTC 

[PATCH] mtd: nand: fix interpretation of NAND_CMD_NONE in core ->cmdfunc()
 2017-11-08 15:55 UTC  (3+ messages)

Darlehensangebot
 2017-11-08 11:59 UTC 

quota support
 2017-11-08  9:57 UTC  (3+ messages)

[PATCH v5 00/10] Allow opal-async waiters to get interrupted
 2017-11-07 23:30 UTC  (14+ messages)
` [PATCH v5 01/10] mtd: powernv_flash: Use WARN_ON_ONCE() rather than BUG_ON()
  ` [v5, "
` [PATCH v5 02/10] mtd: powernv_flash: Don't treat OPAL_SUCCESS as an error
` [PATCH v5 03/10] mtd: powernv_flash: Remove pointless goto in driver init
` [PATCH v5 04/10] mtd: powernv_flash: Don't return -ERESTARTSYS on interrupted token acquisition
` [PATCH v5 05/10] powerpc/opal: Make __opal_async_{get, release}_token() static
` [PATCH v5 06/10] powerpc/opal: Rework the opal-async interface
` [PATCH v5 07/10] powernv/opal-sensor: remove not needed lock
` [PATCH v5 08/10] powerpc/opal: Add opal_async_wait_response_interruptible() to opal-async
` [PATCH v5 09/10] powerpc/powernv: Add OPAL_BUSY to opal_error_code()
` [PATCH v5 10/10] mtd: powernv_flash: Use opal_async_wait_response_interruptible()

[PATCH] mtd: docs: Add mention of patchwork to patch submission section
 2017-11-07 11:26 UTC  (4+ messages)

Shrink UBIFS
 2017-11-07  7:06 UTC  (4+ messages)

[PATCH v2] mtd: slram: use memremap() instead of ioremap()
 2017-11-06 22:32 UTC  (3+ messages)

[GIT PULL v2] mtd: nand: Changes for 4.15
 2017-11-06 22:32 UTC  (2+ messages)

[GIT PULL] mtd: spi-nor: Changes for 4.15
 2017-11-06 22:32 UTC  (2+ messages)

ubiupdatevol read input from stdin or similar
 2017-11-06 17:51 UTC  (3+ messages)
  ` AW: "

[RFC 00/12] Marvell NAND controller rework with ->exec_op()
 2017-11-06 15:02 UTC  (16+ messages)
` [RFC 02/12] mtd: nand: force drivers to explicitly send READ/PROG commands
` [RFC 03/12] mtd: nand: use a static data_interface in the nand_chip structure
` [RFC 04/12] mtd: nand: add ->exec_op() implementation
` [RFC 05/12] dt-bindings: mtd: add Marvell NAND controller documentation
` [RFC 06/12] mtd: nand: add reworked Marvell NAND controller driver

[PATCH -next] mtd: nand: Add support for Toshiba BENAND (Built-in ECC NAND)
 2017-11-04  9:57 UTC  (4+ messages)

[PATCH] mtd: nand: gpmi: replace _manual_ swap with swap macro
 2017-11-03 21:44 UTC  (3+ messages)

sam9x5: MTD numbering changed
 2017-11-03  9:15 UTC  (12+ messages)

jffs2: No space for garbage collection. Aborting GC thread
 2017-11-03  9:09 UTC 

[PATCH] mtd: lpddr: Fix a potential double mutex_lock
 2017-11-03  6:21 UTC  (3+ messages)

[PATCH v2 0/5] unconfuse get_unmapped_area and point/unpoint driver methods
 2017-11-03  3:19 UTC  (5+ 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).