linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-22 20:09:26 to 2017-03-29 10:56:58 UTC [more...]

[PATCH 0/25 v2] fs: Convert all embedded bdis into separate ones
 2017-03-29 10:56 UTC  (4+ messages)
` [PATCH 04/25] fs: Provide infrastructure for dynamic BDIs in filesystems
` [PATCH 13/25] mtd: Convert to dynamically allocated bdi infrastructure
` [PATCH 22/25] ubifs: Convert to separately allocated bdi

[PATCH 0/2] mtd: spi-nor: add stm32 qspi driver
 2017-03-29 10:54 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: Document the STM32 QSPI bindings
` [PATCH 2/2] mtd: spi-nor: add driver for STM32 quad spi flash controller

UPS issue #1391711: unable to delivery parcel
 2017-03-29 10:51 UTC 

[RFC PATCH 0/2] Cavium NAND flash driver
 2017-03-29 10:02 UTC  (7+ messages)
` [RFC PATCH 1/2] dt-bindings: mtd: Add Cavium SOCs NAND bindings
` [RFC PATCH 2/2] nand: cavium: Nand flash controller for Cavium ARM64 SOCs

[PATCH v2 00/53] mtd: nand: denali: 2nd round of Denali NAND IP patch bomb
 2017-03-29  7:19 UTC  (26+ messages)
` [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 20/53] mtd: nand: denali: do not set mtd->name

[RESEND PATCH v2 27/53] mtd: nand: denali: avoid hard-coding ecc.strength and ecc.bytes
 2017-03-29  7:03 UTC  (41+ 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-29  2:00 UTC  (34+ messages)
` [RESEND PATCH v2 01/53] mtd: nand: allow to set only one of ECC size and ECC strength from DT
` [RESEND PATCH v2 03/53] mtd: nand: denali: remove unused CONFIG option and 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] mtd: mchp23k256: Add driver for this SPI SRAM device
 2017-03-28 20:44 UTC  (3+ messages)

Passing NAND mtdparts to OMAP2+ Kernel
 2017-03-28 19:57 UTC  (2+ messages)

Regarding UBI fastmap data CRC failure
 2017-03-28 13:58 UTC  (5+ messages)

[REGRESSION 4.11] Commit d8514d8edb5b ("ovl: copy up regular file using O_TMPFILE") breaks ubifs
 2017-03-28 12:16 UTC  (8+ messages)

[PATCH v4 0/9] Introduction to SPI NAND framework
 2017-03-28  1:38 UTC  (18+ 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

[PATCH v3] UBI: add debugfs file for tracking PEB state
 2017-03-27 18:24 UTC 

[PATCH v2 1/2] mtd: nand: orion: fix clk handling
 2017-03-27 18:19 UTC  (3+ messages)
` [PATCH v2 2/2] mtd: nand: orion: improve handling of optional clock

[PATCH v2] mtd: physmap_of: really fix the physmap add-ons
 2017-03-27 15:16 UTC 

[PATCH] mtd: physmap_of: really fix the physmap add-ons
 2017-03-27 13:54 UTC  (2+ messages)

[PATCH] Revert "mtd: davinci-nand: disable subpage write for keystone-nand"
 2017-03-27 10:26 UTC 

[PATCH v2] UBI: add debugfs file for tracking PEB state
 2017-03-25 15:23 UTC  (2+ messages)

[PATCH 0/5] mtd: nand: add support for on-die ECC
 2017-03-24 16:18 UTC  (3+ messages)
` [PATCH 1/5] dt-bindings: mtd: document new "on-die" nand-ecc-mode

[PATCH v3, 1/4] mtd: spi-nor: Add support for Octal SPI mode
 2017-03-24 15:56 UTC  (3+ messages)
` [PATCH v3, 4/4] dt-bindings: mtd: Add Octal SPI support to Cadence QSPI

[PATCH v5 0/6] mtd: spi-nor: parse SFDP tables to setup (Q)SPI memories
 2017-03-24 11:39 UTC  (11+ 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 00/13] mtd: nand: fsmc: fixes, improvements and cleanups
 2017-03-24  8:26 UTC  (38+ 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

[PATCH 0/2] ARM: dts: am335x-icev2: Add support for W25Q64 NOR flash
 2017-03-23 21:00 UTC  (2+ messages)

mtd-utils: various fixes, apply OpenEmbedded patches
 2017-03-23 10:57 UTC  (5+ messages)

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

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

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


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