linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-29 11:17:58 to 2020-06-08 16:07:27 UTC [more...]

[PATCH 0/2] mtd: parsers: bcm63xx: simplify CFE detection
 2020-06-08 16:06 UTC  (4+ messages)
` [PATCH 1/2] MIPS: BCM63xx: add helper function to detect CFE
` [PATCH 2/2] mtd: parsers: bcm63xx: simplify CFE detection
` [PATCH v2] "

[PATCH] mtd: raw: qcom_nand: Fix register write error
 2020-06-08 12:37 UTC  (2+ messages)

[PATCH] nand: raw: use write_oob_raw for MTD_OPS_AUTO_OOB mode
 2020-06-05 17:09 UTC  (7+ messages)

[PATCH] mtd: rawnand: brcmnand: force raw OOB writes
 2020-06-05 17:07 UTC 

[PATCH v4 0/7] mtd: spi-nor: add xSPI Octal DTR support
 2020-06-05  7:47 UTC  (10+ messages)
` [PATCH v4 1/7] mtd: spi-nor: sfdp: get octal mode maximum speed from BFPT
` [PATCH v4 7/7] mtd: spi-nor: macronix: Add Octal 8D-8D-8D supports for Macronix mx25uw51245g

[PATCH v10 00/20] Introduction of the generic ECC framework
 2020-06-05  7:18 UTC  (24+ messages)
` [PATCH v10 01/20] mtd: rawnand: Add a kernel doc to the ECC algorithm enumeration
` [PATCH v10 02/20] mtd: rawnand: Rename the ECC algorithm enumeration items
` [PATCH v10 03/20] mtd: rawnand: Move the nand_ecc_algo enum to the generic NAND layer
` [PATCH v10 04/20] mtd: nand: Add a NAND page I/O request type
` [PATCH v10 05/20] dt-bindings: mtd: Document nand-ecc-placement
` [PATCH v10 06/20] dt-bindings: mtd: Document nand-ecc-engine
` [PATCH v10 07/20] dt-bindings: mtd: Document boolean NAND ECC properties
` [PATCH v10 08/20] mtd: nand: Introduce the ECC engine framework
` [PATCH v10 09/20] mtd: rawnand: Separate the ECC engine type and the ECC byte placement
` [PATCH v10 10/20] mtd: rawnand: Use the new ECC engine type enumeration
` [PATCH v10 11/20] mtd: nand: Create a helper to extract the ECC configuration
` [PATCH v10 12/20] mtd: spinand: Use nanddev_get_ecc_conf() when relevant
` [PATCH v10 13/20] mtd: nand: Create helpers to set/extract the ECC requirements
` [PATCH v10 14/20] mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevant
` [PATCH v10 15/20] mtd: nand: Use the new generic ECC object
` [PATCH v10 16/20] mtd: rawnand: Make use of the ECC framework
` [PATCH v10 17/20] mtd: rawnand: Use the ECC framework OOB layouts
` [PATCH v10 18/20] mtd: rawnand: Use the ECC framework nand_ecc_is_strong_enough() helper
` [PATCH v10 19/20] mtd: rawnand: Use the ECC framework user input parsing bits
` [PATCH v10 20/20] mtd: rawnand: Use the NAND framework user_conf object for ECC flags

[PATCH 0/3] mtd: rawnand: gpio: Convert to exec_op()
 2020-06-03 15:13 UTC  (5+ messages)
` [PATCH 1/3] mtd: rawnand: gpio: Inherit from nand_controller
` [PATCH 2/3] mtd: rawnand: gpio: Implement exec_op()
` [PATCH 3/3] mtd: rawnand: gpio: Get rid of the legacy interface implementation

[PATCH] mtd: rawnand: tango: Convert the driver to exec_op()
 2020-06-03 14:23 UTC  (2+ messages)

[PATCH] mtd: rawnand: mtk: Convert the driver to exec_op()
 2020-06-03 14:23 UTC  (2+ messages)

[PATCH v2 0/8] mtd: rawnand: bcm47xx: Convert to exec_op() (and more)
 2020-06-03 14:22 UTC  (2+ messages)

[PATCH 00/10] mtd: rawnand: fsl_upm: Convert to exec_op() (and more)
 2020-06-03 14:08 UTC  (22+ messages)
` [PATCH 01/10] mtd: rawnand: fsl_upm: Remove unused mtd var
` [PATCH 02/10] mtd: rawnand: fsl_upm: Get rid of the unused fsl_upm_nand.parts field
` [PATCH 03/10] mtd: rawnand: fsl_upm: Allocate the fsl_upm_nand object using devm_kzalloc()
` [PATCH 04/10] mtd: rawnand: fsl_upm: Use devm_kasprintf() to allocate the MTD name
` [PATCH 05/10] mtd: rawnand: fsl_upm: Use platform_get_resource() + devm_ioremap_resource()
` [PATCH 06/10] mtd: rawnand: fsl_upm: Use gpio descriptors
` [PATCH 07/10] mtd: rawnand: fsl_upm: Inherit from nand_controller
` [PATCH 08/10] mtd: rawnand: fsl_upm: Implement exec_op()
` [PATCH 09/10] mtd: rawnand: fsl_upm: Get rid of the legacy interface implementation
` [PATCH 10/10] dt-bindings: mtd: fsl-upm-nand: Deprecate chip-delay and fsl, upm-wait-flags
  ` [PATCH 10/10] dt-bindings: mtd: fsl-upm-nand: Deprecate chip-delay and fsl,upm-wait-flags

[PATCH v9 0/9] Preparation to the generic ECC engine abstraction
 2020-06-03 13:05 UTC  (22+ messages)
` [PATCH v9 1/9] mtd: nand: Create a helper to extract the ECC configuration
` [PATCH v9 2/9] mtd: spinand: Use nanddev_get_ecc_conf() when relevant
` [PATCH v9 3/9] mtd: nand: Create a helper to extract the ECC requirements
` [PATCH v9 4/9] mtd: rawnand: Use nanddev_get_ecc_requirements() when relevant
` [PATCH v9 5/9] mtd: nand: Convert generic NAND bits to use the ECC framework
` [PATCH v9 6/9] mtd: rawnand: Hide the generic OOB layout objects behind helpers
` [PATCH v9 7/9] mtd: rawnand: Write a compatibility layer
` [PATCH v9 8/9] mtd: rawnand: Move generic OOB layouts to the ECC framework
` [PATCH v9 9/9] mtd: rawnand: Move the user input parsing bits "

[GIT PULL] CFI and HyperFlash changes for v5.8-rc1
 2020-06-03  7:22 UTC  (2+ messages)

[PATCH] jffs2: fix nothing output for "ls" command
 2020-06-03  7:18 UTC  (2+ messages)

[PATCH v2] jffs2: fix jffs2 mounting failure
 2020-06-03  7:03 UTC  (2+ messages)

[PATCH] jffs2: GC deadlock reading a page that is used in jffs2_write_begin()
 2020-06-02 21:00 UTC  (5+ messages)

[PATCH 2/2] mtd: spi-nor: intel-spi: fix forced writable option
 2020-06-02 16:36 UTC  (4+ messages)

[PATCH] mtd: mtdconcat: map through panic write handler
 2020-06-02 14:34 UTC 

[PATCH v6 0/5] Micron SLC NAND filling block
 2020-06-02 11:53 UTC  (7+ messages)

[PATCH v2] ubi: fastmap: Don't produce the initial anchor PEB when fastmap is disabled
 2020-06-02 11:24 UTC 

[PATCH] ubi: fastmap: Don't produce the initial anchor PEB when fastmap is disabled
 2020-06-02 11:11 UTC  (3+ messages)

[PATCH] block: Flag elevators suitable for single queue
 2020-06-02  6:46 UTC  (8+ messages)

[GIT PULL] fscrypt updates for 5.8
 2020-06-01 19:35 UTC  (2+ messages)

[PATCH v2 0/2] Add Renesas RPC-IF support
 2020-06-01 19:18 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: memory: document Renesas RPC-IF bindings

[GIT PULL] mtd: nand: Changes for 5.8
 2020-06-01 18:42 UTC  (2+ messages)

[GIT PULL] mtd: spi-nor: Changes for 5.8
 2020-06-01 18:41 UTC  (2+ messages)

[PATCH v11 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-06-01 15:38 UTC  (4+ messages)
` [PATCH v11 1/2] dt-bindings: mtd: Add Nand Flash Controller support for "
` [PATCH v11 2/2] mtd: rawnand: Add NAND controller support on "

[PATCH 1/2] ubifs: Fix potential memory leaks while iterating entries
 2020-06-01 14:09 UTC  (4+ messages)
  ` [1/2] "

[PATCH] ubi: check kthread_should_stop() after the setting of task state
 2020-06-01  9:12 UTC 

[PATCH 1/2] ubifs: xattr: Fix some potential memory leaks while iterating entries
 2020-06-01  9:10 UTC  (2+ messages)
` [PATCH 2/2] ubifs: dent: "

[PATCH v9 00/19] mtd: spi-nor: add xSPI Octal DTR support
 2020-06-01  8:58 UTC  (8+ messages)
` [PATCH v9 06/19] mtd: spi-nor: sfdp: default to addr_width of 3 for configurable widths
` [PATCH v9 07/19] mtd: spi-nor: sfdp: prepare BFPT parsing for JESD216 rev D
` [PATCH v9 13/19] mtd: spi-nor: sfdp: do not make invalid quad enable fatal

[PATCH v3 0/8] mtd: spi-nor: Move cadence-qaudspi to spi-mem framework
 2020-06-01  7:07 UTC  (14+ messages)
` [PATCH v3 1/8] mtd: spi-nor: cadence-quadspi: Make driver independent of flash geometry
` [PATCH v3 2/8] mtd: spi-nor: cadence-quadspi: Provide a way to disable DAC mode
` [PATCH v3 3/8] mtd: spi-nor: cadence-quadspi: Don't initialize rx_dma_complete on failure
` [PATCH v3 4/8] mtd: spi-nor: cadence-quadspi: Fix error path on failure to acquire reset lines
` [PATCH v3 5/8] mtd: spi-nor: cadence-quadspi: Handle probe deferral while requesting DMA channel
` [PATCH v3 6/8] mtd: spi-nor: cadence-quadspi: Drop redundant WREN in erase path
` [PATCH v3 7/8] mtd: spi-nor: Convert cadence-quadspi to use spi-mem framework
` [PATCH v3 8/8] spi: Move cadence-quadspi driver to drivers/spi/

[RESEND PATCH v3 0/8] mtd: spi-nor: Move cadence-qaudspi to spi-mem framework
 2020-06-01  7:04 UTC  (9+ messages)
` [RESEND PATCH v3 1/8] mtd: spi-nor: cadence-quadspi: Make driver independent of flash geometry
` [RESEND PATCH v3 2/8] mtd: spi-nor: cadence-quadspi: Provide a way to disable DAC mode
` [RESEND PATCH v3 3/8] mtd: spi-nor: cadence-quadspi: Don't initialize rx_dma_complete on failure
` [RESEND PATCH v3 4/8] mtd: spi-nor: cadence-quadspi: Fix error path on failure to acquire reset lines
` [RESEND PATCH v3 5/8] mtd: spi-nor: cadence-quadspi: Handle probe deferral while requesting DMA channel
` [RESEND PATCH v3 6/8] mtd: spi-nor: cadence-quadspi: Drop redundant WREN in erase path
` [RESEND PATCH v3 7/8] mtd: spi-nor: Convert cadence-quadspi to use spi-mem framework
` [RESEND PATCH v3 8/8] spi: Move cadence-quadspi driver to drivers/spi/

[PATCH v2 0/6] mtd: spi-nor: Move cadence-qaudspi to spi-mem framework
 2020-06-01  4:56 UTC  (6+ messages)
` [PATCH v2 5/6] mtd: spi-nor: Convert cadence-quadspi to use "
` [PATCH v2 6/6] spi: Move cadence-quadspi driver to drivers/spi/

[PATCH] mtd: spi-nor: sfdp: add/use local variable in spi_nor_parse_bfpt()
 2020-05-31  6:05 UTC  (2+ messages)

[PATCH] mtd: spi-nor: fix 4-byte opcode support for w25q256
 2020-05-31  6:05 UTC  (2+ messages)

[PATCH v2 1/3] dt-bindings: pinctrl: Convert ingenic, pinctrl.txt to YAML
 2020-05-30 11:04 UTC  (3+ messages)

[PATCH v10 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-05-30  0:18 UTC  (4+ messages)
` [PATCH v10 1/2] dt-bindings: mtd: Add Nand Flash Controller support for "

[PATCH v7 00/20] Introduce the generic ECC engine abstraction
 2020-05-29 22:21 UTC  (3+ messages)
` [PATCH v7 01/20] dt-bindings: mtd: Document nand-ecc-placement

[PATCH v8 0/5] Preparation to the generic ECC engine abstraction
 2020-05-29 13:16 UTC  (6+ messages)
` [PATCH v8 1/5] mtd: nand: Convert generic NAND bits to use the ECC framework
` [PATCH v8 2/5] mtd: rawnand: Hide the generic OOB layout objects behind helpers
` [PATCH v8 3/5] mtd: rawnand: Write a compatibility layer
` [PATCH v8 4/5] mtd: rawnand: Move generic OOB layouts to the ECC framework
` [PATCH v8 5/5] mtd: rawnand: Move the user input parsing bits "

[PATCH v7 00/28] Allow vendor drivers to propose their own timings
 2020-05-29 11:52 UTC  (30+ messages)
` [PATCH v7 13/28] mtd: rawnand: timings: Provide onfi_fill_data_interface() with a data interface
` [PATCH v7 14/28] mtd: rawnand: timings: onfi_fill_data_interface timing mode is unsigned
` [PATCH v7 15/28] mtd: rawnand: timings: Add a helper to find the closest ONFI mode
` [PATCH v7 16/28] mtd: rawnand: timings: Avoid redefining tR_max and tCCS_min
` [PATCH v7 17/28] mtd: rawnand: timings: Use default values for tPROG_max and tBERS_max
` [PATCH v7 18/28] mtd: rawnand: Hide the chip->data_interface indirection
` [PATCH v7 19/28] mtd: rawnand: s/data_interface/interface_config/
` [PATCH v7 20/28] mtd: rawnand: timings: Make onfi_fill_interface_config() a void helper
` [PATCH v7 21/28] mtd: rawnand: Introduce nand_choose_best_sdr_timings()
` [PATCH v7 22/28] mtd: rawnand: Add the ->choose_interface_config() hook
` [PATCH v7 23/28] mtd: rawnand: toshiba: Implement ->choose_interface_config() for TC58TEG5DCLTA00
` [PATCH v7 24/28] mtd: rawnand: toshiba: Implement ->choose_interface_config() for TC58NVG0S3E
` [PATCH v7 25/28] mtd: rawnand: hynix: Implement ->choose_interface_config() for H27UCG8T2ATR-BC
` [PATCH v7 26/28] mtd: rawnand: toshiba: Choose the interface configuration for TH58NVG2S3HBAI4
` [PATCH v7 27/28] mtd: rawnand: Get rid of the default ONFI timing mode
` [PATCH v7 28/28] mtd: rawnand: Allocate the interface configurations dynamically


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