linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-24 07:56:04 to 2019-10-14 12:50:00 UTC [more...]

[PATCH 0/8] Introduce generic ONFI support
 2019-10-14 12:49 UTC  (12+ messages)
` [PATCH 4/8] mtd: spinand: enabled parameter page support
    ` [EXT] "
` [PATCH 6/8] mtd: spinand: micron: Turn driver implementation generic
    ` [EXT] "

[PATCH] mtd: cfi_cmdset_0002: don't free cfi->cfiq in error path of cfi_amdstd_setup()
 2019-10-14 12:23 UTC  (2+ messages)

[PATCH v3] mtd: rawnand: Add support for Macronix NAND randomizer
 2019-10-14  9:27 UTC  (3+ messages)

Where to define multiple volumes sizes in one MTD rootfs partition?
 2019-10-14  4:57 UTC  (4+ messages)

[GIT PULL] mtd: Fixes for v5.4-rc3
 2019-10-13 16:15 UTC  (2+ messages)

[PATCH 0/2] Fix the HyperFlash support in the AMD/Fujitsu/Spansion CFI driver
 2019-10-13  3:35 UTC  (6+ messages)
` [PATCH 1/2] mtd: cfi_cmdset_0002: only check errors when ready in cfi_check_err_status()
` [PATCH 2/2] mtd: cfi_cmdset_0002: fix delayed error detection on HyperFlash

[PATCH v3 00/40] Introduce the generic ECC engine abstraction
 2019-10-12 10:58 UTC  (25+ messages)
` [PATCH v3 01/40] mtd: rawnand: Avoid a typedef
` [PATCH v3 02/40] mtd: rawnand: Add an invalid ECC mode to discriminate with valid ones
` [PATCH v3 03/40] mtd: rawnand: Create a new enumeration to describe OOB placement
` [PATCH v3 04/40] mtd: rawnand: Separate the ECC engine type and the "
` [PATCH v3 05/40] mtd: rawnand: Create a new enumeration to describe properly ECC types
` [PATCH v3 06/40] mtd: rawnand: Use the new ECC engine type enumeration
` [PATCH v3 07/40] mtd: rawnand: Drop the legacy ECC "
` [PATCH v3 12/40] mtd: nand: Rename a core structure
` [PATCH v3 13/40] mtd: nand: Add more parameters to the nand_ecc_props structure
` [PATCH v3 16/40] mtd: Fix typo in mtd_ooblayout_set_databytes() description

[PATCH 00/16] mtd: spi-nor: aspeed: AST2600 support and extensions
 2019-10-11 14:37 UTC  (33+ messages)
` [PATCH 01/16] mtd: spi-nor: aspeed: Use command mode for reads
` [PATCH 02/16] mtd: spi-nor: aspeed: Add support for SPI dual IO read mode
` [PATCH 03/16] mtd: spi-nor: aspeed: Link controller with the ahb clock
` [PATCH 04/16] mtd: spi-nor: aspeed: Add read training
` [PATCH 05/16] mtd: spi-nor: aspeed: Limit the maximum SPI frequency
` [PATCH 06/16] mtd: spi-nor: fix options for mx66l51235f
` [PATCH 07/16] mtd: spi-nor: aspeed: Add support for the 4B opcodes
` [PATCH 08/16] mtd: spi-nor: Add support for w25q512jv
` [PATCH 09/16] mtd: spi-nor: aspeed: Introduce a field for the AHB physical address
` [PATCH 10/16] mtd: spi-nor: aspeed: Introduce segment operations
` [PATCH 11/16] dt-bindings: mtd: aspeed-smc: Add new comptatible for AST2600
` [PATCH 12/16] mtd: spi-nor: aspeed: Add initial support for the AST2600
` [PATCH 13/16] mtd: spi-nor: aspeed: Check for disabled segments on "
` [PATCH 14/16] mtd: spi-nor: aspeed: Introduce training operations per platform
  ` [PATCH 15/16] mtd: spi-nor: aspeed: Introduce a HCLK mask for training
  ` [PATCH 16/16] mtd: spi-nor: aspeed: Add read training support for the AST2600

[PATCH v3] mtd: maps: l440gx: Avoid printing address to dmesg
 2019-10-10 13:58 UTC 

[PATCH v2] mtd: maps: l440gx: Avoid printing address to dmesg
 2019-10-10 13:31 UTC  (2+ messages)

[PATCH] mtd: maps: l440gx: Avoid print address to dmesg
 2019-10-10  8:26 UTC  (2+ messages)

[PATCH v2 00/22] mtd: spi-nor: Quad Enable and (un)lock methods
 2019-10-10  7:33 UTC  (43+ messages)
` [PATCH v2 01/22] mtd: spi-nor: hisi-sfc: Drop nor->erase NULL assignment
` [PATCH v2 02/22] mtd: spi-nor: Introduce 'struct spi_nor_controller_ops'
` [PATCH v2 03/22] mtd: spi-nor: cadence-quadspi: Fix cqspi_command_read() definition
` [PATCH v2 04/22] mtd: spi-nor: Rename nor->params to nor->flash
` [PATCH v2 05/22] mtd: spi-nor: Rework read_sr()
` [PATCH v2 06/22] mtd: spi-nor: Rework read_fsr()
` [PATCH v2 07/22] mtd: spi-nor: Rework read_cr()
` [PATCH v2 08/22] mtd: spi-nor: Rework write_enable/disable()
` [PATCH v2 09/22] mtd: spi-nor: Fix retlen handling in sst_write()
` [PATCH v2 10/22] mtd: spi-nor: Rework write_sr()
        ` [PATCH] mtd: spi-nor: Fix direction of the write_sr() transfer
` [PATCH v2 11/22] mtd: spi-nor: Rework spi_nor_read/write_sr2()
` [PATCH v2 13/22] mtd: spi-nor: Void return type for spi_nor_clear_sr/fsr()
` [PATCH v2 14/22] mtd: spi-nor: Drop duplicated new line
` [PATCH v2 15/22] mtd: spi-nor: Drop spansion_quad_enable()
` [PATCH v2 16/22] mtd: spi-nor: Fix errno on quad_enable methods
` [PATCH v2 17/22] mtd: spi-nor: Check all the bits written, not just the BP ones
` [PATCH v2 18/22] mtd: spi-nor: Fix clearing of QE bit on lock()/unlock()
` [PATCH v2 19/22] mtd: spi-nor: Rework macronix_quad_enable()
` [PATCH v2 20/22] mtd: spi-nor: Rework spansion(_no)_read_cr_quad_enable()
` [PATCH v2 21/22] mtd: spi-nor: Update sr2_bit7_quad_enable()
` [PATCH v2 22/22] mtd: spi-nor: Rework the disabling of block write protection

[PATCH] fscrypt: invoke crypto API for ESSIV handling
 2019-10-10  5:52 UTC  (2+ messages)

[PATCH v6 30/57] mtd: Remove dev_err() usage after platform_get_irq()
 2019-10-08 17:25 UTC  (2+ messages)

[PATCH 1/2] mtd: spear_smi: remove set but not used variable 'flash_info'
 2019-10-08 17:25 UTC  (2+ messages)

[PATCH] mtd: Initialize all parameters of mtd_oob_ops
 2019-10-08 17:25 UTC  (2+ messages)

[PATCH] mtd: Remove myself from MAINTAINERS
 2019-10-08 17:25 UTC  (2+ messages)

[PATCH v2] mtd: st_spi_fsm: remove unused field from struct stfsm
 2019-10-08 17:25 UTC  (2+ messages)

[PATCH 1/2] mtd: add DT bindings for the Intel IXP4xx Flash
 2019-10-08 15:55 UTC  (3+ messages)
` [PATCH 2/2] mtd: physmap_of: add a hook for Intel IXP4xx flash probing

[PATCH RFC 1/3] mtd: rawnand: Add support manufacturer postponed initialization
 2019-10-08 15:02 UTC  (10+ messages)
` [PATCH RFC 2/3] mtd: rawnand: Add support Macronix Block Protection function
` [PATCH RFC 3/3] mtd: rawnand: Add support Macronix power down mode

[PATCH] mtd: blkdevs: protect tr->devs list by mtd_table_mutex
 2019-10-08 13:12 UTC  (2+ messages)

Regression: dmaengine: imx28 with emmc
 2019-10-08  8:03 UTC 

[PATCH] mtd: onenand: prevent memory leak in onenand_scan
 2019-10-07  8:54 UTC  (8+ messages)
    ` [PATCH v2] "

[RESEND TRIVIAL 1/3] treewide: drivers: Fix Kconfig indentation
 2019-10-07  8:26 UTC  (4+ messages)
` [RESEND TRIVIAL 2/3] treewide: "
` [RESEND TRIVIAL 3/3] treewide: arch: "

[PATCH 0/2] ubihealthd: Fix options
 2019-10-07  8:15 UTC  (5+ messages)
` [PATCH 1/2] ubihealthd: Add missing sentinel in options array
` [PATCH 2/2] ubihealthd: Add option -h/--help

[PATCH] mtd: spi-nor: add support for en25qh16
 2019-10-06 17:14 UTC 

How the bad blocks occured in despite MTD manages the bad blocks
 2019-10-05 21:56 UTC  (10+ messages)

[PATCH] mtd: rawnand: au1550nd: Fix au_read_buf16() prototype
 2019-10-04 18:42 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/2] mtd: nand: brcmnand: Add support for flash-dma v0
 2019-10-04 16:04 UTC  (8+ messages)
` [PATCH 2/2] mtd: rawnand: use bounce buffer when vmalloced data buf detected

[v8 0/2] mtd: rawnand: Add Cadence NAND controller driver
 2019-10-04 16:04 UTC  (5+ messages)
` [v8 1/2] mtd: rawnand: Add new Cadence NAND driver to MTD subsystem
` [v8 2/2] dt-bindings: mtd: Add Cadence NAND controller driver

[v2] mtd: rawnand: Change calculating of position page containing BBM
 2019-10-04 16:04 UTC  (2+ messages)

[PATCH] mtd: cfi_cmdset_*: kill useless 'ret' variable initializers
 2019-10-03 20:27 UTC 

[PATCH 4.14 009/185] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()
 2019-10-03 15:51 UTC 

[PATCH 4.9 006/129] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()
 2019-10-03 15:52 UTC 

[PATCH 4.4 06/99] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()
 2019-10-03 15:52 UTC 

return value of ubinize
 2019-10-02  6:52 UTC  (2+ messages)

[PATCH v9 0/2] mtd: spi-nor: add support for is25wp256 spi-nor flash
 2019-09-30 13:34 UTC  (2+ messages)

[PATCH 1/1] ubi: Allow ubiblock devices nodes to be created by volume name instead of volume ID
 2019-09-29 17:40 UTC  (9+ messages)

[PATCH 5.3 15/25] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()
 2019-09-29 13:56 UTC 

[PATCH 5.2 18/45] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()
 2019-09-29 13:55 UTC 

[PATCH 4.19 12/63] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()
 2019-09-29 13:53 UTC 

mtdpart add/del usage
 2019-09-28 22:48 UTC  (5+ messages)

[PATCH v2] mtd: cfi_util: use DIV_ROUND_UP() in cfi_udelay()
 2019-09-27 20:22 UTC 

[PATCH 0/2] Untangle Spansion S25F{L|S}512S chip IDs
 2019-09-27 20:15 UTC  (7+ messages)
` [PATCH] mtd: cfi_util: use DIV_ROUND_UP() in cfi_udelay()

[PATCH] jffs2: Fix mounting under new mount API
 2019-09-27  8:38 UTC  (3+ messages)

mtd raw nand denali.c broken for Intel/Altera Cyclone V
 2019-09-26 17:47 UTC  (5+ messages)

[PATCH] ubi-utils: Implement a ubihealthd
 2019-09-26 14:00 UTC  (4+ messages)

[PATCH] mtd: spi-nor: add Winbond 1.8v SPI NOR Flash ID
 2019-09-26  9:28 UTC 

[v7 1/2] mtd: rawnand: Add new Cadence NAND driver to MTD subsystem (fwd)
 2019-09-25 16:58 UTC  (2+ messages)

[v8 0/2] mtd: rawnand: Add Cadence NAND controller driver
 2019-09-25 16:46 UTC  (2+ messages)

[PATCH] mtd: change perm of module param phram to writable
 2019-09-24  8: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).