public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2021-11-17 08:40:17 to 2021-11-26 14:47:54 UTC [more...]

[PATCH v2 00/20] External ECC engines & Macronix support
 2021-11-26 14:47 UTC  (27+ messages)
` [PATCH v2 01/20] dt-bindings: mtd: nand-controller: Fix the reg property description
` [PATCH v2 02/20] dt-bindings: mtd: nand-controller: Fix a comment in the examples
` [PATCH v2 03/20] dt-bindings: mtd: nand-chip: Create a NAND chip description
` [PATCH v2 04/20] dt-bindings: mtd: spi-nand: Convert spi-nand description file to yaml
` [PATCH v2 05/20] dt-bindings: vendor-prefixes: Clarify Macronix prefix
` [PATCH v2 06/20] dt-bindings: spi: mxic: The interrupt property is not mandatory
` [PATCH v2 07/20] dt-bindings: spi: mxic: Convert to yaml
` [PATCH v2 08/20] dt-bindings: spi: mxic: Document the nand-ecc-engine property
` [PATCH v2 09/20] dt-bindings: mtd: Describe Macronix NAND ECC engine
` [PATCH v2 10/20] mtd: spinand: macronix: Use random program load
` [PATCH v2 11/20] mtd: nand: ecc: Add infrastructure to support hardware engines
` [PATCH v2 12/20] mtd: nand: Add a new helper to retrieve the ECC context
` [PATCH v2 13/20] mtd: nand: mxic-ecc: Add Macronix external ECC engine support
` [PATCH v2 14/20] mtd: nand: mxic-ecc: Support SPI pipelined mode
` [PATCH v2 15/20] mtd: spinand: Create direct mapping descriptors for ECC operations
` [PATCH v2 16/20] spi: mxic: Fix the transmit path
` [PATCH v2 17/20] spi: mxic: Create a helper to configure the controller before an operation
` [PATCH v2 18/20] spi: mxic: Create a helper to ease the start of "
` [PATCH v2 19/20] spi: mxic: Add support for direct mapping
` [PATCH v2 20/20] spi: mxic: Add support for pipelined ECC operations

[PATCH v2 0/3] Renesas RZ/N1 NAND controller support
 2021-11-26 14:06 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: mtd: rzn1: Describe Renesas RZ/N1 NAND controller
` [PATCH v2 2/3] mtd: rawnand: rzn1: Add new NAND controller driver
` [PATCH v2 3/3] MAINTAINERS: Add an entry for Renesas RZ/N1 NAND controller

[PATCH 0/3] Renesas RZ/N1 NAND controller support
 2021-11-26 13:44 UTC  (16+ messages)
` [PATCH 1/3] dt-bindings: mtd: rzn1: Describe Renesas RZ/N1 NAND controller
` [PATCH 2/3] mtd: rawnand: rzn1: Add new NAND controller driver
` [PATCH 3/3] MAINTAINERS: Add an entry for Renesas RZ/N1 NAND controller

[PATCH] mtdchar: prevent unbounded allocation in MEMWRITE ioctl
 2021-11-26 13:02 UTC  (5+ messages)

remove ->rq_disk v2
 2021-11-26 12:18 UTC  (6+ messages)
` [PATCH 1/5] mtd_blkdevs: remove the sector out of range check in do_blktrans_request
` [PATCH 2/5] block: don't check ->rq_disk in merges
` [PATCH 3/5] block: remove the ->rq_disk field in struct request
` [PATCH 4/5] block: remove the gendisk argument to blk_execute_rq
` [PATCH 5/5] scsi: remove the gendisk argument to scsi_ioctl

[PATCH 0/4] mtd: nand: omap2: Switch to exec_ops, support AM64 SoC
 2021-11-26 11:10 UTC  (9+ messages)
` [PATCH 1/4] dt-bindings: mtd: ti, gpmc-nand: Add compatible for AM64 NAND
` [PATCH 2/4] mtd: nand: omap2: Allow build on K3 platforms
` [PATCH 3/4] mtd: nand: omap2: move to exec_op interface
` [PATCH 4/4] mtd: nand: omap2: Add support for NAND Controller on AM64 SoC

[RFC,v3 0/5] Add driver for Mediatek SPI Nand and HW ECC controller
 2021-11-26  8:51 UTC  (14+ messages)
` [RFC,v3 2/5] mtd: ecc: realize Mediatek HW ECC driver
` [RFC,v3 3/5] spi: add Mediatek SPI Nand controller driver
` [RFC, v3 5/5] mtd: spinand: skip set/get oob data bytes when interleaved case
  ` [RFC,v3 "

[PATCH V1] mtd: spi-nor: winbond: Add support for winbond chip
 2021-11-26  6:54 UTC 

[PATCH 07/11] dmaengine: qcom-adm: stop abusing slave_id config
 2021-11-25  9:32 UTC  (5+ messages)

[PATCH] mtd: spi-nor: mt25qu: Ignore 6th ID byte
 2021-11-25  7:26 UTC  (12+ messages)

[PATCH v2 00/11] dmaengine: kill off dma_slave_config->slave_id
 2021-11-24 17:39 UTC  (18+ messages)
` [PATCH v2 01/11] ASoC: tegra20-spdif: stop setting slave_id
` [PATCH v2 02/11] ASoC: dai_dma: remove slave_id field
` [PATCH v2 03/11] spi: pic32: stop setting dma_config->slave_id
` [PATCH v2 04/11] mmc: bcm2835: stop setting chan_config->slave_id
` [PATCH v2 05/11] dmaengine: shdma: remove legacy slave_id parsing
` [PATCH v2 06/11] dmaengine: pxa/mmp: stop referencing config->slave_id
` [PATCH v2 07/11] dmaengine: sprd: "
` [PATCH v2 08/11] dmaengine: qcom-adm: stop abusing slave_id config
` [PATCH v2 09/11] dmaengine: xilinx_dpdma: stop using slave_id field
` [PATCH v2 10/11] dmaengine: tegra20-apb: stop checking config->slave_id
` [PATCH v2 11/11] dmaengine: remove slave_id config field

[PATCH 00/18] External ECC engines & Macronix support
 2021-11-24 13:54 UTC  (6+ messages)
` [PATCH 04/18] dt-bindings: mtd: spi-nand: Convert spi-nand description file to yaml

Reg: New MFD Driver for my PCIe Device
 2021-11-23 18:33 UTC  (9+ messages)

[PATCH v5 0/4] mtd: core: protect access to mtd devices while in suspend
 2021-11-23 13:07 UTC  (6+ messages)
  ` [PATCH v5 3/4] mtd: core: protect access to MTD "

[PATCH v4 00/13] mtd: spi-nor: Clean params init
 2021-11-23  6:43 UTC  (18+ messages)
` [PATCH v4 01/13] mtd: spi-nor: core: Don't use mtd_info in the NOR's probe sequence of calls
` [PATCH v4 02/13] mtd: spi-nor: Introduce spi_nor_set_mtd_info()
` [PATCH v4 03/13] mtd: spi-nor: core: Call spi_nor_post_sfdp_fixups() only when SFDP is defined
` [PATCH v4 04/13] mtd: spi-nor: core: Introduce flash_info mfr_flags
` [PATCH v4 05/13] mtd: spi-nor: Rework the flash_info flags
` [PATCH v4 06/13] mtd: spi-nor: Introduce spi_nor_init_flags()
` [PATCH v4 07/13] mtd: spi-nor: Introduce spi_nor_init_fixup_flags()
` [PATCH v4 08/13] mtd: spi-nor: core: Init all flash parameters based on SFDP where possible
` [PATCH v4 09/13] mtd: spi-nor: core: Move spi_nor_set_addr_width() in spi_nor_setup()
` [PATCH v4 10/13] mtd: spi-nor: winbond: w25q256jvm: Init flash based on SFDP
` [PATCH v4 11/13] mtd: spi-nor: spansion: s25fl256s0: Skip SFDP parsing
` [PATCH v4 12/13] mtd: spi-nor: gigadevice: gd25q256: Init flash based on SFDP
` [PATCH v4 13/13] mtd: spi-nor: issi: is25lp256: "

Build regressions/improvements in v5.16-rc2
 2021-11-22 13:24 UTC 

[PATCH] mtd: rawnand: mpc5121: Remove unused variable in ads5121_select_chip()
 2021-11-22 13:21 UTC 

[PATCH 0/4] mtd: spinand: Add continuous read mode support
 2021-11-22  9:21 UTC  (5+ messages)
` [PATCH 3/4] mtd: spinand: Add support continuous read operation

[PATCH v3 00/25] mtd: spi-nor: Clean params init
 2021-11-22  8:38 UTC  (9+ messages)
` [PATCH v3 03/25] mtd: spi-nor: Introduce spi_nor_set_mtd_info()
` (subset)[PATCH v3 00/25] mtd: spi-nor: Clean params init

[PATCH] mtd: gen_probe: Use bitmap_zalloc() when applicable
 2021-11-21 15:59 UTC 

[RFC PATCH 0/3] Dual stacked/parallel memories bindings
 2021-11-19 19:00 UTC  (4+ messages)

[PATCH] mtd: core: clear out unregistered devices a bit more
 2021-11-19 18:48 UTC  (2+ messages)

[PATCH v2 1/5] mtd: rawnand/davinci: Don't calculate ECC when reading page
 2021-11-19 18:44 UTC  (2+ messages)

[PATCH v2 2/5] mtd: rawnand/davinci: Avoid duplicated page read
 2021-11-19 18:44 UTC  (2+ messages)

[PATCH v2 3/5] mtd: rawnand/davinci: Rewrite function description
 2021-11-19 18:44 UTC  (2+ messages)

[PATCH v2 4/5] mtd: rawnand: Export nand_read_page_hwecc_oob_first()
 2021-11-19 18:43 UTC  (2+ messages)

[PATCH v2 5/5] mtd: rawnand/ingenic: JZ4740 needs 'oob_first' read page function
 2021-11-19 18:43 UTC  (2+ messages)

[PATCH 1/2] mtd: rawnand: gpmi: Remove explicit default gpmi clock setting for i.MX6
 2021-11-19 18:43 UTC  (2+ messages)

[PATCH 2/2] gpmi-nand: Add ERR007117 protection for nfc_apply_timings
 2021-11-19 18:43 UTC  (2+ messages)

[PATCH v2] mtd: rawnand: denali: Add the dependency on HAS_IOMEM
 2021-11-19 18:38 UTC  (2+ messages)

[PATCH v3 0/4] mtd: rawnand: Fixes nand infra delay setting and FSMC nand controller
 2021-11-19 18:38 UTC  (9+ messages)
` [PATCH v3 1/4] mtd: rawnand: Fix nand_erase_op delay
` [PATCH v3 2/4] mtd: rawnand: Fix nand_choose_best_timings() on unsupported interface
` [PATCH v3 3/4] mtd: rawnand: fsmc: Take instruction delay into account
` [PATCH v3 4/4] mtd: rawnand: fsmc: Fix timing computation

[PATCH v5 1/4] mtd: rawnand: nand_bbt: hide suspend/resume hooks while scanning bbt
 2021-11-19 18:35 UTC  (2+ messages)

[PATCH v5 2/4] mtd: mtdconcat: don't use mtd_{suspend,resume}()
 2021-11-19 18:35 UTC  (2+ messages)

[PATCH v5 4/4] mtd: rawnand: remove suspended check
 2021-11-19 18:35 UTC  (2+ messages)

[PATCH v3] drivers: mtd: Fixed breaking list in __mtd_del_partition
 2021-11-19 18:35 UTC  (2+ messages)

[PATCH 6/9] mtd: remove unused header file <linux/mtd/latch-addr-flash.h>
 2021-11-19 18:35 UTC  (2+ messages)

[PATCH] mtd: core: provide unique name for nvmem device
 2021-11-19 18:35 UTC  (2+ messages)

[PATCH 1/4] mtd: dataflash: Warn about failure to unregister mtd device
 2021-11-19 18:35 UTC  (2+ messages)

[PATCH 2/4] mtd: mchp23k256: Warn about failure to unregister mtd device
 2021-11-19 18:35 UTC  (2+ messages)

[PATCH 3/4] mtd: mchp48l640: Warn about failure to unregister mtd device
 2021-11-19 18:35 UTC  (2+ messages)

[PATCH 4/4] mtd: sst25l: Warn about failure to unregister mtd device
 2021-11-19 18:34 UTC  (2+ messages)

[PATCH] mtd: dataflash: Add device-tree SPI IDs
 2021-11-19 18:33 UTC  (2+ messages)

[PATCH v7 0/3] mtd: spi-nor: Add support for Cypress s25hl-t/s25hs-t
 2021-11-19  9:09 UTC  (3+ messages)

[PATCH v2 0/4] mtd: rawnand: Fixes nand infra delay setting and FSMC nand controller
 2021-11-19  9:08 UTC  (8+ messages)
` [PATCH v2 1/4] mtd: rawnand: Fix nand_erase_op delay
` [PATCH v2 2/4] mtd: rawnand: Fix nand_choose_best_timings() on unsupported interface
` [PATCH v2 3/4] mtd: rawnand: fsmc: Take instruction delay into account
` [PATCH v2 4/4] mtd: rawnand: fsmc: Fix timing computation

[PATCH 1/2] mtd: spi-nor: Check for zero erase size in spi_nor_find_best_erase_type()
 2021-11-19  8:15 UTC  (2+ messages)

[PATCH v2] mtd: spi-nor: Check for zero erase size in spi_nor_find_best_erase_type()
 2021-11-19  8:14 UTC 

[PATCH v3 0/3] Add bindings for peripheral-specific SPI controller properties
 2021-11-18 22:23 UTC  (7+ messages)
` [PATCH v3 1/3] spi: dt-bindings: add schema listing peripheral-specific properties
` [PATCH v3 2/3] spi: dt-bindings: cdns, qspi-nor: Move peripheral-specific properties out
  ` [PATCH v3 2/3] spi: dt-bindings: cdns,qspi-nor: "
` [PATCH v3 3/3] dt-bindings: mtd: spi-nor: Add a reference to spi-peripheral-props.yaml

move all struct request releated code out of blk-core.c (rebased)
 2021-11-18 15:24 UTC  (5+ messages)
` [PATCH 10/11] block: move blk_print_req_error to blk-mq.c

[QUESTION] blk_mq_freeze_queue in elevator_init_mq
 2021-11-18 13:12 UTC  (7+ messages)

[PATCH v4 0/3] mtd: spi-nor / spi / MFD: Convert intel-spi to SPI MEM
 2021-11-18 13:05 UTC  (4+ messages)
` [PATCH v4 1/3] mtd: spi-nor: intel-spi: Disable write protection only if asked
` [PATCH v4 2/3] mtd: spi-nor: intel-spi: Convert to SPI MEM
` [PATCH v4 3/3] Documentation / MTD: Rename the intel-spi driver

[PATCH] mtd: Introduce an expert mode for forensics and debugging purposes
 2021-11-18 11:46 UTC 

[PATCH 0/4] mtd: rawnand: Fixes nand infra delay setting and FSMC nand controller
 2021-11-17 13:47 UTC  (4+ messages)
` [PATCH 2/4] mtd: rawnand: fsmc: Force to use 8 bits access when expected

[PATCH] MAINTAINERS: Add myself as the SPI NOR co-maintainer
 2021-11-17 13:20 UTC  (2+ messages)


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