linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-03 19:06:55 to 2020-05-07 12:20:50 UTC [more...]

[PATCH v2 0/3] Fix proposal for the Micron shallow erase issue
 2020-05-07 12:20 UTC  (25+ messages)
` [PATCH v2 3/3] mtd: rawnand: micron: Address the "
        ` [EXT] "
  ` [EXT] "

[PATCH v5 00/13] Supporting restricted NAND controllers
 2020-05-07 12:12 UTC  (16+ messages)
` [PATCH v5 01/13] mtd: rawnand: Translate obscure bitfields into readable macros
` [PATCH v5 02/13] mtd: rawnand: Reorder the nand_chip->options flags
` [PATCH v5 03/13] mtd: rawnand: Rename a NAND chip option
` [PATCH v5 04/13] mtd: rawnand: Fix comments about the use of bufpoi
` [PATCH v5 05/13] mtd: rawnand: Rename the use_bufpoi variables
` [PATCH v5 06/13] mtd: rawnand: Avoid indirect access to ->data_buf()
` [PATCH v5 07/13] mtd: rawnand: Add a helper to check supported operations
` [PATCH v5 08/13] mtd: rawnand: Give the possibility to verify a read operation is supported
` [PATCH v5 09/13] mtd: rawnand: onfi: Adapt the parameter page read to constraint controllers
` [PATCH v5 10/13] mtd: rawnand: jedec: "
` [PATCH v5 11/13] mtd: rawnand: Expose monolithic read/write_page_raw() helpers
` [PATCH v5 12/13] mtd: rawnand: Allow controllers to overload soft ECC hooks
` [PATCH v5 13/13] mtd: rawnand: micron: Allow controllers to overload raw accessors

[PATCH v3 0/8] New Arasan NAND controller driver
 2020-05-07 12:11 UTC  (15+ messages)
` [PATCH v3 1/8] lib/bch: Rework a little bit the exported function names
` [PATCH v3 2/8] lib/bch: Allow easy bit swapping
` [PATCH v3 3/8] mtd: rawnand: Ensure the number of bitflips is consistent
` [PATCH v3 4/8] mtd: rawnand: Add nand_extract_bits()
` [PATCH v3 5/8] MAINTAINERS: Add Arasan NAND controller and bindings
` [PATCH v3 6/8] dt-bindings: mtd: Document ARASAN NAND bindings
` [PATCH v3 7/8] mtd: rawnand: arasan: Add new Arasan NAND controller
` [PATCH v3 8/8] mtd: rawnand: arasan: Support the hardware BCH ECC engine

[PATCH] mtd: lpddr: fix excessive stack usage with clang
 2020-05-07 10:21 UTC  (3+ messages)

[PATCH v4] mtd: clear cache_state to avoid writing to bad blocks repeatedly
 2020-05-07  7:53 UTC  (2+ messages)
` ping; "

[PATCH v5 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-05-07  6:48 UTC  (10+ messages)
` [PATCH v5 1/2] dt-bindings: mtd: Add YAML for Nand Flash Controller support
` [PATCH v5 2/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC

[PATCH v2 00/19] mtd: rawnand: cafe: Convert to exec_op() (and more)
 2020-05-06 21:35 UTC  (25+ messages)
` [PATCH v2 01/19] mtd: rawnand: Propage CS selection to sub operations
` [PATCH v2 02/19] mtd: rawnand: cafe: Get rid of an inaccurate kernel doc header
` [PATCH v2 03/19] mtd: rawnand: cafe: Rename cafe_nand_write_page_lowlevel()
` [PATCH v2 04/19] mtd: rawnand: cafe: Use a correct ECC mode and pass the ECC alg
` [PATCH v2 05/19] mtd: rawnand: cafe: Include linux/io.h instead of asm/io.h
` [PATCH v2 06/19] mtd: rawnand: cafe: Demistify register fields
` [PATCH v2 07/19] mtd: rawnand: cafe: Factor out the controller initialization logic
` [PATCH v2 08/19] mtd: rawnand: cafe: Get rid of the debug module param
` [PATCH v2 09/19] mtd: rawnand: cafe: Use devm_kzalloc and devm_request_irq()
` [PATCH v2 10/19] mtd: rawnand: cafe: Get rid of a useless label
` [PATCH v2 11/19] mtd: rawnand: cafe: Explicitly inherit from nand_controller
` [PATCH v2 12/19] mtd: rawnand: cafe: Don't leave ECC enabled in the write path
` [PATCH v2 13/19] mtd: rawnand: cafe: Don't split things when reading/writing a page
` [PATCH v2 14/19] mtd: rawnand: cafe: Add exec_op() support
` [PATCH v2 15/19] mtd: rawnand: cafe: Get rid of the legacy interface implementation
` [PATCH v2 16/19] mtd: rawnand: cafe: Adjust the cafe_{read, write}_buf() prototypes
` [PATCH v2 17/19] mtd: rawnand: cafe: s/uint{8,16,32}_t/u{8,16,32}/
` [PATCH v2 18/19] mtd: rawnand: cafe: Drop the cafe_{readl, writel}() wrappers
` [PATCH v2 19/19] mtd: rawnand: cafe: Get rid of the last printk()

[RFC PATCH 0/3] Fix proposal for the Micron shallow erase issue
 2020-05-06 15:36 UTC  (11+ messages)
              ` [EXT] "

[PATCH v2 0/5] mtd: spi-nor: Add support for Octal 8D-8D-8D mode
 2020-05-06  9:40 UTC  (11+ messages)

[PATCH v3 00/10] add STM32 FMC2 EBI controller driver
 2020-05-06  9:16 UTC  (13+ messages)
` [PATCH v3 01/10] mtd: rawnand: stm32_fmc2: manage all errors cases at probe time
` [PATCH v3 02/10] mtd: rawnand: stm32_fmc2: remove useless inline comments
` [PATCH v3 03/10] mtd: rawnand: stm32_fmc2: use FMC2_TIMEOUT_MS for timeouts
` [PATCH v3 04/10] mtd: rawnand: stm32_fmc2: cleanup
` [PATCH v3 05/10] mtd: rawnand: stm32_fmc2: use FIELD_PREP/FIELD_GET macros
` [PATCH v3 06/10] dt-bindings: mtd: update STM32 FMC2 NAND controller documentation
` [PATCH v3 07/10] dt-bindings: memory-controller: add STM32 FMC2 EBI "
` [PATCH v3 08/10] memory: stm32-fmc2-ebi: add STM32 FMC2 EBI controller driver
` [PATCH v3 09/10] mtd: rawnand: stm32_fmc2: use regmap APIs
` [PATCH v3 10/10] mtd: rawnand: stm32_fmc2: get resources from parent node

[PATCH v4 00/10] add STM32 FMC2 EBI controller driver
 2020-05-06  9:11 UTC  (11+ messages)
` [PATCH v4 01/10] mtd: rawnand: stm32_fmc2: manage all errors cases at probe time
` [PATCH v4 02/10] mtd: rawnand: stm32_fmc2: remove useless inline comments
` [PATCH v4 03/10] mtd: rawnand: stm32_fmc2: use FMC2_TIMEOUT_MS for timeouts
` [PATCH v4 04/10] mtd: rawnand: stm32_fmc2: cleanup
` [PATCH v4 05/10] mtd: rawnand: stm32_fmc2: use FIELD_PREP/FIELD_GET macros
` [PATCH v4 06/10] dt-bindings: mtd: update STM32 FMC2 NAND controller documentation
` [PATCH v4 07/10] dt-bindings: memory-controller: add STM32 FMC2 EBI "
` [PATCH v4 08/10] memory: stm32-fmc2-ebi: add STM32 FMC2 EBI controller driver
` [PATCH v4 09/10] mtd: rawnand: stm32_fmc2: use regmap APIs
` [PATCH v4 10/10] mtd: rawnand: stm32_fmc2: get resources from parent node

[PATCH 1/2] riscv: defconfig: enable spi nor on Hifive Unleashed A00 board
 2020-05-06  7:26 UTC  (7+ messages)

We bieden financiering tegen een laag tarief
 2020-05-06  0:24 UTC 

[PATCH] nand: brcmnand: correctly verify erased pages
 2020-05-05  8:20 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v4 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-05-05  7:17 UTC  (26+ messages)
` [PATCH v4 2/2] "

[Patch] mtd: set master partition panic write flag
 2020-05-04 23:54 UTC 

[PATCH 0/5] mtd: rawnand: davinci: Convert to exec_op()
 2020-05-04 20:06 UTC  (3+ messages)

[PATCH 1/2] nand: brcmnand: improve hamming oob layout
 2020-05-04 18:59 UTC  (4+ messages)
` [PATCH 2/2] nand: brcmnand: fix BBI in "
` [PATCH v2 1/2] nand: brcmnand: improve "
  ` [PATCH v2 2/2] nand: brcmnand: fix "

[PATCH] mtd: set mtd partition panic write flag
 2020-05-04 17:29 UTC  (9+ messages)

[PATCH v4 00/13] Supporting restricted NAND controllers
 2020-05-04 10:39 UTC  (18+ messages)
` [PATCH v4 01/13] mtd: rawnand: Translate obscure bitfields into readable macros
` [PATCH v4 02/13] mtd: rawnand: Reorder the nand_chip->options flags
` [PATCH v4 03/13] mtd: rawnand: Rename a NAND chip option
` [PATCH v4 04/13] mtd: rawnand: Fix comments about the use of bufpoi
` [PATCH v4 05/13] mtd: rawnand: Rename the use_bufpoi variables
` [PATCH v4 06/13] mtd: rawnand: Avoid indirect access to ->data_buf()
` [PATCH v4 07/13] mtd: rawnand: Add a helper to check supported operations
` [PATCH v4 08/13] mtd: rawnand: Give the possibility to verify a read operation is supported
` [PATCH v4 09/13] mtd: rawnand: onfi: Adapt the parameter page read to constraint controllers
` [PATCH v4 10/13] mtd: rawnand: jedec: "
` [PATCH v4 11/13] mtd: rawnand: Expose monolithic read/write_page_raw() helpers
` [PATCH v4 12/13] mtd: rawnand: Allow controllers to overload soft ECC hooks
` [PATCH v4 13/13] mtd: rawnand: micron: Allow controllers to overload raw accessors

[PATCH] nand: raw: use write_oob_raw for MTD_OPS_AUTO_OOB mode
 2020-05-04 10:32 UTC  (2+ messages)

[PATCH v3 00/13] Supporting restricted NAND controllers
 2020-05-04  9:01 UTC  (20+ messages)
` [PATCH v3 01/13] mtd: rawnand: Translate obscure bitfields into readable macros
` [PATCH v3 02/13] mtd: rawnand: Reorder the nand_chip->options flags
` [PATCH v3 03/13] mtd: rawnand: Rename a NAND chip option
` [PATCH v3 04/13] mtd: rawnand: Fix comments about the use of bufpoi
` [PATCH v3 05/13] mtd: rawnand: Rename the use_bufpoi variables
` [PATCH v3 06/13] mtd: rawnand: Avoid indirect access to ->data_buf()
` [PATCH v3 07/13] mtd: rawnand: Add a helper to check supported operations
` [PATCH v3 08/13] mtd: rawnand: Give the possibility to verify a read operation is supported
` [PATCH v3 09/13] mtd: rawnand: onfi: Adapt the parameter page read to constraint controllers
` [PATCH v3 10/13] mtd: rawnand: jedec: "
` [PATCH v3 11/13] mtd: rawnand: Expose monolithic read/write_page_raw() helpers
` [PATCH v3 12/13] mtd: rawnand: Allow controllers to overload soft ECC hooks
` [PATCH v3 13/13] mtd: rawnand: micron: Allow controllers to overload raw accessors

[PATCH] mtd: Fix mtd not registered due to nvmem name collision
 2020-05-04  8:43 UTC  (2+ messages)

[PATCH v2 00/11] Supporting restricted NAND controllers
 2020-05-04  8:16 UTC  (9+ messages)
` [PATCH v2 07/11] mtd: rawnand: onfi: Adapt the parameter page read to constraint controllers
` [PATCH v2 08/11] mtd: rawnand: jedec: "

[PATCH] ubifs: fix wrong use of crypto_shash_descsize()
 2020-05-04  7:16 UTC  (2+ messages)

[PATCH 13/17] mtd: rawnand: cafe: Add exec_op() support
 2020-05-03 19:49 UTC  (6+ 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).