public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2021-12-09 09:08:14 to 2021-12-16 20:23:47 UTC [more...]

[PATCH v4 0/4] Renesas RZ/N1 NAND controller support
 2021-12-16 20:23 UTC  (14+ messages)
  ` [PATCH v4 1/4] dt-bindings: mtd: rzn1: Describe Renesas RZ/N1 NAND controller
  ` [PATCH v4 2/4] mtd: rawnand: rzn1: Add new NAND controller driver
  ` [PATCH v4 3/4] MAINTAINERS: Add an entry for Renesas RZ/N1 NAND controller
  ` [PATCH v4 4/4] ARM: dts: r9a06g032: Describe "

[PATCH v6 00/28] External ECC engines & Macronix support
 2021-12-16 20:14 UTC  (36+ messages)
` [PATCH v6 01/28] dt-bindings: mtd: nand-controller: Fix the reg property description
` [PATCH v6 02/28] dt-bindings: mtd: nand-controller: Fix a comment in the examples
` [PATCH v6 03/28] dt-bindings: mtd: nand-controller: Harmonize the property types
` [PATCH v6 04/28] dt-bindings: mtd: nand-chip: Create a NAND chip description
` [PATCH v6 05/28] dt-bindings: mtd: spi-nand: Convert spi-nand description file to yaml
` [PATCH v6 06/28] dt-bindings: vendor-prefixes: Clarify Macronix prefix
` [PATCH v6 07/28] dt-bindings: spi: mxic: The interrupt property is not mandatory
` [PATCH v6 08/28] dt-bindings: spi: mxic: Convert to yaml
` [PATCH v6 09/28] dt-bindings: spi: mxic: Document the nand-ecc-engine property
` [PATCH v6 10/28] dt-bindings: mtd: Describe Macronix NAND ECC engine
` [PATCH v6 11/28] mtd: spinand: macronix: Use random program load
` [PATCH v6 12/28] mtd: nand: ecc: Add infrastructure to support hardware engines
` [PATCH v6 13/28] mtd: nand: Add a new helper to retrieve the ECC context
` [PATCH v6 14/28] mtd: nand: mxic-ecc: Add Macronix external ECC engine support
` [PATCH v6 15/28] mtd: nand: ecc: Provide a helper to retrieve a pilelined engine device
` [PATCH v6 16/28] mtd: nand: mxic-ecc: Support SPI pipelined mode
` [PATCH v6 17/28] mtd: spinand: Delay a little bit the dirmap creation
` [PATCH v6 18/28] spi: spi-mem: Fix a DTR related check in spi_mem_dtr_supports_op()
` [PATCH v6 19/28] spi: spi-mem: Introduce a capability structure
` [PATCH v6 20/28] spi: spi-mem: Fill the spi-mem controller capabilities of all the drivers
  ` [RFC PATCH] spi: spi-mem: mxic_spi_mem_caps can be static
  ` [RFC PATCH] spi: spi-mem: cqspi_mem_caps "
` [PATCH v6 21/28] spi: spi-mem: Kill the spi_mem_dtr_supports_op() helper
` [PATCH v6 22/28] spi: spi-mem: Add an ecc_en parameter to the spi_mem_op structure
` [PATCH v6 23/28] mtd: spinand: Create direct mapping descriptors for ECC operations
` [PATCH v6 24/28] spi: mxic: Fix the transmit path
` [PATCH v6 25/28] spi: mxic: Create a helper to configure the controller before an operation
` [PATCH v6 26/28] spi: mxic: Create a helper to ease the start of "
` [PATCH v6 27/28] spi: mxic: Add support for direct mapping
` [PATCH v6 28/28] spi: mxic: Add support for pipelined ECC operations

[PATCH 1/2] mtd: spi-nor: Introduce erase_proto
 2021-12-16 20:07 UTC  (4+ messages)
` [PATCH 2/2] mtd: spi-nor: micron/st: Hardcode erase_proto to 1-1-1

[PATCH v2 1/2] mtd: spi-nor: micron-st: make mt25ql02g/mt25qu02g match more specific, add 4B opcodes
 2021-12-16 18:52 UTC  (2+ messages)

[PATCH v4 0/3] mtd: spi-nor / spi / MFD: Convert intel-spi to SPI MEM
 2021-12-16 16:43 UTC  (6+ messages)
` [PATCH v4 2/3] mtd: spi-nor: intel-spi: Convert "

[PATCH v4 0/3] Stacked/parallel memories bindings
 2021-12-16 16:25 UTC  (9+ messages)
` [PATCH v4 1/3] dt-bindings: mtd: spi-nor: Allow two CS per device
` [PATCH v4 2/3] spi: dt-bindings: Describe stacked/parallel memories modes
` [PATCH v4 3/3] spi: dt-bindings: Add an example with two stacked flashes

[PATCH v5 00/13] Pipelined ECC engines & Macronix support
 2021-12-16 14:27 UTC  (30+ messages)
` [PATCH v5 01/13] mtd: nand: ecc: Provide a helper to retrieve a pilelined engine device
` [PATCH v5 02/13] mtd: nand: mxic-ecc: Support SPI pipelined mode
` [PATCH v5 03/13] mtd: spinand: Delay a little bit the dirmap creation
` [PATCH v5 04/13] spi: spi-mem: Create a helper to gather all the supports_op checks
` [PATCH v5 05/13] spi: spi-mem: Export the spi_mem_generic_supports_op() helper
` [PATCH v5 06/13] spi: spi-mem: Add an ecc_en parameter to the spi_mem_op structure
` [PATCH v5 07/13] mtd: spinand: Create direct mapping descriptors for ECC operations
` [PATCH v5 08/13] spi: mxic: Fix the transmit path
` [PATCH v5 09/13] spi: mxic: Create a helper to configure the controller before an operation
` [PATCH v5 10/13] spi: mxic: Create a helper to ease the start of "
` [PATCH v5 11/13] spi: mxic: Add support for direct mapping
` [PATCH v5 12/13] spi: mxic: Use spi_mem_generic_supports_op()
` [PATCH v5 13/13] spi: mxic: Add support for pipelined ECC operations

[PATCH v2 0/5] mtdchar: add MEMREAD ioctl
 2021-12-16 13:12 UTC  (8+ messages)
` [PATCH v2 1/5] "
` [PATCH v2 2/5] mtd: track maximum number of bitflips for each read request
` [PATCH v2 3/5] mtd: always initialize 'stats' in struct mtd_oob_ops
` [PATCH v2 4/5] mtd: add ECC error accounting for each read request
` [PATCH v2 5/5] mtdchar: extend MEMREAD ioctl to return ECC statistics

[BUG] mtd: cfi_cmdset_0002: write regression since v4.17-rc1
 2021-12-15 17:34 UTC  (3+ messages)

[PATCH v3 00/22] External ECC engines & Macronix support
 2021-12-15 15:50 UTC  (4+ messages)
` [PATCH v3 03/22] dt-bindings: mtd: nand-controller: Harmonize the property types

[PATCH v3 0/4] Renesas RZ/N1 NAND controller support
 2021-12-15 15:36 UTC  (7+ messages)
` [PATCH v3 1/4] dt-bindings: mtd: rzn1: Describe Renesas RZ/N1 NAND controller
` [PATCH v3 2/4] mtd: rawnand: rzn1: Add new NAND controller driver
` [PATCH v3 3/4] MAINTAINERS: Add an entry for Renesas RZ/N1 NAND controller
` [PATCH v3 4/4] ARM: dts: r9a06g032: Describe "

[RFC,v4,0/5] Add Mediatek SPI Nand controller and convert ECC driver
 2021-12-14 11:41 UTC  (15+ messages)
` [RFC,v4,2/5] mtd: nand: ecc: mtk: Convert to the ECC infrastructure
` [RFC,v4,3/5] spi: mtk: Add mediatek SPI Nand Flash interface driver
` [RFC, v4, 4/5] mtd: spinand: Move set/get OOB databytes to each ECC engines
  ` [RFC,v4,4/5] "

[PATCH V3] mtd: spi-nor: winbond: Add support for winbond chip
 2021-12-14 11:16 UTC  (2+ messages)

GPMC omap nand using CS1
 2021-12-14  8:53 UTC  (4+ messages)

Wycena paneli fotowoltaicznych
 2021-12-14  8:32 UTC 

[PATCH] mtd_blkdevs: don't scan partitions for plain mtdblock
 2021-12-13 18:29 UTC  (6+ messages)

[PATCH V2] mtd: spi-nor: winbond: Add support for winbond chip
 2021-12-13 17:22 UTC  (4+ messages)

ubiattach fails after ubiformat
 2021-12-13 17:04 UTC  (2+ messages)

Question regarding mtd/nand/bbt.c with recent corner case fix
 2021-12-13 11:44 UTC 

[PATCH nand-next] mtd/nand:remove unneeded variable
 2021-12-13 11:26 UTC  (5+ messages)
  ` [PATCH nand-next v2] mtd: rawnand: gpmi: remove "
  ` [PATCH v3 nand-next] "

[PATCH v5 3/4] mtd: core: protect access to MTD devices while in suspend
 2021-12-13 11:06 UTC  (19+ messages)

[PATCH v2 00/11] dmaengine: kill off dma_slave_config->slave_id
 2021-12-13  4:59 UTC  (2+ messages)

お問い合わせありがとうございました
 2021-12-13  2:43 UTC 

TLG Latam, confirmación de envío de datos
 2021-12-10 21:20 UTC 

[PATCH v3 0/3] Stacked/parallel memories bindings
 2021-12-10 20:07 UTC  (4+ messages)
` [PATCH v3 2/3] spi: dt-bindings: Describe stacked/parallel memories modes

[PATCH v4 00/12] External ECC engines & Macronix support
 2021-12-10 17:15 UTC  (15+ messages)
` [PATCH v4 01/12] mtd: nand: mxic-ecc: Support SPI pipelined mode
` [PATCH v4 02/12] mtd: spinand: Delay a little bit the dirmap creation
` [PATCH v4 03/12] spi: spi-mem: Create a helper to gather all the supports_op checks
` [PATCH v4 04/12] spi: spi-mem: Add an ecc_en parameter to the spi_mem_op structure
` [PATCH v4 05/12] spi: spi-mem: Export the spi_mem_generic_supports_op() helper
` [PATCH v4 06/12] mtd: spinand: Create direct mapping descriptors for ECC operations
` [PATCH v4 07/12] spi: mxic: Fix the transmit path
` [PATCH v4 08/12] spi: mxic: Create a helper to configure the controller before an operation
` [PATCH v4 09/12] spi: mxic: Create a helper to ease the start of "
` [PATCH v4 10/12] spi: mxic: Add support for direct mapping
` [PATCH v4 11/12] spi: mxic: Use spi_mem_generic_supports_op()
` [PATCH v4 12/12] spi: mxic: Add support for pipelined ECC operations

Identifying UBI volume instance / storing UBI volume metadata
 2021-12-09 22:14 UTC  (3+ messages)

[GIT PULL] mtd: Fixes for 5.16-rc5
 2021-12-09 19:35 UTC  (2+ messages)

[PATCH v2 1/2] mtd: spi-nor: core: Introduce SPI_NOR_SOFT_RESET flash_info fixup_flag
 2021-12-09 19:04 UTC  (2+ messages)
` [PATCH v2 2/2] mtd: spi-nor: macronix: Add support for mx66lm1g45g

[PATCH 1/2] mtd: spi-nor: core: Introduce SPI_NOR_SOFT_RESET flash_info fixup_flag
 2021-12-09 17:23 UTC  (3+ messages)
` [PATCH 2/2] mtd: spi-nor: macronix: Add support for mx66lm1g45g

[PATCH] mtd: nand: fix boolreturn.cocci warning
 2021-12-09 16:54 UTC  (2+ messages)

[PATCH] mtd: onenand: remove redundant variable ooblen
 2021-12-09 16:50 UTC  (2+ messages)

[PATCH] dt-bindings: mtd: ti,gpmc-nand: Add missing 'rb-gpios'
 2021-12-09 16:50 UTC  (7+ messages)

お問い合わせありがとうございました
 2021-12-09 14:39 UTC 

[PATCH v2 0/6] mtd: nand: omap2: Switch to exec_ops, support AM64 SoC
 2021-12-09  9:04 UTC  (3+ messages)
` [PATCH v2 5/6] mtd: rawnand: omap2: fix force_8bit flag behaviour for DMA mode
` [PATCH v2 6/6] mtd: rawnand: omap2: drop unused variable


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox