linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-25 12:22:50 to 2018-06-01 14:36:33 UTC [more...]

[RFC PATCH 0/2] spi: spi-mem: Add a direct mapping API
 2018-06-01 14:36 UTC  (3+ messages)
` [RFC PATCH 1/2] spi: spi-mem: Add a new API to support direct mapping
` [RFC PATCH 2/2] mtd: m25p80: Use the SPI mem direct API to possibly improve performances

[PATCH v3 0/6] mtd: rawnand: add NVIDIA Tegra NAND flash support
 2018-06-01 13:43 UTC  (14+ messages)
` [PATCH v3 1/6] mtd: rawnand: add Reed-Solomon error correction algorithm
` [PATCH v3 2/6] mtd: rawnand: add an option to specify NAND chip as a boot device
` [PATCH v3 3/6] mtd: rawnand: tegra: add devicetree binding
` [PATCH v3 4/6] mtd: rawnand: add NVIDIA Tegra NAND Flash controller driver
` [PATCH v3 5/6] ARM: dts: tegra: add Tegra20 NAND flash controller node
` [PATCH v3 6/6] ARM: dts: tegra: enable NAND flash on Colibri T20

[PATCH v8 0/4] mtd: Add a SPI NAND driver
 2018-06-01 13:14 UTC  (5+ messages)
` [PATCH v8 1/4] mtd: nand: Add core infrastructure to support SPI NANDs
` [PATCH v8 2/4] dt-bindings: Add bindings for SPI NAND devices
` [PATCH v8 3/4] mtd: spinand: Add initial support for Micron MT29F2G01ABAGD
` [PATCH v8 4/4] mtd: spinand: Add initial support for Winbond W25M02GV

[PATCH v7 0/5] mtd: Add a SPI NAND driver
 2018-06-01 12:55 UTC  (12+ messages)
` [PATCH v7 1/5] mtd: nand: Pass mode information to nand_page_io_req
` [PATCH v7 2/5] mtd: nand: Add core infrastructure to support SPI NANDs

UBIFS node corruption issue
 2018-06-01 12:49 UTC  (4+ messages)

[PATCH v3] lib/bch: Remove VLA usage
 2018-06-01 11:09 UTC  (2+ messages)

[PATCH 1/2] mtd: m25p80: Remove unneeded m25p->command field
 2018-06-01 10:03 UTC  (2+ messages)
` [PATCH 2/2] mtd: m25p80: Use SPI_MEM_OP_NO_DUMMY instead of SPI_MEM_OP_DUMMY(0, x)

[PATCH 00/11] Port the FSL QSPI driver to the SPI framework
 2018-06-01  9:27 UTC  (23+ messages)
` [PATCH 01/11] spi: spi-mem: Extend the SPI mem interface to set a custom memory name
` [PATCH 02/11] mtd: m25p80: Call spi_mem_get_name() to let controller set a custom name
` [PATCH 03/11] spi: Add a driver for the Freescale/NXP QuadSPI controller
` [PATCH 04/11] dt-bindings: spi: Move and adjust the bindings for the fsl-qspi driver
` [PATCH 05/11] ARM: dts: Reflect change of FSL QSPI driver and remove unused properties
` [PATCH 06/11] arm64: "
` [PATCH 07/11] ARM: defconfig: Use the new FSL QSPI driver under the SPI framework
` [PATCH 08/11] mtd: fsl-quadspi: Remove the driver as it was replaced by spi-fsl-qspi.c
` [PATCH 09/11] ARM: dts: ls1021a: Remove fsl, qspi-has-second-chip as it is not used
` [PATCH 10/11] ARM64: dts: ls1046a: "
` [PATCH 11/11] MAINTAINERS: Move the Freescale QSPI driver to the SPI framework

[RESEND PATCH 0/5] mtd: rawnand: add NVIDIA Tegra NAND flash support
 2018-05-31 21:44 UTC  (25+ messages)
` [RESEND PATCH 2/5] mtd: rawnand: add NVIDIA Tegra NAND Flash controller driver

[PATCH 1/2] dt-bindings: mtd: explicitly describe nesting partitions
 2018-05-31 16:20 UTC  (2+ messages)

[PATCH v8 0/5] mtd: cfi_cmdset_0002: Change write and erase functions
 2018-05-31 15:17 UTC  (7+ messages)
` [PATCH v8 1/5] mtd: cfi_cmdset_0002: Change write buffer to check correct value
` [PATCH v8 2/5] mtd: cfi_cmdset_0002: Change definition naming to retry write operation
` [PATCH v8 3/5] mtd: cfi_cmdset_0002: Change erase functions to retry for error
` [PATCH v8 4/5] mtd: cfi_cmdset_0002: Change erase functions to check chip good only
` [PATCH v8 5/5] mtd: cfi_cmdset_0002: Change erase one block to enable XIP once

[PATCH] lib/bch: Remove VLA usage
 2018-05-31 11:49 UTC  (4+ messages)

[PATCH v2 3/6] mtd: rawnand: add NVIDIA Tegra NAND Flash controller driver
 2018-05-31  9:55 UTC  (9+ messages)

[PATCH v2] lib/bch: Remove VLA usage
 2018-05-31  8:52 UTC  (2+ messages)

[PATCH v2 2/6] mtd: rawnand: tegra: add devicetree binding
 2018-05-31  6:42 UTC  (4+ messages)

[PATCH 5/6] mtd: rawnand: ams-delta: use GPIO lookup table
 2018-05-30 20:39 UTC  (6+ messages)
` [PATCH 5/6 v2] "

[PATCH v7 0/5] mtd: cfi_cmdset_0002: Change write and erase functions
 2018-05-30  9:39 UTC  (11+ messages)
` [PATCH v7 1/5] mtd: cfi_cmdset_0002: Change write buffer to check correct value
` [PATCH v7 2/5] mtd: cfi_cmdset_0002: Change definition naming to retry write operation
` [PATCH v7 3/5] mtd: cfi_cmdset_0002: Change erase functions to retry for error
` [PATCH v7 4/5] mtd: cfi_cmdset_0002: Change erase functions to check chip good only
` [PATCH v7 5/5] mtd: cfi_cmdset_0002: Change erase one block to enable XIP once

[PATCH v3 00/16] Update for QCOM NAND driver
 2018-05-30  8:53 UTC  (42+ messages)
` [PATCH v3 01/16] mtd: rawnand: helper function for setting up ECC configuration
` [PATCH v3 02/16] mtd: rawnand: denali: use helper function for ecc setup
` [PATCH v3 03/16] dt-bindings: qcom_nandc: make nand-ecc-strength optional
` [PATCH v3 05/16] mtd: rawnand: qcom: remove dt property nand-ecc-step-size
` [PATCH v3 06/16] mtd: rawnand: qcom: use the ecc strength from device parameter
` [PATCH v3 07/16] mtd: rawnand: qcom: wait for desc completion in all BAM channels
` [PATCH v3 08/16] mtd: rawnand: qcom: erased page detection for uncorrectable errors only
` [PATCH v3 09/16] mtd: rawnand: qcom: fix null pointer access for erased page detection
` [PATCH v3 10/16] mtd: rawnand: qcom: parse read errors for read oob also
` [PATCH v3 11/16] mtd: rawnand: qcom: modify write_oob to remove read codeword part
` [PATCH v3 12/16] mtd: rawnand: qcom: fix return value for raw page read
` [PATCH v3 13/16] mtd: rawnand: qcom: minor code reorganization for bad block check
` [PATCH v3 14/16] mtd: rawnand: qcom: check for operation errors in case of raw read
` [PATCH v3 15/16] mtd: rawnand: qcom: helper function for "
` [PATCH v3 16/16] mtd: rawnand: qcom: erased page bitflips detection

[PATCH v2 4/6] clk: tegra20: init NDFLASH clock to sensible rate
 2018-05-30  7:42 UTC  (8+ messages)

[PATCH] mtd: nand: raw: atmel: add module param to avoid using dma
 2018-05-29 21:37 UTC  (32+ messages)

[PATCH] procfs: use inline functions instead of macros for proc_create_single_data stub
 2018-05-29 19:20 UTC  (3+ messages)

[PATCH] mtd: atmel-quadspi: add suspend/resume hooks
 2018-05-29 19:15 UTC  (2+ messages)

ubi: refuse attaching mtd3 - MLC NAND is not supported
 2018-05-28 20:15 UTC  (4+ messages)

[PATCH 1/3] ubi: fastmap: Correctly handle interrupted erasures in EBA
 2018-05-28 20:04 UTC  (3+ messages)
` [PATCH 2/3] ubi: fastmap: Check each mapping only once
` [PATCH 3/3] ubi: fastmap: Detect EBA mismatches on-the-fly

[PATCH v6 0/5] mtd: cfi_cmdset_0002: Change write and erase functions
 2018-05-27 23:31 UTC  (7+ messages)

[PATCH v2 5/6] ARM: tegra: add Tegra20 NAND flash controller node
 2018-05-27 21:54 UTC 

[PATCH v2 6/6] ARM: tegra: enable NAND flash on Colibri T20
 2018-05-27 21:54 UTC 

[PATCH v2 0/6] mtd: rawnand: add NVIDIA Tegra NAND flash support
 2018-05-27 21:54 UTC 

[PATCH v2 1/6] mtd: rawnand: add Reed-Solomon error correction algorithm
 2018-05-27 21:54 UTC 

squashfs: issue mounting with dma enabled
 2018-05-27 18:58 UTC 

[PATCH] new NOR flash winbond w25q16jv, jedec code 0xef7015
 2018-05-27 12:49 UTC  (2+ messages)

NOR Flash Test Utility
 2018-05-25 19:15 UTC  (3+ 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).