linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-28 20:21:09 to 2017-04-03 09:57:51 UTC [more...]

[PATCH v4 06/14] MIPS: jz4740: DTS: Add nodes for ingenic pinctrl and gpio drivers
 2017-04-03  9:57 UTC 

[PATCH v3 00/37] mtd: nand: denali: 2nd round of Denali NAND IP patch bomb
 2017-04-03  7:05 UTC  (44+ messages)
` [PATCH v3 01/37] mtd: nand: relax ecc.read_page() return value for uncorrectable ECC
` [PATCH v3 02/37] mtd: nand: denali: allow to override mtd->name from label DT property
` [PATCH v3 03/37] mtd: nand: denali: remove meaningless pipeline read-ahead operation
` [PATCH v3 04/37] mtd: nand: denali: fix bitflips calculation in handle_ecc()
` [PATCH v3 05/37] mtd: nand: denali: fix erased page checking
` [PATCH v3 06/37] mtd: nand: denali: support HW_ECC_FIXUP capability
` [PATCH v3 07/37] mtd: nand: denali_dt: enable HW_ECC_FIXUP for Altera SOCFPGA variant
` [PATCH v3 08/37] mtd: nand: denali: support 64bit capable DMA engine
` [PATCH v3 09/37] mtd: nand: denali_dt: remove dma-mask DT property
` [PATCH v3 10/37] mtd: nand: denali_dt: use pdev instead of ofdev for platform_device
` [PATCH v3 11/37] mtd: nand: denali: allow to override revision number
` [PATCH v3 12/37] mtd: nand: denali: support 1024 byte ECC step size
` [PATCH v3 13/37] mtd: nand: denali: avoid hard-coding ecc.strength and ecc.bytes
` [PATCH v3 14/37] mtd: nand: denali: support "nand-ecc-strength" DT property
` [PATCH v3 15/37] mtd: nand: denali: remove Toshiba and Hynix specific fixup code
` [PATCH v3 16/37] mtd: nand: denali_dt: add compatible strings for UniPhier SoC variants
` [PATCH v3 17/37] mtd: nand: denali: set NAND_ECC_CUSTOM_PAGE_ACCESS
` [PATCH v3 18/37] mtd: nand: denali: do not propagate NAND_STATUS_FAIL to waitfunc()
` [PATCH v3 19/37] mtd: nand: denali: use BIT() and GENMASK() for register macros
` [PATCH v3 20/37] mtd: nand: denali: remove unneeded find_valid_banks()
` [PATCH v3 21/37] mtd: nand: denali: handle timing parameters by setup_data_interface()
` [PATCH v3 22/37] mtd: nand: denali: rework interrupt handling
` [PATCH v3 23/37] mtd: nand: denali: fix NAND_CMD_STATUS handling
` [PATCH v3 24/37] mtd: nand: denali: fix NAND_CMD_PARAM handling
` [PATCH v3 25/37] mtd: nand: denali: switch over to cmd_ctrl instead of cmdfunc
` [PATCH v3 26/37] mtd: nand: denali: fix bank reset function
` [PATCH v3 27/37] mtd: nand: denali: use interrupt instead of polling for bank reset
` [PATCH v3 28/37] mtd: nand: denali: propagate page to helpers via function argument
` [PATCH v3 29/37] mtd: nand: denali: merge struct nand_buf into struct denali_nand_info
` [PATCH v3 30/37] mtd: nand: denali: use flag instead of register macro for direction

[PATCH] arm64: dts: uniphier: add input-delay properties to Cadence eMMC node
 2017-04-03  6:28 UTC  (2+ messages)

[PATCH v5 0/6] mtd: spi-nor: parse SFDP tables to setup (Q)SPI memories
 2017-04-02 18:32 UTC  (9+ 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

[PATCH v4] mtd: spi-nor: Add support for N25Q256A11
 2017-04-02 17:29 UTC  (2+ messages)

[RFC][PATCH] UBI: Make MTD_UBI_FASTMAP non-experimental
 2017-03-31 21:23 UTC  (6+ messages)
        ` [PATCH v2] "

(no subject)
 2017-03-31 19:30 UTC 

[PATCH v2 0/2] mtd: spi-nor: add stm32 qspi driver
 2017-03-31 17:02 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: Document the STM32 QSPI bindings
` [PATCH v2 2/2] mtd: spi-nor: add driver for STM32 quad spi flash controller

[PATCH 1/2] mtd: move code reading DT specified part probes to the common place
 2017-03-31 12:27 UTC  (15+ messages)
` [PATCH 2/2] dt-bindings: mtd: document linux,part-probe property
` [PATCH V2 1/2] mtd: move code reading DT specified part probes to the core
  ` [PATCH V2 2/2] dt-bindings: mtd: document linux,part-probe property

[PATCH V3 1/3] dt-bindings: mtd: document linux,part-probe property
 2017-03-31 11:40 UTC  (3+ messages)
` [PATCH V3 2/3] mtd: add core code reading DT specified part probes
` [PATCH V3 3/3] mtd: physmap_of: drop duplicated support for linux, part-probe property

[PATCH] mtd: use dev_of_node helper in mtd_get_of_node
 2017-03-31  9:49 UTC  (2+ messages)

[PATCH V1] mtd: mtk-nor: set controller to 4B mode with large capacity flash
 2017-03-31  8:56 UTC  (6+ messages)
` [PATCH V1 1/1] "

[PATCH v3] mtd: physmap_of: really fix the physmap add-ons
 2017-03-31  8:04 UTC  (2+ messages)

[PATCH] mtd: physmap_of: use OF helpers for reading strings
 2017-03-31  8:02 UTC  (2+ messages)

[PATCH v3 31/37] mtd: nand: denali: fix raw and oob accessors for syndrome page layout
 2017-03-31  4:01 UTC  (9+ messages)
` [PATCH v3 32/37] mtd: nand: denali: support hardware-assisted erased page detection
` [PATCH v3 33/37] mtd: nand: allocate aligned buffers if NAND_OWN_BUFFERS is unset
` [PATCH v3 34/37] mtd: nand: allow drivers to request minimum alignment for passed buffer
` [PATCH v3 35/37] mtd: nand: denali: skip driver internal bounce buffer when possible
` [PATCH v3 36/37] mtd: nand: denali: use non-managed kmalloc() for DMA buffer
` [PATCH v3 37/37] mtd: nand: denali: enable bad block table scan

next-20170330 build: 2 failures 8 warnings (next-20170330)
 2017-03-30 15:39 UTC  (2+ messages)

[PATCH] mtd: nand: davinci: add comment on NAND subpage write status on keystone
 2017-03-30 14:39 UTC 

[PATCH v4 0/9] Introduction to SPI NAND framework
 2017-03-30 12:57 UTC  (27+ 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 7/9] nand: spi: add Micron spi nand support
` [PATCH v4 8/9] nand: spi: Add generic SPI controller support

[PATCH V2 1/2] mtd: add support for partition parsers
 2017-03-30 12:35 UTC  (6+ messages)
` [PATCH V3 "
  ` [PATCH V4 "
    ` [PATCH V4 2/2] mtd: extract TRX parser out of bcm47xxpart into a separated module

[PATCH] ubifs: Fix O_TMPFILE corner case in ubifs_link()
 2017-03-30 12:27 UTC  (14+ messages)

[PATCH] Revert "mtd: davinci-nand: disable subpage write for keystone-nand"
 2017-03-30 11:46 UTC  (6+ messages)

[PATCH 0/2] mtd: spi-nor: add stm32 qspi driver
 2017-03-30 10:17 UTC  (12+ messages)
` [PATCH 2/2] mtd: spi-nor: add driver for STM32 quad spi flash controller

[PATCH] mtd: nand: omap2: Fix partition creation via cmdline mtdparts
 2017-03-30  7:37 UTC 

[REGRESSION 4.11] Commit d8514d8edb5b ("ovl: copy up regular file using O_TMPFILE") breaks ubifs
 2017-03-30  7:28 UTC 

[REGRESSION 4.11] Commit d8514d8edb5b ("ovl: copy up regular file using O_TMPFILE") breaks ubifs
 2017-03-30  7:18 UTC  (15+ messages)

mtd-utils: various fixes, apply OpenEmbedded patches
 2017-03-29 21:56 UTC  (7+ messages)

[PATCH v3 0/3] mtd: nand: Rework/cleanup the Atmel NAND driver
 2017-03-29 20:05 UTC  (2+ messages)

[PATCH v2 1/2] mtd: nand: orion: fix clk handling
 2017-03-29 20:03 UTC  (6+ messages)

Passing NAND mtdparts to OMAP2+ Kernel
 2017-03-29 19:59 UTC  (8+ messages)

[PATCH] ubifs: fix RENAME_WHITEOUT support
 2017-03-29 15:26 UTC  (4+ messages)

[PATCH v2] mtdram: check offs and len where appropriate
 2017-03-29 15:19 UTC  (2+ messages)

[PATCH] ubifs: Don't block RENAME_WHITEOUT flag in rename
 2017-03-29 15:12 UTC 

[PATCH v2] mtd: physmap_of: really fix the physmap add-ons
 2017-03-29 14:51 UTC  (2+ messages)

[RFC PATCH 0/2] Cavium NAND flash driver
 2017-03-29 13:59 UTC  (8+ 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 11:30 UTC  (8+ messages)
` [PATCH v2 20/53] mtd: nand: denali: do not set mtd->name

[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

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

[RESEND PATCH v2 27/53] mtd: nand: denali: avoid hard-coding ecc.strength and ecc.bytes
 2017-03-29  7:03 UTC  (7+ messages)
` [RESEND PATCH v2 50/53] mtd: nand: allocate aligned buffers if NAND_OWN_BUFFERS is unset

[RESEND PATCH v2 00/53] mtd: nand: denali: 2nd round of Denali NAND IP patch bomb
 2017-03-29  2:00 UTC  (3+ messages)
` [RESEND PATCH v2 13/53] mtd: nand: denali_dt: enable HW_ECC_FIXUP for Altera SOCFPGA variant

[PATCH v2] mtd: mchp23k256: Add driver for this SPI SRAM device
 2017-03-28 20:44 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).