linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-05 17:35:42 to 2020-02-17 11:30:45 UTC [more...]

[PATCH 0/3] mtd: spinand: Fix reading and writing of bad block markers
 2020-02-17 11:30 UTC  (12+ messages)
` [PATCH 1/3] mtd: spinand: Stop using spinand->oobbuf for buffering "
` [PATCH 2/3] mtd: spinand: Explicitly use MTD_OPS_RAW to write the bad block marker to OOB
` [PATCH 3/3] mtd: spinand: Wait for the erase op to finish before writing a bad block marker

[PATCH v2 0/4] mtd: rawnand: Add support Macronix Block Protection & deep power down mode
 2020-02-17  9:22 UTC  (11+ messages)
` [PATCH v2 1/4] mtd: rawnand: Add support manufacturer specific lock/unlock operatoin
` [PATCH v2 2/4] mtd: rawnand: Add support Macronix Block Protection function

Weird UBIFS error to cause connmand crashed in UBIFS volume root
 2020-02-17  8:57 UTC  (2+ messages)

[PATCH] mtd: spinand: toshiba: Support for new Kioxia Serial NAND
 2020-02-17  9:04 UTC  (2+ messages)

[PATCH] Revert "mtd: rawnand: denali: get ->setup_data_interface() working again"
 2020-02-17  8:33 UTC  (14+ messages)

[PATCH v5 0/2] mtd: rawnand: Add support for Macronix NAND randomizer
 2020-02-17  6:56 UTC  (3+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] dt-bindings: mtd: Document Macronix NAND device bindings

[PATCH v3 1/3] mtd: spi-nor: introduce SR_BP_SHIFT define
 2020-02-17  0:18 UTC  (18+ messages)
    ` [PATCH v3 2/3] mtd: spi-nor: add 4bit block protection support
      `  "

[PATCH 0/2] Untangle Spansion S25F{L|S}512S chip IDs
 2020-02-17  0:03 UTC  (3+ messages)
` [PATCH] mtd: spi-nor: use le32_to_cpu_array()

[PATCH v4 0/2] mtd: spi-nor: use spi-mem dirmap API
 2020-02-16 23:03 UTC  (5+ messages)
` [PATCH v4 1/2] mtd: spi-nor: split spi_nor_spimem_xfer_data()
` [PATCH v4 2/2] mtd: spi-nor: use spi-mem dirmap API

Cannot mount UBIFS volume rootfs to RO
 2020-02-16 22:51 UTC  (2+ messages)

Unable to mount root fs (UBIFS volume)
 2020-02-16 10:19 UTC  (6+ messages)

[PATCH v2] mtd: mtk-quadspi: add support for DMA reading
 2020-02-15  7:06 UTC  (4+ messages)

[PATCH 0/2] rewrite mtk-quadspi spi-nor driver with spi-mem
 2020-02-15  6:58 UTC  (3+ messages)
` [PATCH 1/2] spi: add support for mediatek spi-nor controller
` [PATCH 2/2] dt-bindings: convert mtk-quadspi binding doc for spi-mtk-nor

[PATCH] mtd: rawnand: ingenic: Allow to compile test the new Ingenic driver
 2020-02-15  5:53 UTC  (3+ messages)

[PATCH v7 0/8] Support fof Casefolding and Encryption
 2020-02-14 21:47 UTC  (26+ messages)
` [PATCH v7 1/8] unicode: Add utf8_casefold_iter
` [PATCH v7 2/8] fs: Add standard casefolding support
` [PATCH v7 3/8] f2fs: Use generic "
` [PATCH v7 4/8] ext4: "
` [PATCH v7 5/8] fscrypt: Have filesystems handle their d_ops
` [PATCH v7 6/8] f2fs: Handle casefolding with Encryption
` [PATCH v7 7/8] ext4: Hande casefolding with encryption
` [PATCH v7 8/8] ext4: Optimize match for casefolded encrypted dirs

[PATCH 1/4] MAINTAINERS: Add ubifs-authentication.rst to UBIFS
 2020-02-14 17:08 UTC  (4+ messages)
` [PATCH 2/4] docs: ubifs-authentication: Add a top-level heading
` [PATCH 3/4] docs: filesystems: link ubifs-authentication.rst
` [PATCH 4/4] docs: ubifs-authentication: fix Sphinx warning

[PATCH 0/9] mtd: spi-nor: add xSPI Octal DTR support
 2020-02-13 10:36 UTC  (11+ messages)
` [PATCH 1/9] spi: spi-mem: allow specifying whether an op is DTR or not
` [PATCH 2/9] spi: spi-mem: allow specifying a command's extension
` [PATCH 3/9] spi: cadence-quadspi: Add support for octal DTR flashes
` [PATCH 4/9] mtd: spi-nor: add support for DTR protocol
` [PATCH 5/9] mtd: spi-nor: get command opcode extension type from BFPT
` [PATCH 6/9] mtd: spi-nor: parse xSPI Profile 1.0 table
` [PATCH 7/9] mtd: spi-nor: use dummy cycle and address width info from SFDP
` [PATCH 8/9] mtd: spi-nor: enable octal DTR mode when possible
` [PATCH 9/9] mtd: spi-nor: add support for Cypress Semper flash
  ` [EXT] "

Flash corruption after power cut
 2020-02-12 19:00 UTC 

[RFC PATCH 00/14] mtd: rawnand: ams-delta: Prepare for merging
 2020-02-12 18:28 UTC  (19+ messages)
` [RFC PATCH 01/14 v2] mtd: rawnand: ams-delta: Write protect device during probe
` [RFC PATCH 02/14] mtd: rawnand: ams-delta: Use struct gpio_nand_platdata
` [RFC PATCH 03/14] ARM: OMAP1: ams-delta: Provide board specific partition info
` [RFC PATCH 04/14 v4] mtd: rawnand: ams-delta: Drop "
` [RFC PATCH 05/14] mtd: rawnand: ams-delta: Enable OF partition info support
` [RFC PATCH 06/14] mtd: rawnand: ams-delta: Push inversion handling to gpiolib
` [RFC PATCH 07/14] mtd: rawnand: ams-delta: Don't hardcode read/write pulse widths
` [RFC PATCH 08/14] mtd: rawnand: ams-delta: Make read pulses optional
` [RFC PATCH 09/14] mtd: rawnand: ams-delta: Handle more GPIO pins as optional
` [RFC PATCH 10/14] mtd: rawnand: ams-delta: Add module device tables
` [RFC PATCH 11/14] mtd: rawnand: ams-delta: Support custom driver initialisation
` [RFC PATCH 12/14] mtd: rawnand: ams-delta: Drop useless local variable
` [RFC PATCH 13/14] mtd: rawnand: ams-delta: Make the driver custom I/O ready
` [RFC PATCH 14/14] mtd: rawnand: ams-delta: Rename structures and functions to gpio_nand*

[PATCH v2] mtd: spi-nor: Fixup page size for S25FS-S
 2020-02-12 18:00 UTC  (4+ messages)

[PATCH] mtd: rawnand: ingenic: Use devm_platform_ioremap_resource()
 2020-02-11 17:31 UTC 

ubifs: mounting fails due to error in orphan file handling
 2020-02-11 13:47 UTC  (7+ messages)

[PATCH 0/2] mtd-utils: mkfs.ubifs: Add signing support for UBIFS images
 2020-02-11  8:12 UTC  (7+ messages)

Non-Random Bit errors on freshly erased Micron Flash
 2020-02-11  2:30 UTC 

Is this your linux-mtd@lists.infradead.org still active ??
 2020-02-11  1:50 UTC 

[PATCH v2 1/2] UBI: Fastmap: free unused fastmap anchor peb during detach
 2020-02-10 13:26 UTC  (2+ messages)
` [PATCH v2 2/2] UBI: fastmap: only produce the initial anchor PEB when fastmap is used

[PATCH 1/4] mtd: rawnand: cadence: get meta data size from registers
 2020-02-10  9:55 UTC  (4+ messages)
` [PATCH 2/4] mtd: rawnand: cadence: fix calculating avaialble oob size
` [PATCH 3/4] mtd: rawnand: cadence: change bad block marker size
` [PATCH 4/4] mtd: rawnand: cadence: reinit complete before execute command

[PATCH RFT 0/2] Add RPC-IF HyperFlash driver
 2020-02-10  9:18 UTC  (7+ messages)
` [PATCH RFT 0/2/2] mtd: hyperbus: add Renesas RPC-IF driver

[PATCH] libubigen: remove unnecessary include
 2020-02-09 21:42 UTC  (3+ messages)
` [PATCH] libubi: remove private kernel header from includes

[PATCH] mtd: fix spelling mistake "BlockMultiplerBits" -> "BlockMultiplierBits"
 2020-02-08 11:36 UTC 

[PATCH v4] mtd: nand: spi: rework detect procedure for different read id op
 2020-02-08  7:43 UTC 

[PATCH] ubi: fix memory leak from ubi->fm_anchor
 2020-02-08  3:00 UTC  (2+ messages)

[PATCH v7 0/8] Support fof Casefolding and Encryption
 2020-02-08  1:34 UTC 

[yocto] Support UBI u-boot
 2020-02-07 13:01 UTC  (3+ messages)
        ` [OE-core] "

[PATCH v2 00/11] pstore: mtd: support crash log to block and mtd device
 2020-02-07 12:25 UTC  (12+ messages)
` [PATCH v2 01/11] pstore/blk: new support logger for block devices
` [PATCH v2 02/11] blkoops: add blkoops, a warpper for pstore/blk
` [PATCH v2 03/11] pstore/blk: blkoops: support pmsg recorder
` [PATCH v2 04/11] pstore/blk: blkoops: support console recorder
` [PATCH v2 05/11] pstore/blk: blkoops: support ftrace recorder
` [PATCH v2 06/11] Documentation: pstore/blk: blkoops: create document for pstore_blk
` [PATCH v2 07/11] pstore/blk: skip broken zone for mtd device
` [PATCH v2 08/11] blkoops: respect for device to pick recorders
` [PATCH v2 09/11] pstore/blk: blkoops: support special removing jobs for dmesg
` [PATCH v2 10/11] blkoops: add interface for dirver to get information of blkoops
` [PATCH v2 11/11] mtd: new support oops logger based on pstore/blk

[PATCH v1 00/11] pstore: support crash log to block and mtd device
 2020-02-07 10:30 UTC  (13+ messages)
` [PATCH v1 11/11] mtd: new support oops logger based on pstore/blk

[PATCH v3] mtd: spinand: toshiba: Add comment about Kioxia ID
 2020-02-07  8:32 UTC  (2+ messages)

[PATCH] MIPS: c-r4k: Invalidate BMIPS5000 ZSCM prefetch lines
 2020-02-07  3:55 UTC  (2+ messages)

intel spi on atomic pi
 2020-02-06 21:03 UTC 

[PATCH v4 0/5] Add new series Micron SPI NAND devices
 2020-02-06 20:22 UTC  (6+ messages)
` [PATCH v4 1/5] mtd: spinand: micron: Generalize the OOB layout structure and function names
` [PATCH v4 2/5] mtd: spinand: micron: Add new Micron SPI NAND devices
` [PATCH v4 3/5] mtd: spinand: micron: identify SPI NAND device with Continuous Read mode
` [PATCH v4 4/5] mtd: spinand: micron: Add M70A series Micron SPI NAND devices
` [PATCH v4 5/5] mtd: spinand: micron: Add new Micron SPI NAND devices with multiple dies

[PATCH v2] mtd: spi-nor: Add support for xt25f128b chip
 2020-02-06 17:19 UTC 

[PATCH] mtd: core: allow mask_flags to be set for mtd_add_partition
 2020-02-06 13:46 UTC  (4+ messages)

mtd_nandbiterrs errors
 2020-02-06  6:42 UTC  (6+ messages)

Corruped NAND booting for all devices
 2020-02-06  1:40 UTC  (4+ messages)

[PATCH v6 0/5] Support fof Casefolding and Encryption
 2020-02-05 23:40 UTC  (6+ messages)
` [PATCH v6 1/5] unicode: Add standard casefolded d_ops


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