linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-22 13:26:46 to 2019-04-01 14:01:38 UTC [more...]

[PATCH] eeprom: at25: Convert the driver to the spi-mem interface
 2019-04-01 14:01 UTC  (4+ messages)

[PATCH 1/2] mtd: Fix the check on nvmem_register() ret code
 2019-04-01 13:27 UTC  (8+ messages)
` [PATCH 2/2] mtd: Check add_mtd_device() "

[PATCH] ubifs: Do not skip hash checking in data nodes
 2019-04-01 13:00 UTC 

[PATCH v2 0/5] simple sort swap function improvements
 2019-04-01 11:08 UTC  (10+ messages)
` [PATCH v2 1/5] arch/arc: unwind.c: replace swap function with built-in one
` [PATCH v2 2/5] powerpc: module_[32|64].c: "
` [PATCH v2 3/5] ocfs2: dir, refcounttree, xattr: replace swap functions "
` [PATCH v2 4/5] ubifs: find.c: replace swap function "
` [PATCH v2 5/5] Lib: sort.h: replace int size with size_t size in the swap function

[PATCH v1] mtd: core: add sysfs nodes for querying the flash name and id
 2019-04-01  9:27 UTC  (3+ messages)

i.MX28 nand driver broken in Linux 4.18
 2019-04-01  9:23 UTC  (7+ messages)

[LINUX PATCH v2 3/3] spi: spi-mem: Add support for Zynq QSPI controller
 2019-04-01  7:59 UTC 

[LINUX PATCH v2 2/3] spi: spi-mem: export spi_mem_default_supports_op()
 2019-04-01  7:59 UTC 

[LINUX PATCH v2 0/3] Add support for Zynq QSPI controller driver
 2019-04-01  7:57 UTC 

[PATCH 0/7] Add Macronix MX25F0A MFD driver and NAND function
 2019-04-01  7:51 UTC  (9+ messages)
` [PATCH 1/7] mfd: Add Macronix MX25F0A MFD controller driver
` [PATCH 2/7] mtd: rawnand: Add Macronix MX25F0A NAND "
` [PATCH 3/7] spi: Patch Macronix MX25F0A SPI "
` [PATCH 4/7] dt-bindings: mfd: Document Macronix MX25F0A controller bindings
` [PATCH 5/7] spi: Add direct mapping mode for Macronix SPI controller
` [PATCH 6/7] mtd: rawnand: Add Macronix NAND read retry and randomizer support
` [PATCH 7/7] mtd: rawnand: Add Macronix NAND block protection driver

mkfs.ubifs issues with mtd-utils 2.1.0
 2019-04-01  6:40 UTC  (2+ messages)

[PATCH 1/3] mtd: devices: m25p80: Simplify m25p80_read()
 2019-04-01  4:49 UTC  (3+ messages)
` [PATCH 2/3] mtd: devices: m25p80: Drop extra length clamping in m25p80_write()
` [PATCH 3/3] mtd: devices: m25p80: Share code between m25p80_read() and m25p80_write()

[PATCH v2 00/36] Introduce the generic ECC engine abstraction
 2019-03-31 12:10 UTC  (21+ messages)
` [PATCH v2 01/36] mtd: nand: Move nand_device forward declaration to the top
` [PATCH v2 02/36] mtd: nand: Add an extra level in the Kconfig hierarchy
` [PATCH v2 03/36] mtd: nand: Drop useless 'depends on' in Kconfig
` [PATCH v2 04/36] mtd: rawnand: Use the NAND core
` [PATCH v2 05/36] mtd: nand: Add a NAND page I/O request type
` [PATCH v2 06/36] mtd: nand: Rename a core structure
` [PATCH v2 07/36] mtd: rawnand: Avoid a typedef
` [PATCH v2 09/36] mtd: rawnand: Clarify the values for invalid ECC mode/algo
` [PATCH v2 10/36] mtd: nand: Introduce the ECC engine abstraction
` [PATCH v2 11/36] mtd: Fix typo in mtd_ooblayout_set_databytes() description

[PATCH v3] mtd: spi-nor: fix nor->addr_width when its value configured from SFDP does not match the actual width
 2019-03-31  7:42 UTC 

[PATCH 0/5] simple sort swap function usage improvements
 2019-03-30 18:38 UTC  (9+ messages)
` [PATCH 1/5] arch/arc: unwind.c: replace swap function with built-in one
` [PATCH 2/5] powerpc: module_[32|64].c: "
` [PATCH 3/5] ocfs2: dir, refcounttree, xattr: replace swap functions "
` [PATCH 4/5] ubifs: find.c: replace swap function "
` [PATCH 5/5] Lib: sort.h: replace int size with size_t size in the swap function

[PATCH] mtd: rawnand: marvell: select target before setting up data interface
 2019-03-30 18:20 UTC  (7+ messages)

[PATCH v4 0/9] mtd: rawnand: denali: exec_op(), controller/chip separation, and cleanups
 2019-03-30 14:23 UTC  (11+ messages)
` [PATCH v4 1/9] mtd: rawnand: denali: use nand_chip pointer more for internal functions
` [PATCH v4 2/9] mtd: rawnand: denali: refactor raw page accessors
` [PATCH v4 3/9] mtd: rawnand: denali: remove unneeded casts in denali_{read, write}_pio
` [PATCH v4 4/9] mtd: rawnand: denali: switch over to ->exec_op() from legacy hooks
` [PATCH v4 5/9] mtd: rawnand: denali: use bool type instead of int where appropriate
` [PATCH v4 6/9] mtd: rawnand: denali_pci: rename goto labels
` [PATCH v4 7/9] mtd: rawnand: denali: decouple controller and NAND chips
` [PATCH v4 8/9] mtd: rawnand: denali: remove DENALI_NR_BANKS macro
` [PATCH v4 9/9] mtd: rawnand: denali: clean up coding style

nand_op_parser_exec_op should use longest pattern
 2019-03-30  9:21 UTC  (4+ messages)

[PATCH] MAINTAINERS: Remove my name from the MTD and NAND entries
 2019-03-30  8:29 UTC 

[PATCH] mkfs.ubifs: fix build without openssl
 2019-03-29 11:54 UTC  (2+ messages)

[LINUX PATCH 2/3] spi: spi-mem: call spi_mem_default_supports_op() first
 2019-03-29 11:08 UTC  (7+ messages)

[PATCH] MAINTAINERS: Add myself as co-maintainer for MTD
 2019-03-29 10:50 UTC  (4+ messages)

UBIFS file-system corruption (missing inode) after power-cut on 4.14.96
 2019-03-29  9:43 UTC  (6+ messages)

32-bit Amlogic (ARM) SoC: kernel BUG in kfree()
 2019-03-29  7:44 UTC  (8+ messages)

[PATCH v3 0/9] mtd: rawnand: denali: exec_op(), controller/chip separation, and cleanups
 2019-03-29  7:02 UTC  (10+ messages)
` [PATCH v3 2/9] mtd: rawnand: denali: refactor syndrome layout handling for raw access

[LINUX PATCH v13] rawnand: pl353: Add basic driver for arm pl353 smc nand interface
 2019-03-29  5:21 UTC  (5+ messages)

[PATCH V2 0/5] mtd: bcm63xxpart: add device tree support
 2019-03-29  2:19 UTC  (11+ messages)
` [PATCH V2 1/5] dt-bindings: mtd: describe the simple BCM963XX NOR flash layout
` [PATCH V2 2/5] mtd: bcm63xxpart: add of_match_table support
` [PATCH V2 3/5] mtd: bcm63xxpart: move imagetag parsing to its own parser
` [PATCH V2 4/5] dt-bindings: mtd: describe BCM963XX ImageTag format and usage
` [PATCH V2 5/5] mtd: parser_imagetag: add of_match_table support

[PATCH v2 0/2] mtd: physmap: Using gpio-addrs
 2019-03-29  2:13 UTC  (3+ messages)
` [PATCH v2 1/2] mtd: maps: physmap: Store gpio_values correctly
` [PATCH v2 2/2] dt-binding: mtd: physmap: Add example using addr-gpios property

[PATCH 0/2] mtd: physmap: Using gpio-addrs
 2019-03-28 19:59 UTC  (5+ messages)
` [PATCH 1/2] mtd: maps: physmap: Store gpio_values correctly
` [PATCH 2/2] dt-binding: mtd: physmap: Add example using addr-gpios property

[LINUX PATCH 3/3] spi: spi-mem: Add support for Zynq QSPI controller
 2019-03-28 11:16 UTC 

[LINUX PATCH 0/3] Add support for Zynq QSPI controller driver
 2019-03-28 11:14 UTC 

Using MTD_PHYSMAP_GPIO_ADDR
 2019-03-28  3:38 UTC 

[RFC PATCH 00/68] VFS: Convert a bunch of filesystems to the new mount API
 2019-03-27 23:48 UTC  (7+ messages)
` [RFC PATCH 46/68] mtd: Provide fs_context-aware mount_mtd() replacement
` [RFC PATCH 47/68] vfs: Convert romfs to use the new mount API
` [RFC PATCH 48/68] vfs: Convert cramfs "
` [RFC PATCH 49/68] vfs: Convert jffs2 "
` [RFC PATCH 50/68] mtd: Kill mount_mtd()
` [RFC PATCH 66/68] vfs: Convert ubifs to use the new mount API

[PATCH v2] mtd: spi-nor: Return error when nor->addr_width does not match the device size
 2019-03-27 16:04 UTC  (5+ messages)
  `  "

[PATCH v4] mtd: cfi: fix deadloop in cfi_cmdset_0002.c do_write_buffer
 2019-03-27 15:03 UTC 

[PATCH] fs: fix warning about Using plain integer as NULL pointer
 2019-03-27 13:53 UTC  (4+ messages)

[PATCH] mtd: rawnand: gpmi: move all driver code into single file
 2019-03-27 12:40 UTC 

[PATCH V2 0/2] spi: stm32-qspi: add dma support
 2019-03-26 14:43 UTC  (5+ messages)
` [PATCH V2 1/2] spi: stm32-qspi: add spi_master_put in release function
  ` Applied "spi: stm32-qspi: add spi_master_put in release function" to the spi tree
` [PATCH V2 2/2] spi: stm32-qspi: add dma support
  ` Applied "spi: stm32-qspi: add dma support" to the spi tree

[PATCH 4/4] mtd: spinand: micron: Support for new Micron SPI NAND flashes
 2019-03-26 10:52 UTC 

[PATCH 3/4] mtd: spinand: Enabled support to detect parameter page
 2019-03-26 10:52 UTC 

[PATCH 2/4] mtd: nand: Move ONFI code into nand/ directory
 2019-03-26 10:51 UTC 

[PATCH 1/4] mtd: rawnand: Turn the ONFI support to generic
 2019-03-26 10:51 UTC 

[PATCH 0/4] Introduce generic ONFI support
 2019-03-26 10:51 UTC 

[RFC PATCH v2 0/5] MTD: Add Initial Hyperbus support
 2019-03-26 10:40 UTC  (16+ messages)
` [RFC PATCH v2 1/5] mtd: cfi_cmdset_0002: Add support for polling status register
` [RFC PATCH v2 2/5] dt-bindings: mtd: Add binding documentation for Hyperbus memory devices
` [RFC PATCH v2 3/5] mtd: Add support "
` [RFC PATCH v2 5/5] mtd: hyperbus: Add driver for TI's Hyperbus memory controller

[PATCH] ubifs: Drop unnecessary setting of zbr->znode
 2019-03-26  8:05 UTC 

[PATCH 0/2] ubifs: Get rid of some ifdefs
 2019-03-26  7:52 UTC  (3+ messages)
` [PATCH 1/2] ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTION
` [PATCH 2/2] ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORT

[PATCH] compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING
 2019-03-26  6:02 UTC  (20+ messages)

[PATCH] ubifs: work around high stack usage with clang
 2019-03-25 17:57 UTC  (2+ messages)

[PATCH 0/2] spi: stm32-qspi: add dma support
 2019-03-25 16:19 UTC  (5+ messages)
` [PATCH 1/2] spi: stm32-qspi: add spi_master_put in release function
` [PATCH 2/2] spi: stm32-qspi: add dma support

[PATCH v3] spi-nor: intel-spi: Avoid crossing 4K address boundary on read/write
 2019-03-25  0:38 UTC  (2+ messages)

[PATCH] mtd: rawnand: ams-delta: Drop board specific partition info
 2019-03-24 22:33 UTC  (8+ messages)
` [PATCH v2] "

[RFC PATCH v3 00/18] fscrypt: key management improvements
 2019-03-22 22:02 UTC  (4+ messages)
` [RFC PATCH v3 07/18] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl

[PATCH v1 mtd/nand/next 0/3] mtd: rawnand: fsl_elbc: Make SW ECC work
 2019-03-22 13:26 UTC  (3+ messages)
` [PATCH v1 mtd/nand/next 1/3] mtd: rawnand: fsl_elbc: Cosmetic move
` [PATCH v1 mtd/nand/next 3/3] mtd: rawnand: fsl_elbc: Make SW ECC work


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