linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-19 08:31:30 to 2018-10-29 09:41:22 UTC [more...]

GPMI IMX6ull timeout on dma
 2018-10-29  9:40 UTC  (4+ messages)
  ` FIX "

[PATCH 0/3] mtd: rawnand: add STM32 FMC2 NAND flash controller driver
 2018-10-29  9:22 UTC  (5+ messages)
` [PATCH 2/3] mtd: rawnand: stm32_fmc2: "

[PATCH] ubifs: Handle re-linking of inodes correctly while recovery
 2018-10-29  9:18 UTC  (2+ messages)

[PATCH] mtd: sa1100: avoid VLA in sa1100_setup_mtd
 2018-10-29  7:30 UTC  (6+ messages)

[PATCH 1/3] mtd: Move Redboot partition parser
 2018-10-28 19:24 UTC  (7+ messages)
` [PATCH 2/3] mtd: partitions: Add RedBoot FIS DT bindings

read-only FS with error -2
 2018-10-28 18:59 UTC  (8+ messages)

[PATCH] mtd: nand: Fix nanddev_neraseblocks()
 2018-10-28 11:29 UTC 

Regression in handling power cuts since 3a1e819b4e80 ("ovl: store file handle of lower inode on copy up")
 2018-10-27 19:33 UTC  (19+ messages)

[PATCH v2] mtd: spi-nor: Add support for SPI boot flash access for AMD Family 16h
 2018-10-27 15:39 UTC  (2+ messages)

bad block table erased by u-boot's ubi part command
 2018-10-27 11:13 UTC  (3+ messages)

[PATCH 3/3] spi: spi-mem: MediaTek: Add SPI NAND Flash interface driver for MediaTek MT7622
 2018-10-26  6:08 UTC  (2+ messages)

[PATCH v2 00/10] mtd: cfi_cmdset_0002: Fix flash write issue for OpenWrt Project
 2018-10-25 16:40 UTC  (18+ messages)
` [PATCH v2 01/10] mtd: cfi_cmdset_0002: Change do_write_oneword() to use chip_good()
` [PATCH v2 02/10] mtd: cfi_cmdset_0002: Remove chip_ready() from do_write_buffer()
` [PATCH v2 03/10] mtd: cfi_cmdset_0002: Remove goto statement "
` [PATCH v2 04/10] mtd: cfi_cmdset_0002: Call xip_enable() once only in do_write_buffer()
` [PATCH v2 05/10] mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce function size
` [PATCH v2 06/10] mtd: cfi_cmdset_0002: Split do_write_oneword() op_done goto statement
` [PATCH v2 07/10] mtd: cfi_cmdset_0002: Remove op_done goto statement from do_write_oneword()
` [PATCH v2 08/10] mtd: cfi_cmdset_0002: Remove retry "
` [PATCH v2 09/10] mtd: cfi_cmdset_0002: Split write-to-buffer-reset sequence
` [PATCH v2 10/10] mtd: cfi_cmdset_0002: Split to wait write buffer to check if completed

[PATCH v3 00/11] mtd: cfi_cmdset_0002: Fix flash write issue for OpenWrt Project
 2018-10-25 16:32 UTC  (12+ messages)
` [PATCH v3 01/11] mtd: cfi_cmdset_0002: Change do_write_oneword() to use chip_good()
` [PATCH v3 02/11] mtd: cfi_cmdset_0002: Remove chip_ready() from do_write_buffer()
` [PATCH v3 03/11] mtd: cfi_cmdset_0002: Remove goto statement "
` [PATCH v3 04/11] mtd: cfi_cmdset_0002: Call xip_enable() once only in do_write_buffer()
` [PATCH v3 05/11] mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce function size
` [PATCH v3 06/11] mtd: cfi_cmdset_0002: Split do_write_oneword() op_done goto statement
` [PATCH v3 07/11] mtd: cfi_cmdset_0002: Remove op_done goto statement from do_write_oneword()
` [PATCH v3 08/11] mtd: cfi_cmdset_0002: Remove retry "
` [PATCH v3 09/11] mtd: cfi_cmdset_0002: Split write-to-buffer-reset sequence
` [PATCH v3 10/11] mtd: cfi_cmdset_0002: Split to wait write buffer to check if completed
` [PATCH v3 11/11] mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce exit paths

[PATCH] mtd: rawnand: Add all 1.8V AC chips have a broken GET_FEATURES(TIMINGS)
 2018-10-25  7:17 UTC  (4+ messages)
` [PATCH] mtd: rawnand: Add All "

Du Glückspilz
 2018-10-25  4:11 UTC 

Urgent,
 2018-10-24 22:30 UTC 

[PATCH v2 00/15] mtd: maps: physmap cleanups
 2018-10-24 18:38 UTC  (5+ messages)
` [PATCH v2 13/15] dt-binding: mtd: physmap: Document the addr-gpios property

[PATCH 00/15] mtd: rawnand: 3rd batch of cleanup
 2018-10-23 18:50 UTC  (16+ messages)
` [PATCH 01/15] mtd: rawnand: Stop passing mtd_info objects to internal functions
` [PATCH 02/15] mtd: rawnand: Reorganize code to avoid forward declarations
` [PATCH 03/15] mtd: rawnand: legacy: Drop useless test in nand_legacy_set_defaults()
` [PATCH 04/15] mtd: rawnand: Move nand_exec_op() to internal.h
` [PATCH 05/15] mtd: rawnand: Remove unused NAND_CONTROLLER_ALLOC flag
` [PATCH 06/15] mtd: rawnand: Add nand_[de]select_target() helpers
` [PATCH 07/15] mtd: rawnand: Pass the CS line to be selected in struct nand_operation
` [PATCH 08/15] mtd: rawnand: Make ->select_chip() optional when ->exec_op() is implemented
` [PATCH 09/15] mtd: rawnand: fsmc: Stop implementing ->select_chip()
` [PATCH 10/15] mtd: rawnand: marvell: "
` [PATCH 11/15] mtd: rawnand: tegra: "
` [PATCH 12/15] mtd: rawnand: vf610: "
` [PATCH 13/15] mtd: rawnand: Deprecate the ->select_chip() hook
` [PATCH 14/15] mtd: rawnand: Move the ->exec_op() method to nand_controller_ops
` [PATCH 15/15] mtd: rawnand: Move ->setup_data_interface() "

hi
 2018-10-23 16:02 UTC 

Participants IDEAg Dakotafest Show 2018
 2018-10-23 12:26 UTC 

[PATCH v3 0/2] mtd: spi-nor: add entry for mt35xu512aba flash
 2018-10-23 10:00 UTC  (8+ messages)
` [PATCH v3 1/2] mtd: spi-nor: add macros related to MICRON flash

[PATCH v3 0/7] spi: add support for octo mode
 2018-10-23  9:49 UTC  (10+ messages)
` [PATCH v3 1/7] spi: add support for octo mode I/O data transfer
` [PATCH v3 2/7] spi: spi-mem: "
` [PATCH v3 3/7] mtd: spi-nor: add opcodes for octo Read/Write commands
` [PATCH v3 4/7] mtd: spi-nor: add octo read flag for flash mt35xu512aba
` [PATCH v3 5/7] mtd: m25p80: add support of octo mode I/O transfer
` [PATCH v3 6/7] spi: nxp-fspi: add octo mode flag bit for octal support
` [PATCH v3 7/7] arm64: dts: lx2160a: update fspi node

[PATCH v3 0/2] add support to non-uniform SFDP SPI NOR flash memories
 2018-10-23  9:15 UTC  (41+ messages)
` [PATCH v3 1/2] mtd: spi-nor: "

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

Grattis du har vunnit € 650,000.00
 2018-10-23  6:00 UTC 

[PATCH] staging: Remove the mt29f_spinand driver
 2018-10-22 20:10 UTC 

[PATCH v2 0/2] MTD: spi-nor: add support for sst26wf016, sst26wf032
 2018-10-22 13:56 UTC  (5+ messages)
` [PATCH v2 1/2] mtd: spi-nor: Add support of sst26wf* flash ICs protection ops

[PATCH v2 0/7] spi: add support for octal mode
 2018-10-22 12:40 UTC  (2+ messages)

[PATCH RFC 00/18] mtd: spi-nor: Proposal for 8-8-8 mode support
 2018-10-22 12:01 UTC  (6+ messages)

[PATCH v4 0/5] spi: spi-mem: Add driver for NXP FlexSPI controller
 2018-10-22 11:51 UTC  (4+ messages)

[GIT PULL] mtd: Changes for 4.20
 2018-10-22  9:43 UTC 

[PATCH v2] block: BFQ default for single queue devices
 2018-10-22  8:21 UTC  (24+ messages)

[PATCH] jffs2: Fix use of uninitialized delayed_work, lockdep breakage
 2018-10-22  4:56 UTC  (3+ messages)

[4.4/4.9/4.14 patch] mtd: spi-nor: Add support for is25wp series chips
 2018-10-21  7:43 UTC  (3+ messages)

Urgent,
 2018-10-21  6:20 UTC 

[PATCH] jffs2: ensure wbuf_verify is valid before using it
 2018-10-20 12:08 UTC 

[PATCH] jffs2: fix invocations of dbg_xattr() for dead jffs2_xattr_ref
 2018-10-20 11:07 UTC 

[RFC PATCH] jffs2: make the overwritten xattr invisible after remount
 2018-10-20 11:07 UTC 

[LINUX PATCH v11 0/3] Add support for Arasan NAND Flash controller
 2018-10-19  9:47 UTC  (6+ messages)
` [LINUX PATCH v11 3/3] mtd: rawnand: arasan: Add support for Arasan NAND Flash Controller

[PATCH 1/3] mtd: cfi_cmdset_0002: Change do_write_oneword() to use chip_good()
 2018-10-19  9:41 UTC  (10+ messages)
` [PATCH 2/3] mtd: cfi_cmdset_0002: Remove chip_ready() from do_write_buffer()
` [PATCH 3/3] mtd: cfi_cmdset_0002: Remove goto statemnet "
` [PATCH 0/3] mtd: cfi_cmdset_0002: Fix flash write issue for OpenWrt Project

[PATCH] mtd: spi-nor: Reset nor->addr_width when SFDP parsing failed
 2018-10-19  9:35 UTC  (2+ messages)

[PATCH v5 0/2] mtd: rawnand: meson: add Amlogic NAND driver support
 2018-10-19  9:01 UTC  (6+ messages)
` [PATCH v5 2/2] mtd: rawnand: meson: add support for Amlogic NAND flash controller

[PATCH 1/2] mtd: spi-nor: Make SFDP-based 4B_OPCODE support detection works correctly
 2018-10-19  8:53 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).