public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2017-03-19 21:11:55 to 2017-03-23 09:46:18 UTC [more...]

mtd-utils: various fixes, apply OpenEmbedded patches
 2017-03-23  9:45 UTC  (9+ messages)
` [PATCH 1/5] Fix alignment trap triggered by NEON instructions
` [PATCH 2/5] Replace rpmatch() usage with checking first character of line
` [PATCH 3/5] Fix build with musl
` [PATCH 4/5] Fix libmtd behaviour if MTD is not present on the system
` [PATCH 5/5] Return correct error number in ubi_get_vol_info1

[patch] mtd: nand: hynix: Fix an error code in init
 2017-03-23  9:45 UTC  (3+ messages)

[PATCH v4 0/9] Introduction to SPI NAND framework
 2017-03-23  9:43 UTC  (10+ messages)
` [PATCH v4 1/9] mtd: nand: add oob iterator in nand_for_each_page
` [PATCH v4 2/9] mtd: nand: make sure mtd_oob_ops consistent in bbt
` [PATCH v4 3/9] mtd: nand: add more helpers in nand.h
` [PATCH v4 4/9] nand: spi: add basic blocks for infrastructure
` [PATCH v4 5/9] nand: spi: add basic operations support
` [PATCH v4 6/9] nand: spi: Add bad block support
` [PATCH v4 7/9] nand: spi: add Micron spi nand support
` [PATCH v4 8/9] nand: spi: Add generic SPI controller support
` [PATCH v4 9/9] MAINTAINERS: Add SPI NAND entry

[RESEND PATCH v2 27/53] mtd: nand: denali: avoid hard-coding ecc.strength and ecc.bytes
 2017-03-23  8:52 UTC  (29+ messages)
` [RESEND PATCH v2 28/53] mtd: nand: denali: support "nand-ecc-strength" DT property
` [RESEND PATCH v2 29/53] mtd: nand: denali: remove Toshiba and Hynix specific fixup code
` [RESEND PATCH v2 30/53] mtd: nand: denali_dt: add compatible strings for UniPhier SoC variants
` [RESEND PATCH v2 31/53] mtd: nand: denali: set NAND_ECC_CUSTOM_PAGE_ACCESS
` [RESEND PATCH v2 32/53] mtd: nand: denali: do not propagate NAND_STATUS_FAIL to waitfunc()
` [RESEND PATCH v2 33/53] mtd: nand: denali: use BIT() and GENMASK() for register macros
` [RESEND PATCH v2 34/53] mtd: nand: denali: remove unneeded find_valid_banks()
` [RESEND PATCH v2 35/53] mtd: nand: denali: handle timing parameters by setup_data_interface()
` [RESEND PATCH v2 36/53] mtd: nand: denali: remove meaningless pipeline read-ahead operation
` [RESEND PATCH v2 37/53] mtd: nand: denali: rework interrupt handling
` [RESEND PATCH v2 38/53] mtd: nand: denali: fix NAND_CMD_STATUS handling
` [RESEND PATCH v2 39/53] mtd: nand: denali: fix NAND_CMD_PARAM handling
` [RESEND PATCH v2 40/53] mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)
` [RESEND PATCH v2 41/53] mtd: nand: do not check R/B# for CMD_SET_FEATURES "
` [RESEND PATCH v2 42/53] mtd: nand: denali: switch over to cmd_ctrl instead of cmdfunc
` [RESEND PATCH v2 43/53] mtd: nand: denali: fix bank reset function
` [RESEND PATCH v2 44/53] mtd: nand: denali: use interrupt instead of polling for bank reset
` [RESEND PATCH v2 45/53] mtd: nand: denali: propagate page to helpers via function argument
` [RESEND PATCH v2 46/53] mtd: nand: denali: merge struct nand_buf into struct denali_nand_info
` [RESEND PATCH v2 47/53] mtd: nand: denali: use flag instead of register macro for direction
` [RESEND PATCH v2 48/53] mtd: nand: denali: fix raw and oob accessors for syndrome page layout
` [RESEND PATCH v2 49/53] mtd: nand: denali: support hardware-assisted erased page detection
` [RESEND PATCH v2 50/53] mtd: nand: allocate aligned buffers if NAND_OWN_BUFFERS is unset
` [RESEND PATCH v2 51/53] mtd: nand: denali: skip driver internal bounce buffer when possible
` [RESEND PATCH v2 52/53] mtd: nand: denali: use non-managed kmalloc() for DMA buffer
` [RESEND PATCH v2 53/53] mtd: nand: denali: enable bad block table scan

[RESEND PATCH v2 00/53] mtd: nand: denali: 2nd round of Denali NAND IP patch bomb
 2017-03-23  8:39 UTC  (32+ messages)
` [RESEND PATCH v2 01/53] mtd: nand: allow to set only one of ECC size and ECC strength from DT
` [RESEND PATCH v2 02/53] mtd: nand: use read_oob() instead of cmdfunc() for bad block check
` [RESEND PATCH v2 03/53] mtd: nand: denali: remove unused CONFIG option and macros
` [RESEND PATCH v2 04/53] mtd: nand: denali: remove redundant define of BANK(x)
` [RESEND PATCH v2 05/53] mtd: nand: denali: remove more unused struct members
` [RESEND PATCH v2 06/53] mtd: nand: denali: fix comment of denali_nand_info::flash_mem
` [RESEND PATCH v2 07/53] mtd: nand: denali: consolidate INTR_STATUS__* and INTR_EN__* macros
` [RESEND PATCH v2 08/53] mtd: nand: denali: introduce capability flag
` [RESEND PATCH v2 09/53] mtd: nand: denali: use int where no reason to use fixed width variable
` [RESEND PATCH v2 10/53] mtd: nand: denali: fix erased page checking
` [RESEND PATCH v2 11/53] mtd: nand: denali: fix bitflips calculation in handle_ecc()
` [RESEND PATCH v2 12/53] mtd: nand: denali: support HW_ECC_FIXUP capability
` [RESEND PATCH v2 13/53] mtd: nand: denali_dt: enable HW_ECC_FIXUP for Altera SOCFPGA variant
` [RESEND PATCH v2 14/53] mtd: nand: denali: support 64bit capable DMA engine
` [RESEND PATCH v2 15/53] mtd: nand: denali_dt: remove dma-mask DT property
` [RESEND PATCH v2 16/53] mtd: nand: denali_dt: use pdev instead of ofdev for platform_device
` [RESEND PATCH v2 17/53] mtd: nand: denali: allow to override revision number
` [RESEND PATCH v2 18/53] mtd: nand: denali: use nand_chip to hold frequently accessed data
` [RESEND PATCH v2 19/53] mtd: nand: denali: call nand_set_flash_node() to set DT node
` [RESEND PATCH v2 20/53] mtd: nand: denali: do not set mtd->name
` [RESEND PATCH v2 21/53] mtd: nand: denali: move multi device fixup code to a helper function
` [RESEND PATCH v2 22/53] mtd: nand: denali: simplify multi device fixup code
` [RESEND PATCH v2 23/53] mtd: nand: denali: set DEVICES_CONNECTED 1 if not set
` [RESEND PATCH v2 24/53] mtd: nand: denali: remove meaningless writes to read-only registers
` [RESEND PATCH v2 25/53] mtd: nand: denali: remove unnecessary writes to ECC_CORRECTION
` [RESEND PATCH v2 26/53] mtd: nand: denali: support 1024 byte ECC step size

[PATCH v2 00/53] mtd: nand: denali: 2nd round of Denali NAND IP patch bomb
 2017-03-23  8:16 UTC  (39+ messages)
` [PATCH v2 01/53] mtd: nand: allow to set only one of ECC size and ECC strength from DT
` [PATCH v2 02/53] mtd: nand: use read_oob() instead of cmdfunc() for bad block check
` [PATCH v2 03/53] mtd: nand: denali: remove unused CONFIG option and macros
` [PATCH v2 04/53] mtd: nand: denali: remove redundant define of BANK(x)
` [PATCH v2 05/53] mtd: nand: denali: remove more unused struct members
` [PATCH v2 06/53] mtd: nand: denali: fix comment of denali_nand_info::flash_mem
` [PATCH v2 07/53] mtd: nand: denali: consolidate INTR_STATUS__* and INTR_EN__* macros
` [PATCH v2 08/53] mtd: nand: denali: introduce capability flag
` [PATCH v2 09/53] mtd: nand: denali: use int where no reason to use fixed width variable
` [PATCH v2 10/53] mtd: nand: denali: fix erased page checking
` [PATCH v2 11/53] mtd: nand: denali: fix bitflips calculation in handle_ecc()
` [PATCH v2 12/53] mtd: nand: denali: support HW_ECC_FIXUP capability
` [PATCH v2 13/53] mtd: nand: denali_dt: enable HW_ECC_FIXUP for Altera SOCFPGA variant
` [PATCH v2 14/53] mtd: nand: denali: support 64bit capable DMA engine
` [PATCH v2 15/53] mtd: nand: denali_dt: remove dma-mask DT property
` [PATCH v2 16/53] mtd: nand: denali_dt: use pdev instead of ofdev for platform_device
` [PATCH v2 17/53] mtd: nand: denali: allow to override revision number
` [PATCH v2 18/53] mtd: nand: denali: use nand_chip to hold frequently accessed data
` [PATCH v2 19/53] mtd: nand: denali: call nand_set_flash_node() to set DT node
` [PATCH v2 20/53] mtd: nand: denali: do not set mtd->name
` [PATCH v2 21/53] mtd: nand: denali: move multi device fixup code to a helper function
` [PATCH v2 22/53] mtd: nand: denali: simplify multi device fixup code
` [PATCH v2 23/53] mtd: nand: denali: set DEVICES_CONNECTED 1 if not set
` [PATCH v2 24/53] mtd: nand: denali: remove meaningless writes to read-only registers

[PATCH v5 0/6] mtd: spi-nor: parse SFDP tables to setup (Q)SPI memories
 2017-03-22 23:39 UTC  (7+ messages)
` [PATCH v5 1/6] mtd: spi-nor: introduce more SPI protocols and the Dual Transfer Mode
` [PATCH v5 2/6] mtd: m25p80: add support of SPI 1-2-2 and 1-4-4 protocols
` [PATCH v5 3/6] mtd: spi-nor: add spi_nor_init() function
` [RFC PATCH v5 4/6] mtd: spi-nor: add support to non-uniform SPI NOR flash memories
` [RFC PATCH v5 5/6] mtd: spi-nor: parse Serial Flash Discoverable Parameters (SFDP) tables
` [RFC PATCH v5 6/6] mtd: spi-nor: parse SFDP 4-byte Address Instruction Table

[PATCH v4] mtd: spi-nor: Add support for N25Q256A11
 2017-03-22 23:04 UTC 

[PATCH 00/13] mtd: nand: fsmc: fixes, improvements and cleanups
 2017-03-22 22:53 UTC  (22+ messages)
` [PATCH 01/13] mtd: nand: fsmc: fix NAND width handling
` [PATCH 02/13] mtd: nand: fsmc: rework fsmc_nand_setup() to use ->setup_data_interface()
` [PATCH 03/13] mtd: nand: fsmc: add support to use NAND timings
` [PATCH 04/13] mtd: nand: fsmc: move fsmc_nand_data definition
` [PATCH 05/13] mtd: nand: fsmc: remove ->select_bank() from fsmc_nand_platform_data
` [PATCH 06/13] mtd: nand: fsmc: remove fsmc_select_chip()
` [PATCH 07/13] mtd: nand: fmsc: kill {read, write}_dma_priv from fsmc_nand_platform_data
` [PATCH 08/13] mtd: nand: fsmc: kill {nr_, }partitions structure fields
` [PATCH 09/13] mtd: nand: fsmc: remove duplicate nand_set_flash_node()
` [PATCH 10/13] mtd: nand: fsmc: finally remove fsmc_nand_platform_data
` [PATCH 11/13] mtd: nand: fsmc: use devm_clk_get()
` [PATCH 12/13] mtd: nand: fsmc: remove unused definitions
` [PATCH 13/13] mtd: nand: fsmc: remove CONFIG_OF conditional

Regarding UBI fastmap data CRC failure
 2017-03-22 22:49 UTC  (4+ messages)

[RESEND v1] UBI: add debugfs file for tracking PEB state
 2017-03-22 22:43 UTC  (2+ messages)

[PATCH v3 1/2] drivers mtd: spi-nor: add Winbond W25Q20 variants
 2017-03-22 21:18 UTC  (4+ messages)
` [PATCH v3 2/2] drivers mtd: spi-nor: add Macronix MX25Ux033E and MX25Ux035 variants

[PATCH v4 0/2] mtd: spi-nor: Add possibility to disable chip erase
 2017-03-22 21:00 UTC  (2+ messages)

[PATCH 4/5] mtd: nand: add support for Micron on-die ECC
 2017-03-22 17:11 UTC  (6+ messages)

[v2, 1/4] mtd: spi-nor: Add support for Octal SPI mode
 2017-03-22 10:07 UTC  (7+ messages)
` [PATCH v3, "
  ` [PATCH v3, 2/4] mtd: spi-nor: Add Octal SPI support to Cadence QSPI driver
  ` [PATCH v3, 3/4] mtd: spi-nor: Add Xtensa CPU support for cadence-quadspi
  ` [PATCH v3, 4/4] dt-bindings: mtd: Add Octal SPI support to Cadence QSPI

[PATCH v3] mtd: spi-nor: Add support for N25Q256A13
 2017-03-22  5:55 UTC  (3+ messages)

[PATCH 0/5] mtd: nand: add support for on-die ECC
 2017-03-21 22:33 UTC  (7+ messages)
` [PATCH 1/5] dt-bindings: mtd: document new "on-die" nand-ecc-mode
` [PATCH 2/5] mtd: nand: add core support for on-die ECC
` [PATCH 3/5] mtd: nand: export nand_{read,write}_page_raw()
` [PATCH 4/5] mtd: nand: add support for Micron on-die ECC
` [PATCH 5/5] mtd: nand: fsmc_nand: handle on-die ECC case

UBIFS: Failed to read/write file when contiguous pages are not enough
 2017-03-21 12:47 UTC 

[PATCH] mtd: nand: use .read_oob() instead of .cmdfunc() for bad block check
 2017-03-21  9:07 UTC  (5+ messages)

[PATCH] ubi: fastmap: fix slab corruption
 2017-03-21  8:40 UTC  (4+ messages)

UBIFS: Failed to read/write file when contiguous pages are not enough
 2017-03-21  7:30 UTC  (2+ messages)
    ` 答复: "

[PATCH] mtd:avoid blktrans_open/release race and avoid insmod ftl.ko deadlock
 2017-03-20  9:47 UTC  (2+ messages)

UBIFS: Failed to read/write file when contiguous pages are not enough
 2017-03-20  9:01 UTC  (2+ messages)

[PATCH v3 0/8] Introduction to SPI NAND framework
 2017-03-20  7:15 UTC  (21+ messages)
` [PATCH v3 1/8] mtd: nand: add more helpers in nand.h
` [PATCH v3 2/8] mtd: nand: add oob iterator in nand_for_each_page
` [PATCH v3 3/8] nand: spi: add basic blocks for infrastructure
` [PATCH v3 5/8] nand: spi: Add bad block support
` [PATCH v3 7/8] nand: spi: Add generic SPI controller support

[PATCH] ubi/upd: always flush after prepared for an update
 2017-03-19 21:11 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