linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-20 11:23:41 to 2022-01-28 11:34:35 UTC [more...]

[PATCH v2 0/2] refine the NFC clock framework
 2022-01-28 11:32 UTC  (3+ messages)
` [PATCH v2 1/2] mtd: rawnand: meson: discard the common MMC sub "
` [PATCH v2 2/2] dt-bindings: nand: meson: refine Amlogic NAND controller driver

[PATCH v7 0/3] mtd: spi-nor: Add support for Cypress s25hl-t/s25hs-t
 2022-01-28 10:27 UTC  (11+ messages)
` [PATCH v7 1/3] mtd: spi-nor: spansion: Add support for Read/Write Any Register
` [PATCH v7 2/3] mtd: spi-nor: spansion: Add support for volatile QE bit
` [PATCH v7 3/3] mtd: spi-nor: spansion: Add s25hl-t/s25hs-t IDs and fixups

[PATCH] mtd: Fix misuses of of_match_ptr()
 2022-01-28  8:44 UTC  (7+ messages)

[PATCH v10 00/13] External ECC engines & Macronix support
 2022-01-28  8:08 UTC  (17+ messages)
` [PATCH v10 01/13] spi: spi-mem: Introduce a capability structure
` [PATCH v10 02/13] spi: spi-mem: Check the controller extra capabilities
` [PATCH v10 03/13] spi: cadence-quadspi: Provide a capability structure
` [PATCH v10 04/13] spi: mxic: "
` [PATCH v10 05/13] spi: spi-mem: Kill the spi_mem_dtr_supports_op() helper
` [PATCH v10 06/13] spi: spi-mem: Add an ecc parameter to the spi_mem_op structure
` [PATCH v10 07/13] mtd: spinand: Delay a little bit the dirmap creation
` [PATCH v10 08/13] mtd: spinand: Create direct mapping descriptors for ECC operations
` [PATCH v10 09/13] spi: mxic: Fix the transmit path
` [PATCH v10 10/13] spi: mxic: Create a helper to configure the controller before an operation
` [PATCH v10 11/13] spi: mxic: Create a helper to ease the start of "
` [PATCH v10 12/13] spi: mxic: Add support for direct mapping
` [PATCH v10 13/13] spi: mxic: Add support for pipelined ECC operations

[PATCH V4] mtd: spi-nor: winbond: Add support for winbond chip
 2022-01-28  6:37 UTC  (7+ messages)

[PATCH] mtd: nand: raw: qcom_nandc: Don't clear_bam_transaction on READID
 2022-01-28  4:25 UTC  (7+ messages)

[PATCH] dt-bindings: mtd: drop mtd/cortina,gemini-flash.txt
 2022-01-28  0:18 UTC  (2+ messages)

[RESEND PATCH] mtd: spi-nor: core: Check written SR value in spi_nor_write_16bit_sr_and_check()
 2022-01-27 18:27 UTC  (5+ messages)

[PATCH] mtd: rawnand: Fix misuses of of_match_node()
 2022-01-27 18:00 UTC  (2+ messages)

[PATCH] mtd: Replace the expert mode symbols with a single helper
 2022-01-27 12:22 UTC  (3+ messages)

[PATCH] mtd: Introduce an expert mode for forensics and debugging purposes
 2022-01-27 11:57 UTC  (6+ messages)

[PATCH] mtd/memory: omap: Fix build dependencies
 2022-01-27 10:56 UTC 

[PATCH v9 01/13] spi: spi-mem: Introduce a capability structure
 2022-01-27  9:37 UTC  (7+ messages)

[PATCH] mtd: rawnand: atmel: fix refcount issue in atmel_nand_controller_init
 2022-01-27  8:41 UTC 

mmotm 2022-01-26-21-04 uploaded (drivers/mtd/nand.raw/Kconfig warning)
 2022-01-27  6:31 UTC 

[PATCH v2] mtd: rawnand: brcmnand: Fixed incorrect sub-page ECC status
 2022-01-26 22:43 UTC 

[PATCH v6 0/3] Stacked/parallel memories bindings
 2022-01-26 11:26 UTC  (4+ messages)
` [PATCH v6 1/3] dt-bindings: mtd: spi-nor: Allow two CS per device
` [PATCH v6 2/3] spi: dt-bindings: Describe stacked/parallel memories modes
` [PATCH v6 3/3] spi: dt-bindings: Add an example with two stacked flashes

[PATCH 0/3] mtd: rawnand: stm32_fmc2: Add NAND Write Protect support
 2022-01-26 11:19 UTC  (8+ messages)
` [PATCH 1/3] dt-binding: mtd: nand: Document the wp-gpios property
` [PATCH 3/3] nvmem: core: Fix a conflict between MTD and NVMEM on "

[PATCH v4 0/3] Stacked/parallel memories bindings
 2022-01-26 11:18 UTC  (6+ messages)
` [PATCH v4 2/3] spi: dt-bindings: Describe stacked/parallel memories modes

[PATCH v9 02/13] spi: spi-mem: Check the controller extra capabilities
 2022-01-26 10:53 UTC  (2+ messages)

[PATCH v9 03/13] spi: cadence-quadspi: Provide a capability structure
 2022-01-26 10:53 UTC  (2+ messages)

[PATCH v9 04/13] spi: mxic: Provide a capability structure
 2022-01-26 10:53 UTC  (2+ messages)

[PATCH v9 05/13] spi: spi-mem: Kill the spi_mem_dtr_supports_op() helper
 2022-01-26 10:53 UTC  (2+ messages)

[PATCH v9 06/13] spi: spi-mem: Add an ecc parameter to the spi_mem_op structure
 2022-01-26 10:53 UTC  (2+ messages)

[PATCH v9 07/13] mtd: spinand: Delay a little bit the dirmap creation
 2022-01-26 10:53 UTC  (2+ messages)

[PATCH v9 08/13] mtd: spinand: Create direct mapping descriptors for ECC operations
 2022-01-26 10:52 UTC  (2+ messages)

[PATCH v9 09/13] spi: mxic: Fix the transmit path
 2022-01-26 10:52 UTC  (2+ messages)

[PATCH v9 10/13] spi: mxic: Create a helper to configure the controller before an operation
 2022-01-26 10:52 UTC  (2+ messages)

[PATCH v9 11/13] spi: mxic: Create a helper to ease the start of an operation
 2022-01-26 10:52 UTC  (2+ messages)

[PATCH v9 12/13] spi: mxic: Add support for direct mapping
 2022-01-26 10:52 UTC  (2+ messages)

[PATCH v9 13/13] spi: mxic: Add support for pipelined ECC operations
 2022-01-26 10:52 UTC  (2+ messages)

[PATCH] mtd: rawnand: brcmnand: Fix sparse warnings in bcma_nand
 2022-01-26 10:52 UTC  (2+ messages)

[PATCH RFC v3 1/1] mtd_blkdevs: avoid soft lockups with some mtd/spi devices
 2022-01-26 10:52 UTC  (3+ messages)

[PATCH] mtd: rawnand: gpmi: don't leak PM reference in error path
 2022-01-26 10:52 UTC  (2+ messages)

[PATCH 0/4] mtd: spinand: Add continuous read mode support
 2022-01-26 10:40 UTC  (7+ messages)
` [PATCH 3/4] mtd: spinand: Add support continuous read operation

[PATCH] mtd: rawnand: cache read suquential
 2022-01-26 10:35 UTC  (2+ messages)

[PATCH] mtd: rawnand: brcmnand: Fixed incorrect sub-page ECC status
 2022-01-26  9:47 UTC  (4+ messages)

[PATCH RFC v1 1/1] mtd_blkdevs: avoid soft lockups with some mtd/spi devices
 2022-01-26  9:43 UTC  (3+ messages)

[PATCH RFC v2 1/1] mtd_blkdevs: avoid soft lockups with some mtd/spi devices
 2022-01-26  9:21 UTC 

[PATCH 0/2] dt-bindings: nvmem: support describing cells
 2022-01-26  7:07 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: nvmem: extract NVMEM cell to separated file
` [PATCH 2/2] dt-bindings: nvmem: cells: add MAC address cell
` [PATCH REBASED 1/2] dt-bindings: nvmem: extract NVMEM cell to separated file
  ` [PATCH REBASED 2/2] dt-bindings: nvmem: cells: add MAC address cell

[RFC PATCH 0/2] Add nvmem support for dynamic partitions
 2022-01-25 20:30 UTC  (10+ messages)
` [RFC PATCH 1/2] dt-bindings: mtd: partitions: Document new dynamic-partitions node
` [RFC PATCH 2/2] mtd: core: introduce of support for dynamic partitions

[PATCH] mtd: rawnand: atmel: fix refcount leaks in atmel_nand_controller_init
 2022-01-25 17:55 UTC  (2+ messages)

[PATCH] mtd: spi-nor: core: Check written SR value in spi_nor_write_16bit_sr_and_check()
 2022-01-25 15:30 UTC 

[PATCH 0/8] nvmem: add ethernet address offset support
 2022-01-25 14:59 UTC  (6+ messages)
` [PATCH 5/8] net: add helper eth_addr_add()
` [PATCH 6/8] nvmem: transformations: ethernet address offset support

[PATCH v2 1/5] nvmem: core: Remove unused devm_nvmem_unregister()
 2022-01-25 14:04 UTC  (7+ messages)
` [PATCH v2 2/5] nvmem: core: Use devm_add_action_or_reset()
` [PATCH v2 3/5] nvmem: core: Check input parameter for NULL in nvmem_unregister()
` [PATCH v2 4/5] mtd: core: Drop duplicate NULL checks around nvmem_unregister()
` [PATCH v2 5/5] thunderbolt: "

[PATCH 1/2] platform: make platform_get_irq_optional() optional
 2022-01-25 14:01 UTC  (26+ messages)
        ` [PATCH] driver core: platform: Rename platform_get_irq_optional() to platform_get_irq_silent()

[PATCH] mtd: rawnand: arasan: Fix clock rate in NV-DDR
 2022-01-25 11:16 UTC  (8+ messages)

[PATCH v3 0/4] mtdchar: add MEMREAD ioctl
 2022-01-25 10:48 UTC  (5+ messages)
` [PATCH v3 1/4] mtd: track maximum number of bitflips for each read request
` [PATCH v3 2/4] mtd: always initialize 'stats' in struct mtd_oob_ops
` [PATCH v3 3/4] mtd: add ECC error accounting for each read request
` [PATCH v3 4/4] mtdchar: add MEMREAD ioctl

[PATCH 0/5] spi: make remove callback a void function
 2022-01-25 10:37 UTC  (11+ messages)
` [PATCH 5/5] "

[PATCH] mtd: spi-nor: macronix: Add support for mx66u1g45g
 2022-01-25 10:01 UTC  (2+ messages)

Wycena paneli fotowoltaicznych
 2022-01-25  9:10 UTC 

[PATCH] mtd: aspeed-smc: improve probe resilience
 2022-01-24 20:37 UTC  (12+ messages)

[PATCH v2 0/2] Fix corner case in bad block table handling
 2022-01-24 14:29 UTC  (5+ messages)
` [PATCH v2 1/2] "

block2mtd status request
 2022-01-24 13:00 UTC 

Fotowoltaika - nowe warunki
 2022-01-24  9:06 UTC 

[PATCH] ubi: fix slab-out-of-bounds in ubi_eba_get_ldesc+0xfb/0x130
 2022-01-24  2:40 UTC 

[PATCH] mtd: rawnand: omap_elm: remove redundant variable 'errors'
 2022-01-23 16:09 UTC  (2+ messages)

[PATCH v9 00/13] External ECC engines & Macronix support
 2022-01-23 16:01 UTC  (2+ messages)

[PATCH v3] mtd: onenand: Check for error irq
 2022-01-23 15:44 UTC  (2+ messages)

[PATCH 1/3] mtd: rawnand: nandsim: Replace overflow check with kzalloc to single kcalloc
 2022-01-23 15:43 UTC  (2+ messages)

[PATCH 1/2] mtd: rawnand: Remove of_get_nand_on_flash_bbt() wrapper
 2022-01-23 15:43 UTC  (2+ messages)

[PATCH v3 0/9] BCMA support for brcmnand
 2022-01-23 15:42 UTC  (2+ messages)

[PATCH 3/4] mtd: rawnand: gpmi: validate controller clock rate
 2022-01-23 15:39 UTC  (2+ messages)

[PATCH 4/4] mtd: rawnand: gpmi: support fast edo timings for mx28
 2022-01-23 15:39 UTC  (2+ messages)

[PATCH v2] mtd: phram: Prevent divide by zero bug in phram_setup()
 2022-01-23 15:33 UTC  (3+ messages)

[PATCH] mtd: rawnand: omap2: Prevent invalid configuration and build error
 2022-01-23 15:33 UTC  (3+ messages)

[PATCH 1/2] mtd: parsers: qcom: Fix kernel panic on skipped partition
 2022-01-23 15:32 UTC  (3+ messages)

[PATCH v2 1/2] mtd: rawnand: qcom: Fix clock sequencing in qcom_nandc_probe()
 2022-01-23 15:32 UTC  (3+ messages)

[PATCH] mtd: rawnand: ingenic: Fix missing put_device in ingenic_ecc_get
 2022-01-23 15:31 UTC  (3+ messages)

[PATCH v2 2/2] mtd: parsers: qcom: Don't print error message on -EPROBE_DEFER
 2022-01-23 15:23 UTC  (2+ messages)

[PATCH 2/2] mtd: parsers: qcom: Fix missing free for pparts in cleanup
 2022-01-23 15:23 UTC  (2+ messages)

[PATCH 2/4] mtd: rawnand: gpmi: fix controller timings setting
 2022-01-23 15:23 UTC  (2+ messages)

[PATCH] mtd: phram: Prevent divide by zero bug in phram_setup()
 2022-01-22  2:43 UTC  (4+ messages)

[PATCH] mtd: spi-nor: winbond: fix the name of W25Q16JV-IM/-JM
 2022-01-20 14:57 UTC 

[BUG] mtd: cfi_cmdset_0002: write regression since v4.17-rc1
 2022-01-20 13:00 UTC  (4+ messages)

[PATCH 0/3] mtdblock: Advertise about UBI and UBI block
 2022-01-20 11:22 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).