public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2017-03-29 19:36:08 to 2017-04-06 19:08:02 UTC [more...]

[PATCH 00/10] mtd: spi-nor: aspeed: support extensions
 2017-04-06 19:07 UTC  (12+ messages)
` [PATCH 01/10] mtd: spi-nor: aspeed: fix the AST2400 SMC window size
` [PATCH 02/10] mtd: spi-nor: aspeed: remove dummies from keep mask
` [PATCH 03/10] mtd: spi-nor: aspeed: add DMA support
` [PATCH 04/10] mtd: spi-nor: aspeed: add support for SPI dual IO read mode
` [PATCH 05/10] mtd: spi-nor: Add support for Macronix mx66l1g45g spi flash
` [PATCH 06/10] mtd: spi-nor: add SPI_NOR_DUAL_READ to some flash devices
` [PATCH 07/10] mtd: spi-nor: aspeed: configure chip window on AHB bus
` [PATCH 08/10] mtd: spi-nor: aspeed: use command mode for reads
` [PATCH 09/10] mtd: spi-nor: aspeed: link controller with the ahb clock
` [PATCH 10/10] mtd: spi-nor: aspeed: optimize read mode

[PATCH v4 06/14] MIPS: jz4740: DTS: Add nodes for ingenic pinctrl and gpio drivers
 2017-04-06 14:40 UTC  (5+ messages)
    ` [PATCH v4 01/14] dt/bindings: Document pinctrl-ingenic
    ` [PATCH v4 02/14] dt/bindings: Document gpio-ingenic
    ` [PATCH v4 13/14] pwm: jz4740: Let the pinctrl driver configure the pins

[PATCH v3 31/37] mtd: nand: denali: fix raw and oob accessors for syndrome page layout
 2017-04-06 14:08 UTC  (10+ 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

[PATCH] ubifs: Fix O_TMPFILE corner case in ubifs_link()
 2017-04-06 12:26 UTC  (17+ messages)

[PATCH 0/2] mtd: spi-nor: add stm32 qspi driver
 2017-04-05 16:20 UTC  (13+ messages)
` [PATCH 2/2] mtd: spi-nor: add driver for STM32 quad spi flash controller

[PATCH v2 0/2] mtd: spi-nor: add stm32 qspi driver
 2017-04-05 16:00 UTC  (7+ 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] mtd: cfi_cmdset_0002: PPB locking support for larger capacity devices
 2017-04-05 11:57 UTC 

[PATCH v1] mtd: mtk-nor: set controller's address width according to nor flas
 2017-04-05  8:37 UTC  (2+ messages)
` [PATCH v1 1/1] mtd: mtk-nor: set controller's address width according to nor flash

[PATCH V1] mtd: mtk-nor: set controller to 4B mode with large capacity flash
 2017-04-05  3:34 UTC  (7+ messages)
` [PATCH V1 1/1] "

[patch] mtd: nand: Fix a couple error codes
 2017-04-04  9:27 UTC  (2+ messages)

[PATCH V3 1/3] dt-bindings: mtd: document linux,part-probe property
 2017-04-03 16:40 UTC  (4+ 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

[RFC PATCH 0/2] Cavium NAND flash driver
 2017-04-03 16:18 UTC  (6+ messages)
` [RFC PATCH 1/2] dt-bindings: mtd: Add Cavium SOCs NAND bindings

[PATCH v3 00/37] mtd: nand: denali: 2nd round of Denali NAND IP patch bomb
 2017-04-03 15:46 UTC  (45+ 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 v4 04/14] GPIO: Add gpio-ingenic driver
 2017-04-03 14:15 UTC 

[PATCHv2] ubi: fastmap: fix slab corruption
 2017-04-03 11:44 UTC 

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

[RFC][PATCH] UBI: Make MTD_UBI_FASTMAP non-experimental
 2017-04-03 11:17 UTC  (7+ messages)
        ` [PATCH v2] "

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

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

[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] mtd: use dev_of_node helper in mtd_get_of_node
 2017-03-31  9:49 UTC  (2+ messages)

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

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] Revert "mtd: davinci-nand: disable subpage write for keystone-nand"
 2017-03-30 11:46 UTC  (6+ messages)

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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox