linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-09 13:59:48 to 2018-05-16 11:28:13 UTC [more...]

vm_fault_t conversion, for real
 2018-05-16 11:28 UTC  (20+ messages)
` [PATCH 01/14] orangefs: don't return errno values from ->fault
` [PATCH 02/14] fs: make the filemap_page_mkwrite prototype consistent
` [PATCH 03/14] dax: make the dax_iomap_fault "
` [PATCH 04/14] mm: remove the unused device_private_entry_fault export
` [PATCH 05/14] ceph: untangle ceph_filemap_fault
` [PATCH 06/14] btrfs: separate errno from VM_FAULT_* values
` [PATCH 07/14] ext4: "
` [PATCH 08/14] ocfs2: "
` [PATCH 09/14] ubifs: "
` [PATCH 10/14] vgem: "
` [PATCH 11/14] ttm: "
` [PATCH 12/14] lustre: "
` [PATCH 13/14] mm: move arch specific VM_FAULT_* flags to mm.h
` [PATCH 14/14] mm: turn on vm_fault_t type checking

[PATCH] mtd: spi-nor: add support for Microchip 25LC256
 2018-05-16 10:05 UTC  (5+ messages)

[PATCH v7] mtd: rawnand: use bit-wise majority to recover the contents of ONFI parameter
 2018-05-16  9:08 UTC  (8+ messages)

[PATCH v7 0/5] mtd: Add a SPI NAND driver
 2018-05-16  7:07 UTC  (8+ 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
` [PATCH v7 3/5] dt-bindings: Add bindings for SPI NAND devices
` [PATCH v7 4/5] mtd: nand: spi: Add initial support for Micron MT29F2G01ABAGD
` [PATCH v7 5/5] mtd: nand: spi: Add initial support for Winbond W25M02GV

[PATCH v3] mtd: cfi_cmdset_0002: Change write buffer to check correct value
 2018-05-15 23:16 UTC  (7+ messages)

[PATCH v5 2/2] mtd: rawnand: use bit-wise majority to recover the contents of ONFI parameter
 2018-05-15 21:02 UTC  (10+ messages)

[PATCH 0/5] mtd-utils: Add fastmap support to ubinize
 2018-05-15 20:22 UTC  (8+ messages)
` [PATCH 1/5] Sync ubi-media.h with Linux
` [PATCH 2/5] ubinize: Don't stat image file twice
` [PATCH 3/5] libubigen: Carry image path and size in volume info
` [PATCH 4/5] libubigen: Maintain a eraseblock association table
` [PATCH 5/5] ubinize: Add fastmap support

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

Some questions about the spi mem framework
 2018-05-15 15:25 UTC 

GPMI nand flash ECC errors with mainline kernel
 2018-05-15 13:49 UTC  (3+ messages)

Issue while oops and panic message logging to MTD partition
 2018-05-15 12:07 UTC  (2+ messages)

[PATCH v4 0/1] mtd: cfi_cmdset_0002: Change write buffer to check chip good
 2018-05-15  9:43 UTC  (2+ messages)
` [PATCH v4 1/1] mtd: cfi_cmdset_0002: Change write buffer to check correct value

[PATCH] mtd: rawnand: marvell: Fix read logic for layouts with ->nchunks > 2
 2018-05-15  9:13 UTC  (3+ messages)

[PATCH] mtd: nand: Fix return type of __DIVIDE() when called with 32-bit
 2018-05-15  9:12 UTC  (9+ messages)

[PATCH 0/8] ubi: fastmap: Support for preseeded fastmap
 2018-05-14 11:24 UTC  (9+ messages)
` [PATCH 1/8] ubi: fastmap: Add support for flags
` [PATCH 2/8] ubi: fastmap: Add UBI_FM_SB_PRESEEDED_FLG flag
` [PATCH 3/8] ubi: fastmap: Implement PEB fixup
` [PATCH 4/8] ubi: fastmap: Handle bad block count for preseeded fastmap case
` [PATCH 5/8] ubi: fastmap: Fixup pool sizes for preseeded fastmaps
` [PATCH 6/8] ubi: fastmap: Scan empty space if fastmap is preseeded
` [PATCH 7/8] ubi: fastmap: Relax size check
` [PATCH 8/8] ubi: Fix assert in ubi_wl_init

[PATCH] mtd: spi-nor: Add support for is25wp series chips
 2018-05-14 10:29 UTC  (2+ messages)

[PATCH] m68k: Implement ndelay() as an inline function to force type checking/casting
 2018-05-14 10:52 UTC  (5+ messages)

[PATCH v5 0/2] mtd: cfi_cmdset_0002: Changes to retry for flash erase
 2018-05-14 10:23 UTC  (5+ messages)

[PATCH RESEND v5 0/2] mtd: cfi_cmdset_0002: Changes to retry for flash erase
 2018-05-14  9:27 UTC  (3+ messages)
` [PATCH RESEND v5 1/2] mtd: cfi_cmdset_0002: Change definition naming to retry write operation
` [PATCH RESEND v5 2/2] mtd: cfi_cmdset_0002: Change erase functions to retry for error

[PATCH RESEND v5 1/2] mtd: cfi_cmdset_0002: Change definition naming to retry write operation
 2018-05-14  9:10 UTC  (2+ messages)
` [PATCH RESEND v5 2/2] mtd: cfi_cmdset_0002: Change erase functions to retry for error

[PATCH v2] mtd: rawnand: Do not check FAIL bit when executing a SET_FEATURES op
 2018-05-14  8:54 UTC  (2+ messages)

[PATCH 0/3] mtd-utils: miscellaneous fixes
 2018-05-14  8:53 UTC  (4+ messages)
` [PATCH 1/3] ubiformat: process command line arguments first
` [PATCH 2/3] ubiformat: remove no-volume-table option
` [PATCH 3/3] mtd-utils: make sure pkg-config is installed in configure script

[PATCH 0/6] ubifs: Some simple fixes
 2018-05-14  8:18 UTC  (7+ messages)
` [PATCH 1/6] ubifs: remove set but never used variable
` [PATCH 2/6] ubifs: journal: Remove wrong comment
` [PATCH 3/6] ubifs: Spelling fix someting -> something
` [PATCH 4/6] ubifs: log: Some spelling fixes
` [PATCH 5/6] ubifs: gc: Fix typo
` [PATCH 6/6] ubifs: lpt: Fix wrong pnode number range in comment

linux-4.17-rc4 marvell-nand.c driver problems
 2018-05-14  7:33 UTC  (5+ messages)

[PATCH 09/15] ubifs_lookup: use d_splice_alias()
 2018-05-14  6:48 UTC 

[PATCH v5 2/2] mtd: cfi_cmdset_0002: Change erase functions to retry for error
 2018-05-14  2:13 UTC 

[PATCH v5 1/2] mtd: cfi_cmdset_0002: Change definition naming to retry write operation
 2018-05-14  2:12 UTC 

[PATCH v4 2/2] mtd: cfi_cmdset_0002: Change erase functions to retry for error
 2018-05-14  1:19 UTC 

[PATCH v4 1/2] mtd: cfi_cmdset_0002: Change definition naming to retry write operation
 2018-05-14  1:19 UTC 

[PATCH v4 0/2] mtd: cfi_cmdset_0002: Changes to retry for flash erase
 2018-05-14  1:19 UTC 

[PATCH v6] mtd: rawnand: use bit-wise majority to recover the contents of ONFI parameter
 2018-05-13  4:39 UTC  (3+ messages)

[PATCH] mtd: nand: Add support for reading ooblayout from device tree
 2018-05-12 18:30 UTC  (6+ messages)

[PATCH] mtd: cfi_cmdset_0002: Fix coding style issues
 2018-05-12 15:18 UTC  (4+ messages)

[PATCH] mtd: bcm47xxpart: improve handling TRX partition size
 2018-05-12 15:17 UTC  (3+ messages)

[PATCH] mtd: Fix comparison in map_word_andequal()
 2018-05-12 15:16 UTC  (2+ messages)

[PATCH] mtd: nand: Add support for reading ooblayout from device tree
 2018-05-12  5:55 UTC  (2+ messages)

make a few block drivers highmem safe
 2018-05-11 21:08 UTC  (8+ messages)
` [PATCH 1/7] mtip32xx: don't use block layer bounce buffers
` [PATCH 2/7] DAC960: "
` [PATCH 7/7] ps3disk: handle highmem pages

[PATCH] mtd: nand: Do not check FAIL bit when executing a SET_FEATURES op
 2018-05-11 11:26 UTC  (2+ messages)

[PATCH v3 0/9] spi: Extend the framework to generically support memory devices
 2018-05-11  9:24 UTC  (3+ messages)
` [PATCH v3 9/9] spi: Get rid of the spi_flash_read() API

[GIT PULL] mtd: Fixes for 4.17-rc5
 2018-05-11  7:59 UTC 

[PATCH v2 2/2] mtd: rawnand: fsl_ifc: use bit-wise majority to
 2018-05-11  5:03 UTC  (2+ messages)

[PATCH v3 3/9] spi: Extend the core to ease integration of SPI memory controllers
 2018-05-11  2:58 UTC  (2+ messages)
` Applied "spi: Extend the core to ease integration of SPI memory controllers" to the spi tree

[PATCH v2 06/10] spi: bcm-qspi: Implement the spi_mem interface
 2018-05-11  2:56 UTC  (2+ messages)
` Applied "spi: bcm-qspi: Implement the spi_mem interface" to the spi tree

[PATCH v2 09/10] mtd: spi-nor: Use the spi_mem_xx() API
 2018-05-11  2:55 UTC  (2+ messages)
` Applied "mtd: spi-nor: Use the spi_mem_xx() API" to the spi tree

[PATCH v4 5/7] spi: ti-qspi: Implement the spi_mem interface
 2018-05-11  2:55 UTC  (2+ messages)
` Applied "spi: ti-qspi: Implement the spi_mem interface" to the spi tree

[PATCH] ubifs, xattr: remove misguided quota flags
 2018-05-11  2:26 UTC 

[PATCH/RFC] mtd: spi-nor: honour max_message_size for spi-nor writes
 2018-05-10 12:27 UTC  (6+ messages)

support for non-uniform SPI NOR flash memories
 2018-05-10 10:19 UTC  (4+ messages)

vmalloc with GFP_NOFS
 2018-05-10  7:18 UTC  (11+ messages)

[PATCH] mtd: rawnand: micron: Fix support for on-die ECC
 2018-05-10  6:46 UTC  (4+ messages)

[PATCH v4 1/2] mtd: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter pages
 2018-05-10  2:52 UTC  (6+ messages)
` [PATCH v4 2/2] mtd: rawnand: use bit-wise majority to recover the contents of ONFI parameter

[PATCH 00/18] Fix some build warnings/errors with Sphinx
 2018-05-09 15:56 UTC  (3+ messages)
` [PATCH 16/18] mtd: rawnand.h: use nested union kernel-doc markups

[PATCH] mtd: move code adding (registering) partitions to the parse_mtd_partitions()
 2018-05-09 15:53 UTC  (2+ messages)

[PATCH] mtd: nxp-spifi: decrement flash_np refcnt on error paths
 2018-05-09 15:11 UTC  (7+ messages)
      ` [PATCH v2] mtd: nxp-spifi: release flash_np in nxp_spifi_probe()
          ` [PATCH v3] "

mtd: cfi_cmdset_0002: Read data 3 times to check write operation status
 2018-05-09 14:32 UTC  (3+ messages)

[PATCH] mtd: cfi_cmdset_0002: Change write buffer to check correct value
 2018-05-09 14:28 UTC  (5+ 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).