linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-16 13:53:19 to 2018-03-23 12:23:46 UTC [more...]

[RFC PATCH 0/5] RFC for Zynq QSPI
 2018-03-23 12:22 UTC  (4+ messages)
` [RFC PATCH 3/5] mtd: spi-nor: Add Dual Parallel and Stacked support "
` [RFC PATCH 4/5] spi: Add PM Support for Zynq QSPI controller
` [RFC PATCH 5/5] devicetree: Add devicetree bindings documentation for

UBI assert failed in ubi_wl_init
 2018-03-23  9:35 UTC  (15+ messages)

[PATCH 1/2][v6] dt-bindings: mtd-physmap: Add endianness supports
 2018-03-23  8:34 UTC  (3+ messages)

[PATCH v8 0/2] mtd: fsl-quadspi: add support to create dynamic LUT entry
 2018-03-23  7:56 UTC  (4+ messages)
` [PATCH v8 1/2] "
` [PATCH v8 2/2] mtd: fsl-quadspi: fix init AHB read in fsl_qspi_nor_setup()

[PATCH][v4] mtd: rawnand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0
 2018-03-23  7:52 UTC  (3+ messages)

[PATCH][v3] mtd: rawnand: fsl_ifc: Fix nand waitfunc return value
 2018-03-23  7:51 UTC  (2+ messages)

[PATCH] mtd: rawnand: fsl_ifc: Read ECCSTAT0 and ECCSTAT1 registers for IFC 2.0
 2018-03-23  7:50 UTC  (2+ messages)

[PATCH][v5] mtd: rawnand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0
 2018-03-23  7:49 UTC  (3+ messages)

power loss results in mounting failure on SLC NAND
 2018-03-22 15:05 UTC  (4+ messages)

[PATCH 0/3] mtd: fix AMD/Intel flash bugs
 2018-03-22 14:27 UTC  (10+ messages)
` [PATCH 1/3] cfi_cmdset_0001: Do not allow read/write to suspend erase block
` [PATCH 2/3] cfi_cmdset_0001: Workaround Micron Erase suspend bug
` [PATCH 3/3] cfi_cmdset_0002: Do not allow read/write to suspend erase block

[PATCH v7 0/2] mtd: fsl-quadspi: add support to create dynamic LUT entry
 2018-03-22 10:53 UTC  (7+ messages)
` [PATCH v7 1/2] "
` [PATCH v7 2/2] mtd: fsl-quadspi: fix init AHB read in fsl_qspi_nor_setup()

[LINUX PATCH v8 1/2] Documentation: nand: pl353: Add documentation for controller and driver
 2018-03-22  7:31 UTC  (6+ messages)

[PATCH] MAINTAINERS: update maintainers for MTD and SPI NOR subsystems
 2018-03-21 21:33 UTC  (4+ messages)

[PATCH] mtd: spi-nor: Fix Cadence QSPI page fault kernel panic
 2018-03-21 15:15 UTC  (5+ messages)

[PATCH 0/2] Uniform way to pass a NAND ID table to the core
 2018-03-21 13:12 UTC  (3+ messages)
` [PATCH 1/2] mtd: rawnand: add a field in nand_chip to fill an array of IDs
` [PATCH 2/2] mtd: rawnand: sm_common: make use of the new flash_ids table entry

[PATCH v2 00/16] Fix probe functions error path
 2018-03-21 13:01 UTC  (17+ messages)
` [PATCH v2 01/16] mtd: rawnand: brcmnand: fix probe function "
` [PATCH v2 02/16] mtd: rawnand: cafe: "
` [PATCH v2 03/16] mtd: rawnand: davinci: "
` [PATCH v2 04/16] mtd: rawnand: denali: "
` [PATCH v2 05/16] mtd: rawnand: docg4: fix the "
` [PATCH v2 06/16] mtd: rawnand: fsl_elbc: fix "
` [PATCH v2 07/16] mtd: rawnand: fsl_ifc: "
` [PATCH v2 08/16] mtd: rawnand: fsmc: fix and enhance "
` [PATCH v2 09/16] mtd: rawnand: mxc: fix "
` [PATCH v2 10/16] mtd: rawnand: omap2: fix the "
` [PATCH v2 11/16] mtd: rawnand: sh_flctl: "
` [PATCH v2 12/16] mtd: rawnand: tango: fix "
` [PATCH v2 13/16] mtd: rawnand: hisi504: fix and enhance the "
` [PATCH v2 14/16] mtd: rawnand: lpc32xx_mlc: "
` [PATCH v2 15/16] mtd: rawnand: lpc32xx_slc: "
` [PATCH v2 16/16] mtd: rawnand: s3c2410: "

[PATCH 0/2] mtd: use put_device() if device_register fail
 2018-03-21 10:08 UTC  (6+ messages)
` [PATCH 1/2] "

[PATCH] mtd: rawnand: sunxi: Stop supporting ECC_HW_SYNDROME mode
 2018-03-21  9:53 UTC  (3+ messages)

[PATCH RESEND v2 0/2] Migrate the GPMI driver to use NAND core timings
 2018-03-21  9:52 UTC  (2+ messages)

[PATCH v5 00/14] Improve timings handling in the NAND framework
 2018-03-21  9:51 UTC  (16+ messages)
` [PATCH v5 01/14] mtd: rawnand: rename default ->onfi_get/set_features() implementations
` [PATCH v5 02/14] mtd: rawnand: rename SET/GET FEATURES related functions
` [PATCH v5 03/14] mtd: rawnand: use wrappers to call onfi GET/SET_FEATURES
` [PATCH v5 04/14] mtd: rawnand: handle differently chip/controller errors about timings
` [PATCH v5 05/14] mtd: rawnand: mxc: remove useless checks in GET/SET_FEATURES functions
` [PATCH v5 06/14] mtd: rawnand: move calls to ->select_chip() in nand_setup_data_interface()
` [PATCH v5 07/14] mtd: rawnand: check ONFI timings have been acked by the chip
` [PATCH v5 08/14] mtd: rawnand: avoid setting again the timings to mode 0 after a reset
` [PATCH v5 09/14] mtd: rawnand: prepare the removal of ONFI/JEDEC parameter pages
` [PATCH v5 10/14] mtd: rawnand: prepare the removal of the ONFI parameter page
` [PATCH v5 11/14] mtd: rawnand: allow vendors to declare (un)supported features
` [PATCH v5 12/14] mtd: rawnand: macronix: nack the support of changing timings for one chip
` [PATCH v5 13/14] mtd: rawnand: get rid of the JEDEC parameter page in nand_chip
` [PATCH v5 14/14] mtd: rawnand: get rid of the ONFI "

[PATCH] mtd: nand: fix return value in nand_erase_nand()
 2018-03-21  9:03 UTC  (2+ messages)

[PATCH] mtd: devices: check mtd_device_register() return code
 2018-03-21  8:01 UTC  (2+ messages)

[PATCH v2 00/21] Allow compile-testing NO_DMA (drivers)
 2018-03-20 18:20 UTC  (40+ messages)
` [PATCH v2 01/21] ASoC: Remove depends on HAS_DMA in case of platform dependency
` [PATCH v2 03/21] crypto: "
` [PATCH v2 04/21] fbdev: "
` [PATCH v2 06/21] fpga: "
` [PATCH v2 07/21] i2c: "
` [PATCH v2 08/21] iio: adc: "
` [PATCH v2 09/21] iommu: "
` [PATCH v2 10/21] lightnvm: "
` [PATCH v2 13/21] mmc: "
` [PATCH v2 14/21] mtd: "
` [PATCH v2 16/21] remoteproc: "
` [PATCH v2 17/21] scsi: hisi_sas: "
` [PATCH v2 18/21] serial: "
` [PATCH v2 20/21] staging: vc04_services: "
` [PATCH v2 21/21] usb: "

[PATCH v2 1/2] mtd: maps: Remove print after allocation failure
 2018-03-20 16:21 UTC  (3+ messages)
` [PATCH v2 2/2] mtd: nand: "

[PATCH v2] mtd: chips: Replace printk() with more standardize output format
 2018-03-20 12:49 UTC  (2+ messages)

[PATCH][v2] mtd: rawnand: fsl_ifc: Fix nand waitfunc return value
 2018-03-20 16:43 UTC  (4+ messages)

[PATCH][v3] mtd: rawnand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0
 2018-03-20 16:07 UTC  (2+ messages)

[PATCH 00/52] Allow dynamic allocations during NAND chip identification phase
 2018-03-20  7:24 UTC  (6+ messages)
` [PATCH 21/52] mtd: rawnand: jz4780: convert driver to nand_scan()

[LINUX PATCH v8 2/2] mtd: rawnand: pl353: Add basic driver for arm pl353 smc nand interface
 2018-03-19 22:37 UTC  (2+ messages)

[PATCH v8 0/3] mtd: rawnand: vf610_nfc: make use of ->exec_op()
 2018-03-19 22:24 UTC  (6+ messages)
` [PATCH v8 1/3] "
` [PATCH v8 2/3] mtd: rawnand: vf610_nfc: remove old hooks
` [PATCH v8 3/3] mtd: rawnand: vf610_nfc: support ONFI SET/GET_FEATURES commands

[PATCH v2] mtd: Replace printk() with more standardize output format
 2018-03-19 17:49 UTC 

jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found. is25lp256d
 2018-03-19 17:48 UTC  (6+ messages)
  ` Aw: "
      ` Aw: "

[PATCH] mtd: rawnand: fsl_ifc: Fix nand waitfunc return value
 2018-03-19 22:05 UTC  (2+ messages)

a few I_DIRTY* related cleanups
 2018-03-19 11:08 UTC  (2+ messages)

[PATCH][v2] mtd: rawnand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0
 2018-03-19 21:39 UTC  (2+ messages)

[PATCH v2] mtd: rawnand: makes the Kconfig entry clear when it comes to raw NANDs
 2018-03-19  9:54 UTC  (2+ messages)

[PATCH v4 00/13] Improve timings handling in the NAND framework
 2018-03-19  9:38 UTC  (14+ messages)
` [PATCH v4 01/13] mtd: rawnand: rename default ->onfi_get/set_features() implementations
` [PATCH v4 02/13] mtd: rawnand: rename SET/GET FEATURES related functions
` [PATCH v4 03/13] mtd: rawnand: use wrappers to call onfi GET/SET_FEATURES
` [PATCH v4 04/13] mtd: rawnand: mxc: remove useless checks in GET/SET_FEATURES functions
` [PATCH v4 05/13] mtd: rawnand: move calls to ->select_chip() in nand_setup_data_interface()
` [PATCH v4 06/13] mtd: rawnand: check ONFI timings have been acked by the chip
` [PATCH v4 07/13] mtd: rawnand: avoid setting again the timings to mode 0 after a reset
` [PATCH v4 08/13] mtd: rawnand: prepare the removal of ONFI/JEDEC parameter pages
` [PATCH v4 09/13] mtd: rawnand: prepare the removal of the ONFI parameter page
` [PATCH v4 10/13] mtd: rawnand: allow vendors to declare (un)supported features
` [PATCH v4 11/13] mtd: rawnand: macronix: nack the support of changing timings for one chip
` [PATCH v4 12/13] mtd: rawnand: get rid of the JEDEC parameter page in nand_chip
` [PATCH v4 13/13] mtd: rawnand: get rid of the ONFI "

[PATCH v4] mtdchar: fix usage of mtd_ooblayout_ecc()
 2018-03-19  9:30 UTC  (2+ messages)

[PATCH] jffs2: remove fd from the f->dents list immediately
 2018-03-19  8:27 UTC  (4+ messages)

[PATCH 1/2] mtd: maps: remove bfin-async-flash driver
 2018-03-18 21:24 UTC  (4+ messages)
` [PATCH 2/2] mtd: nand: remove bf5xx_nand driver

[PATCH mtd-utils] mtd: tests: check erase block count in page test
 2018-03-18 21:23 UTC  (2+ messages)

[PATCH] mtd: nftl: use %*ph to print small buffer
 2018-03-18 21:23 UTC  (3+ messages)

[PATCH 0/5] mtd: Simplify erase handling
 2018-03-18 21:22 UTC  (3+ messages)
` [PATCH 1/5] mtd: Initialize ->fail_addr early in mtd_erase()

[PATCH] mtd: st_spi_fsm: use %*ph to print small buffer
 2018-03-18 21:21 UTC  (3+ messages)

[PATCH] mtd: block2mtd: remove redundant initialization of 'bdev'
 2018-03-18 21:21 UTC  (2+ messages)

[PATCH v7 0/3] mtd: rawnand: vf610_nfc: make use of ->exec_op()
 2018-03-18 21:16 UTC  (3+ messages)

[PATCH] mtd: nand: remove STANDALONE compile mode of nand_ecc
 2018-03-18 21:15 UTC  (2+ messages)

[PATCH NAND v5] mtd: nand: Replace printk() with appropriate pr_*() macro
 2018-03-18 21:14 UTC  (2+ messages)

[PATCH 1/2] mtd: onenand: Get rid of comments giving the file path inside the file itself
 2018-03-18 21:12 UTC  (2+ messages)

[PATCH] mtd: Replace typedef with struct
 2018-03-18 17:51 UTC 

Package delivery
 2018-03-17  6:25 UTC 

Shipment delivery
 2018-03-16  1:39 UTC 

[PATCH v3] mtd: nand: marvell: Fix clock resource by adding a register clock
 2018-03-16 13:57 UTC  (2+ 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).