linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-15 10:43:37 to 2021-11-23 12:47:28 UTC [more...]

[PATCH] mtd: spi-nor: mt25qu: Ignore 6th ID byte
 2021-11-23 12:40 UTC  (8+ messages)

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

[PATCH v2 00/11] dmaengine: kill off dma_slave_config->slave_id
 2021-11-23 11:18 UTC  (14+ 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 0/4] mtd: nand: omap2: Switch to exec_ops, support AM64 SoC
 2021-11-23 10:36 UTC  (5+ 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

[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] mtdchar: prevent unbounded allocation in MEMWRITE ioctl
 2021-11-22  9:31 UTC  (2+ messages)

[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

[RFC,v3 0/5] Add driver for Mediatek SPI Nand and HW ECC controller
 2021-11-22  9:01 UTC  (13+ 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 v3 00/25] mtd: spi-nor: Clean params init
 2021-11-22  8:38 UTC  (33+ messages)
` [PATCH v3 02/25] mtd: spi-nor: core: Use container_of to get the pointer to struct spi_nor
` [PATCH v3 03/25] mtd: spi-nor: Introduce spi_nor_set_mtd_info()
` [PATCH v3 05/25] mtd: spi-nor: core: Introduce the late_init() hook
` [PATCH v3 06/25] mtd: spi-nor: atmel: Use flash late_init() for locking
` [PATCH v3 07/25] mtd: spi-nor: sst: "
` [PATCH v3 08/25] mtd: spi-nor: winbond: Use manufacturer late_init() for OTP ops
` [PATCH v3 09/25] mtd: spi-nor: xilinx: Use manufacturer late_init() to set setup method
` [PATCH v3 10/25] mtd: spi-nor: sst: Use manufacturer late_init() to set _write()
` [PATCH v3 11/25] mtd: spi-nor: spansion: Use manufacturer late_init()
` [PATCH v3 15/25] mtd: spi-nor: Introduce spi_nor_nonsfdp_init_flags()
` [PATCH v3 16/25] mtd: spi-nor: Introduce spi_nor_init_fixup_flags()
` [PATCH v3 18/25] mtd: spi-nor: core: Init flash params based on SFDP first for new flash additions
` (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  (10+ messages)
` [RFC PATCH 1/3] spi: dt-bindings: Allow describing flashes with two CS
` [RFC PATCH 3/3] spi: dt-bindings: zynqmp: Describe dual stacked/parallel memories modes

[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 0/3] Renesas RZ/N1 NAND controller support
 2021-11-19 15:04 UTC  (13+ 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

Reg: New MFD Driver for my PCIe Device
 2021-11-19 14:53 UTC  (8+ messages)

[PATCH 07/11] dmaengine: qcom-adm: stop abusing slave_id config
 2021-11-19 12:42 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  (15+ messages)
` [PATCH 01/11] block: move blk_rq_err_bytes to scsi
` [PATCH 02/11] block: remove rq_flush_dcache_pages
` [PATCH 03/11] block: remove blk-exec.c
` [PATCH 04/11] blk-mq: move blk_mq_flush_plug_list
` [PATCH 05/11] block: move request based cloning helpers to blk-mq.c
` [PATCH 06/11] block: move blk_rq_init "
` [PATCH 07/11] block: move blk_steal_bios "
` [PATCH 08/11] block: move blk_account_io_{start,done} "
` [PATCH 09/11] block: move blk_dump_rq_flags "
` [PATCH 10/11] block: move blk_print_req_error "
` [PATCH 11/11] block: don't include blk-mq headers in blk-core.c

[QUESTION] blk_mq_freeze_queue in elevator_init_mq
 2021-11-18 13:12 UTC  (8+ 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)

[PATCH -next] ubifs: Fix kernel-doc
 2021-11-17  7:03 UTC 

[PATCH 0/2] mtd: spi-nor: Erase fixes
 2021-11-16 18:36 UTC  (3+ messages)
` [PATCH 1/2] mtd: spi-nor: Fix shift-out-of-bounds

[PATCH] jffs2: Fix truncate never update m/ctime
 2021-11-16 15:37 UTC 

[PATCH] mtd: spi-nor: Constify part specific fixup hooks
 2021-11-16 11:14 UTC  (2+ messages)

[PATCH v2 0/7] Add SPI Multi I/O Bus Controller support for RZ/G2L
 2021-11-16 11:11 UTC  (15+ messages)
` [PATCH v2 1/7] dt-bindings: memory: renesas, rpc-if: Add support for the R9A07G044
  ` (subset) "
` [PATCH v2 2/7] dt-bindings: memory: renesas, rpc-if: Add optional interrupts property
  ` (subset) "
` [PATCH v2 5/7] memory: renesas-rpc-if: Return error in case devm_ioremap_resource() fails
  ` (subset) "
` [PATCH v2 6/7] memory: renesas-rpc-if: Drop usage of RPCIF_DIRMAP_SIZE macro
  ` (subset) "
` [PATCH v2 7/7] memory: renesas-rpc-if: Add support for RZ/G2L
  ` (subset) "

Fotowoltaika dla firm
 2021-11-16  8:51 UTC 

[PATCH 00/11] dmaengine: kill off dma_slave_config->slave_id
 2021-11-16  4:28 UTC  (21+ messages)
` [PATCH 01/11] ASoC: dai_dma: remove slave_id field
` [PATCH 02/11] spi: pic32: stop setting dma_config->slave_id
` [PATCH 03/11] mmc: bcm2835: stop setting chan_config->slave_id
` [PATCH 06/11] dmaengine: sprd: stop referencing config->slave_id
` [PATCH 08/11] dmaengine: xilinx_dpdma: stop using slave_id field


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