linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-19 22:51:54 to 2018-10-01 12:44:08 UTC [more...]

[PATCH v4 1/8] mtd: maps: gpio-addr-flash: Replace custom printk
 2018-10-01 12:43 UTC  (2+ messages)
` [PATCH v4 6/8] mtd: maps: gpio-addr-flash: Convert to gpiod

[PATCH v2 0/8] gpio-addr-flash: Support for device-tree and cleanup
 2018-10-01 12:32 UTC  (21+ messages)
` [PATCH v2 3/8] mtd: maps: gpio-addr-flash: Use devm_* functions
` [PATCH v2 5/8] mtd: maps: gpio-addr-flash: Replace array with an integer
` [PATCH v2 6/8] mtd: maps: gpio-addr-flash: Split allocation in two
` [PATCH v2 7/8] mtd: maps: gpio-addr-flash: Add support for device-tree devices
` [PATCH v2 8/8] dt-binding: mtd: Document gpio-addr-flash
    ` [PATCH v3 "

[PATCH 1/2] ARM: omap1: add nand_chip declaration
 2018-10-01 11:46 UTC  (5+ messages)
` [PATCH 2/2] ARM: ixp4xx: include linux/mtd/platnand.h

[PATCH v3 0/5] spi: spi-mem: Add driver for NXP FlexSPI controller
 2018-10-01  9:09 UTC  (11+ messages)
` [PATCH v3 1/5] "
` [PATCH v3 2/5] dt-bindings: spi: add binding file "
` [PATCH v3 3/5] arm64: dts: lx2160a: add FlexSPI node property
` [PATCH v3 4/5] arm64: defconfig: enable NXP FlexSPI driver
` [PATCH v3 5/5] MAINTAINERS: add maintainers for the "

[PATCH v2] mtd: rawnand: marvell: check for RDY bits after enabling the IRQ
 2018-10-01  5:31 UTC  (12+ messages)

[RFC/RFT PATCH v1 0/9] mtd: fsl: quadspi: Fixes for fsl-quadspi.c driver (vybrid HW)
 2018-09-30 16:22 UTC  (16+ messages)
` [RFC/RFT PATCH v1 1/9] Revert "mtd: fsl-quadspi: Rename SEQID_QUAD_READ to SEQID_READ"
` [RFC/RFT PATCH v1 2/9] mtd: qspi: Provide quirk to read only half of RX buffer (NXP's vybrid)
` [RFC/RFT PATCH v1 3/9] mtd: spi: Do not setup the default seqid as we got it set for DUAL and QUAD
` [RFC/RFT PATCH v1 4/9] mtd: spi: Modify the HW capability mask according to supported RX lanes
` [RFC/RFT PATCH v1 5/9] mtd: spi: Provide LUT entry to perform DUAL read
` [RFC/RFT PATCH v1 6/9] mtd: spi: Enhance the fsl_qspi_read() method to support DUAL and QUAD
` [RFC/RFT PATCH v1 7/9] mtd: spi: Add SPI_NOR_DUAL_READ property for the 'n25q128a13' Micron memory
` [RFC/RFT PATCH v1 8/9] mtd: spi: Allocate memory corresponding to maximal fsl-quadspi.c controller area
` [RFC/RFT PATCH v1 9/9] mtd: spi: Skip reading the Serial Flash Discoverable Parameters

[PATCH v4 0/2] mtd: rawnand: meson: add Amlogic NAND driver support
 2018-09-28  8:33 UTC  (9+ messages)
` [PATCH v4 1/2] dt-bindings: nand: meson: add Amlogic NAND controller driver
` [PATCH v4 2/2] mtd: rawnand: meson: add support for Amlogic NAND flash controller

RES
 2018-09-28  5:29 UTC 

[PATCH v2] mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES register to 8 if unset
 2018-09-28  4:16 UTC 

CONGRATULATIONS
 2018-09-28  0:20 UTC 

[PATCH] spi: spi-mem: Fix inverted logic in op sanity check
 2018-09-27 22:40 UTC  (3+ messages)
` Applied "spi: spi-mem: Fix inverted logic in op sanity check" to the spi tree

[PATCH] mtd: rawnand: marvell: check for RDY bits after enabling the IRQ
 2018-09-27 21:50 UTC  (8+ messages)

[PATCH][mtd-next] mtd: rawnand: fix spelling mistake "card_registred" -> "card_registered"
 2018-09-27 15:24 UTC 

[LINUX PATCH v11 0/3] Add support for Arasan NAND Flash controller
 2018-09-27 10:57 UTC  (6+ messages)
` [LINUX PATCH v11 1/3] dt-bindings: mtd: arasan: Add device tree binding documentation
` [LINUX PATCH v11 2/3] mtd: rawnand: Add an option to get sdr timing mode number
` [LINUX PATCH v11 3/3] mtd: rawnand: arasan: Add support for Arasan NAND Flash Controller

[PATCH mtd-utils] mkfs.ubifs: Fix xattr nlink value
 2018-09-27  9:36 UTC 

[PATCH] mtd: rawnand: toshiba: Pass a single nand_chip object to the status helper
 2018-09-27  9:17 UTC  (2+ messages)

Trouble with new marvell_nand driver on PXA3xx
 2018-09-26 21:19 UTC  (8+ messages)

[PATCH] [v2] ARM: omap1: add nand_chip declaration
 2018-09-26 15:30 UTC  (4+ messages)

Hello
 2018-09-26 13:13 UTC 

Hello
 2018-09-26 13:49 UTC 

[PATCH] arm64: dts: rockchip: Enable SPI NOR flash on Rock64
 2018-09-26 11:38 UTC  (3+ messages)

ASAP
 2018-09-26  6:27 UTC 

ASAP
 2018-09-25 23:50 UTC 

Re
 2018-09-25 16:12 UTC 

Glückspilz Gewinner
 2018-09-25 14:39 UTC 

[PATCH 0/3] spi: spi-mem: Minor fixes/improvements
 2018-09-25  9:40 UTC  (10+ messages)
` [PATCH 1/3] spi: spi-mem: Add missing description for data.nbytes field
  ` Applied "spi: spi-mem: Add missing description for data.nbytes field" to the spi tree
` [PATCH 2/3] spi: spi-mem: Move the DMA-able constraint doc to the kerneldoc header
  ` Applied "spi: spi-mem: Move the DMA-able constraint doc to the kerneldoc header" to the spi tree
` [PATCH 3/3] spi: spi-mem: Add extra sanity checks on the op param
  ` Applied "spi: spi-mem: Add extra sanity checks on the op param" to the spi tree

[PATCH 0/3] mtd: rawnand: add STM32 FMC2 NAND flash controller driver
 2018-09-25  9:14 UTC  (14+ messages)
` [PATCH 1/3] dt-bindings: mtd: stm32_fmc2: add STM32 FMC2 NAND controller documentation
` [PATCH 2/3] mtd: rawnand: stm32_fmc2: add STM32 FMC2 NAND flash controller driver

[PATCH v2 00/12] Port the FSL QSPI driver to the SPI framework
 2018-09-25  8:53 UTC  (20+ messages)
` [PATCH v2 03/12] spi: Add a driver for the Freescale/NXP QuadSPI controller
    ` Questions about "

[PATCH] mtd: spi-nor: cadence-quadspi: Use proper enum for dma_unmap_single
 2018-09-25  8:18 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 4.18 043/235] mtd/maps: fix solutionengine.c printk format warnings
 2018-09-24 11:50 UTC 

[PATCH 4.14 032/173] mtd/maps: fix solutionengine.c printk format warnings
 2018-09-24 11:51 UTC 

[PATCH 4.9 018/111] mtd/maps: fix solutionengine.c printk format warnings
 2018-09-24 11:51 UTC 

[PATCH 4.4 11/70] mtd/maps: fix solutionengine.c printk format warnings
 2018-09-24 11:52 UTC 

[PATCH 3.18 067/105] mtd/maps: fix solutionengine.c printk format warnings
 2018-09-24 11:33 UTC 

[PATCH v2 0/2] MTD: spi-nor: add support for sst26wf016, sst26wf032
 2018-09-24  9:55 UTC  (3+ messages)
` [PATCH v2 1/2] mtd: spi-nor: Add support of sst26wf* flash ICs protection ops

[LINUX PATCH v10 0/2] Add support for Arasan NAND Flash controller
 2018-09-24  8:42 UTC  (7+ messages)
` [LINUX PATCH v10 2/2] mtd: rawnand: arasan: Add support for Arasan NAND Flash Controller

[GIT PULL] UBIFS fixes for 4.19-rc4
 2018-09-24  7:19 UTC  (2+ messages)

[PATCH] mtd: rawnand: denali: add DT property to specify skipped bytes in OOB
 2018-09-23 11:44 UTC  (9+ messages)

[PATCH] mtd: rawnand: Use proper enum for flctl_dma_fifo0_transfer
 2018-09-23 11:37 UTC  (3+ messages)

[PATCH v4 0/3] mtd: rawnand: ams-delta: Cleanups and optimizations
 2018-09-23 11:35 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/3] mtd: rawnand: ams-delta: show parent device in sysfs
  ` [PATCH v5 2/3] mtd: rawnand: ams-delta: Use private structure
  ` [PATCH v5 3/3] mtd: rawnand: ams-delta: Set port direction when needed

[PATCH v3 2/3] mtd: rawnand: ams-delta: use GPIO lookup table
 2018-09-23 11:35 UTC  (4+ messages)
` [PATCH v5] "

[PATCH] mtd: rawnand: Allow selection of ECC byte ordering at runtime
 2018-09-23 11:30 UTC  (2+ messages)

[GIT PULL] UBIFS fixes for 4.19-rc4
 2018-09-21 14:08 UTC  (4+ messages)

[PATCH] mtd: spi-nor: fsl-quadspi: Don't let -EINVAL on the bus
 2018-09-21  9:32 UTC 

Patch "mtd/maps: fix solutionengine.c printk format warnings" has been added to the 4.18-stable tree
 2018-09-21  8:23 UTC 

Patch "mtd/maps: fix solutionengine.c printk format warnings" has been added to the 4.14-stable tree
 2018-09-21  7:53 UTC 

Patch "mtd/maps: fix solutionengine.c printk format warnings" has been added to the 4.9-stable tree
 2018-09-21  7:45 UTC 

Patch "mtd/maps: fix solutionengine.c printk format warnings" has been added to the 4.4-stable tree
 2018-09-21  7:29 UTC 

Patch "mtd/maps: fix solutionengine.c printk format warnings" has been added to the 3.18-stable tree
 2018-09-21  7:25 UTC 

[PATCH] Revert "ubifs: xattr: Don't operate on deleted inodes"
 2018-09-21  6:29 UTC  (5+ messages)

[PATCH 0/4] mtd: spi-nor: aspeed: introduce optimized settings for fast reads
 2018-09-21  6:09 UTC  (5+ messages)
` [PATCH 1/4] mtd: spi-nor: aspeed: use command mode for reads

[PATCH] mtd-utils: Instead of doing preprocessor magic, just output off_t as long long
 2018-09-20 23:22 UTC 

[ubi-utils] - fixes for ubi-utils-klibc 2.0.2
 2018-09-20 21:16 UTC  (3+ messages)

[PATCH v2 0/3] ARM: OMAP1: ams-delta: Complete driver gpiod migration
 2018-09-20 20:58 UTC  (4+ messages)
` [PATCH v3 "

[PATCH] mtd: spi-nor: Set SPI_NOR_4B_OPCODES on all >16MB Spansion NORs
 2018-09-20 14:35 UTC  (3+ messages)

[GIT PULL] mtd: Fixes for 4.19-rc5
 2018-09-20  9:54 UTC  (2+ messages)

[RESEND PATCH 0/2] mtd: spi-nor: add entry for mt35xu512aba flash
 2018-09-20  9:20 UTC  (5+ messages)
` [RESEND PATCH 1/2] mtd: spi-nor: add macros related to MICRON flash

[PATCH] libmtd: don't print an error message for devices without ecc support
 2018-09-20  0:59 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).