linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-09 11:34:50 to 2019-04-18 16:25:26 UTC [more...]

[PATCH v6 0/7] mtd: rawnand: Support bad block markers in first, second or last page
 2019-04-18 16:25 UTC  (9+ messages)
` [PATCH v6 1/7] mtd: rawnand: Always store info about bad block markers in chip struct
` [PATCH v6 2/7] mtd: onenand: Store bad block marker position "
` [PATCH v6 3/7] mtd: nand: Cleanup flags and fields for bad block marker position
` [PATCH v6 4/7] mtd: nand: Make flags for bad block marker position more granular
` [PATCH v6 6/7] mtd: rawnand: ESMT: Also use the last page for bad block markers
` [PATCH v6 5/7] mtd: rawnand: Support bad block markers in first, second or last page
` [PATCH v6 7/7] mtd: rawnand: AMD: Also use the last page for bad block markers

[PATCH 1/2] mtd: nand: Kconfig: correct the MTD_NAND_ECC_SW_BCH select
 2019-04-18 16:24 UTC  (5+ messages)
` [PATCH 2/2] mtd: nand: raw: fix build dependency

[PATCH 0/4] meson-nand: small code improvements
 2019-04-18 16:22 UTC  (10+ messages)
` [PATCH 1/4] mtd: rawnand: meson: use struct_size macro
` [PATCH 2/4] mtd: rawnand: meson: use of_property_count_elems_of_size helper
` [PATCH 3/4] mtd: rawnand: meson: use a void pointer for meson_nfc_dma_buffer_setup
` [PATCH 4/4] mtd: rawnand: meson: only initialize the RB completion once

[PATCH -next] mtd: rawnand: ingenic: Make jz4725b_ooblayout_ops static
 2019-04-18 16:22 UTC  (2+ messages)

[PATCH] mtd: rawnand: constify elements of NAND_OP_PARSER(_PATTERN)
 2019-04-18 16:21 UTC  (2+ messages)

[PATCH] mtd: rawnand: marvell: Fix helper name in comment
 2019-04-18 16:19 UTC  (3+ messages)

[PATCH v2 1/4] dt-bindings: mtd: sunxi: Add new compatible
 2019-04-18 16:18 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: mtd: Add YAML schemas for the generic NAND options
 2019-04-18 16:18 UTC  (3+ messages)

[PATCH -next] mtd: rawnand: ingenic: Add missing MODULE_* information
 2019-04-18 16:14 UTC  (2+ messages)

[PATCH v5 0/9] mtd: rawnand: denali: exec_op(), controller/chip separation, and cleanups
 2019-04-18 16:12 UTC  (2+ messages)

[PATCH] mtd: rawnand: atmel: Fix spelling mistake in error message
 2019-04-18 16:12 UTC  (2+ messages)

[PATCH v1 mtd/nand/next 0/3] mtd: rawnand: fsl_elbc: Make SW ECC work
 2019-04-18 16:10 UTC  (3+ messages)
` [PATCH v1 mtd/nand/next 1/3] mtd: rawnand: fsl_elbc: Cosmetic move

[PATCH] mtd: rawnand: Fix sphinx syntax
 2019-04-18 16:09 UTC  (2+ messages)

[PATCH v2 0/6] mtd: nand: 6th batch of cleanups (Kconfig)
 2019-04-18 16:03 UTC  (2+ messages)

4-Byte addressing issue with IS25WP256D nor flash
 2019-04-18 14:11 UTC  (2+ messages)

[PATCH v3 0/3] mtd: Add support for reading MTD devices via the nvmem API
 2019-04-18 13:36 UTC  (2+ messages)
` Reading MAC addresses with NVMEM under MTD partition [Was: Re: [PATCH v3 1/3] nvmem: Update the OF binding to use a subnode for the cells list]

[PATCH] compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING
 2019-04-18 13:20 UTC  (2+ messages)

[PATCH v3 00/26] compat_ioctl: cleanups
 2019-04-18 11:10 UTC  (6+ messages)
` [PATCH v3 09/26] compat_ioctl: move drivers to compat_ptr_ioctl

[PATCH] mtd: rawnand: ams-delta: Drop board specific partition info
 2019-04-18  6:49 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 1/2 v2] mtd: nandsim: Embed struct nand_chip in struct nandsim
 2019-04-17 18:54 UTC  (2+ messages)
` [PATCH 2/2 v2] mtd: nandsim: switch to exec_op interface

[PATCH v3 0/5] MTD: Add Initial Hyperbus support
 2019-04-17 17:24 UTC  (11+ messages)
` [PATCH v3 1/5] mtd: cfi_cmdset_0002: Add support for polling status register
` [PATCH v3 2/5] dt-bindings: mtd: Add binding documentation for HyperFlash
` [PATCH v3 3/5] mtd: Add support for HyperBus memory devices
` [PATCH v3 4/5] dt-bindings: mtd: Add bindings for TI's AM654 HyperBus memory controller
` [PATCH v3 5/5] mtd: hyperbus: Add driver for TI's "

[PATCH v2 0/2] fscrypt: improve encrypted symlink performance
 2019-04-17 16:55 UTC  (9+ messages)
` [PATCH v2 1/2] vfs: use READ_ONCE() to access ->i_link
` [PATCH v2 2/2] fscrypt: cache decrypted symlink target in ->i_link

[PATCH v2 0/5] fscrypt: d_revalidate fixes and cleanups
 2019-04-17 14:24 UTC  (13+ messages)
` [PATCH v2 1/5] fscrypt: clean up and improve dentry revalidation
` [PATCH v2 2/5] fscrypt: fix race allowing rename() and link() of ciphertext dentries
` [PATCH v2 3/5] fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directory
` [PATCH v2 4/5] fscrypt: only set dentry_operations on ciphertext dentries
` [PATCH v2 5/5] fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext

[PATCH v5 0/7] mtd: rawnand: Support bad block markers in first, second or last page
 2019-04-17 12:31 UTC  (9+ messages)
` [PATCH v5 2/7] mtd: onenand: Store bad block marker position in chip struct
` [PATCH v5 1/7] mtd: rawnand: Always store info about bad block markers "
` [PATCH v5 3/7] mtd: nand: Cleanup flags and fields for bad block marker position
` [PATCH v5 4/7] mtd: nand: Make flags for bad block marker position more granular
` [PATCH v5 5/7] mtd: rawnand: Support bad block markers in first, second or last page
` [PATCH v5 7/7] mtd: rawnand: AMD: Also use the last page for bad block markers
` [PATCH v5 6/7] mtd: rawnand: ESMT: "

[PATCH v2 00/14] Implement exec_op for GPMI nand driver
 2019-04-17 10:33 UTC  (27+ messages)
` [PATCH 01/14] mtd: rawnand: export nand operation tracer
` [PATCH 02/14] mtd: rawnand: fsmc: Use nand_op_trace for operation tracing
` [PATCH 03/14] mtd: rawnand: gpmi: move all driver code into single file
` [PATCH 04/14] mtd: rawnand: gpmi: remove unused variable
` [PATCH 05/14] mtd: rawnand: gpmi: Remove unnecessary variables
` [PATCH 06/14] mtd: rawnand: gpmi: read buf in nand_read_page_op
` [PATCH 07/14] mtd: rawnand: gpmi: remove unused parameters
` [PATCH 08/14] mtd: rawnand: gpmi: Drop unnecessary restoring of previous chipselection
` [PATCH 09/14] mtd: rawnand: gpmi: use runtime PM to manage clocks
` [PATCH 10/14] dma: mxs: Drop unnecessary flag
` [PATCH 11/14] mtd: rawnand: gpmi: drop "
` [PATCH 12/14] dma: mxs: Add header file to be shared with gpmi nand driver
` [PATCH 13/14] dma: mxs: rename custom flag
` [PATCH 14/14] mtd: rawnand: gpmi: Implement exec_op

[PATCH v4 0/7] mtd: rawnand: Support bad block markers in first, second or last page
 2019-04-17 10:08 UTC  (15+ messages)
` [PATCH v4 1/7] mtd: rawnand: Always store info about bad block markers in chip struct
` [PATCH v4 2/7] mtd: onenand: Store bad block marker position "
` [PATCH v4 3/7] mtd: nand: Cleanup flags and fields for bad block marker position
` [PATCH v4 4/7] mtd: nand: Make flags for bad block marker position more granular
` [PATCH v4 6/7] mtd: rawnand: ESMT: Also use the last page for bad block markers
` [PATCH v4 7/7] mtd: rawnand: AMD: "

[PATCHv2] mtd: spi-nor: cadence-quadspi: add reset control
 2019-04-17  8:48 UTC  (2+ messages)

[PATCH] mtd: rawnand: Add Macronix NAND read retry and randomizer support
 2019-04-17  7:11 UTC  (10+ messages)

nand_op_parser_exec_op should use longest pattern
 2019-04-16 21:22 UTC  (5+ messages)

[PATCH] mtd: cfi_util: mark expected switch fall-throughs
 2019-04-16 20:49 UTC  (8+ messages)

[PATCH 0/3] Sun8i NAND DMA support
 2019-04-16 16:53 UTC  (6+ messages)
` [PATCH 2/3] mtd: rawnand: sunxi: Add DMA support for sun8i

[PATCH 0/2] Merge m25p80 into spi-nor
 2019-04-16 13:55 UTC  (6+ messages)
` [PATCH 1/2] mtd: spi-nor: Move m25p80 code in spi-nor.c
` [PATCH 2/2] mtd: spi-nor: Rework hwcaps selection for the spi-mem case

[PATCH v2] spi-nor: intel-spi: Add support for Intel Comet Lake SPI serial flash
 2019-04-16  9:11 UTC 

[LINUX PATCH v14] mtd: rawnand: pl353: Add basic driver for arm pl353 smc nand interface
 2019-04-15 11:10 UTC 

[PATCH 1/2] MAINTAINERS: Add myself as MTD maintainer
 2019-04-15  9:19 UTC  (4+ messages)

[PATCH] spi-nor: intel-spi: Add support for Intel Comet Lake SPI serial flash
 2019-04-15  9:10 UTC  (2+ messages)

[PATCH v3 0/4] Add Macronix MX25F0A MFD driver for raw nand and spi
 2019-04-15  9:23 UTC  (5+ messages)
` [PATCH v3 1/4] mfd: Add Macronix MX25F0A MFD controller driver
` [PATCH v3 2/4] mtd: rawnand: Add Macronix MX25F0A NAND controller
` [PATCH v3 3/4] spi: Patch Macronix SPI controller driver according to MX25F0A MFD driver
` [PATCH v3 4/4] dt-bindings: mfd: Document Macronix MX25F0A controller bindings

Allow tests to work on more platforms
 2019-04-15  8:20 UTC  (4+ messages)
` [PATCH 1/3] unittests/test_lib: Include proper header for _IOC_SIZE
` [PATCH 2/3] unittests/libmtd_test: Include fcntl header
` [PATCH 3/3] unittests: Define the use of _GNU_SOURCE

[PATCH v2] mtd: rawnand: marvell: Clean the controller state before each operation
 2019-04-14  8:50 UTC  (2+ messages)

[PATCH 1/2] mtd: nandsim: Embed struct nand_chip in struct nandsim
 2019-04-14  8:44 UTC  (5+ messages)
` [PATCH 2/2] mtd: nandsim: switch to exec_op interface

Arguments when nanddump mtd partitions
 2019-04-13 15:35 UTC 

[PATCH] mtd: nand: Fix build error while CONFIG_MTD_NAND_ECC_SW_BCH is set to module
 2019-04-12 15:23 UTC  (12+ messages)

[PATCH] jffs2: Fix use of uninitialized erase_completion_lcok
 2019-04-12  7:34 UTC  (3+ messages)

[PATCH] MAINTAINERS: Update jffs2 entry
 2019-04-12  7:27 UTC 

[PATCH v2] mtd: rawnand: mark expected switch fall-throughs
 2019-04-12  7:24 UTC  (6+ messages)

[PATCH v2 1/2] dt-bindings: mtd: Add YAML schemas for the generic NAND options
 2019-04-11 13:19 UTC  (4+ messages)

32-bit Amlogic (ARM) SoC: kernel BUG in kfree()
 2019-04-11  3:00 UTC  (12+ messages)

[PATCH] mtd: lpddr_cmds: Mark expected switch fall-through
 2019-04-10 21:47 UTC  (4+ messages)

[PATCH] mtd: phram: Mark expected switch fall-throughs
 2019-04-10 21:46 UTC  (4+ messages)

[PATCH] mtd: cfi_cmdset_0002: Mark expected switch fall-throughs
 2019-04-10 21:15 UTC  (4+ messages)

[PATCH v2] mtd: nand: Fix build error while CONFIG_MTD_NAND_ECC_SW_BCH is set to module
 2019-04-10 15:37 UTC 

[PATCH v2 0/4] Add Macronix MX25F0A MFD driver for raw nand and spi
 2019-04-10  9:37 UTC  (3+ messages)
` [PATCH v2 3/4] spi: Add MFD for Macronix MX25F0A SPI controller driver

[PATCH v2] MAINTAINERS: MTD Git repository is hosted on kernel.org
 2019-04-09 16:33 UTC  (2+ messages)

mmotm 2019-04-08-22-14 uploaded (drivers/mtd/nand/raw/nand_base.c + omap2.c)
 2019-04-09 15:51 UTC 


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