linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-27 20:19:55 to 2016-11-12 21:56:41 UTC [more...]

[PATCH 00/11] mtd: nand: denali: first round of cleanups of Denali NAND driver
 2016-11-12 21:41 UTC  (24+ messages)
` [PATCH 01/11] mtd: nand: denali: remove unneeded <linux/slab.h> includes
` [PATCH 02/11] mtd: nand: denali: remove unused struct member denali_nand_info::idx
` [PATCH 03/11] mtd: nand: denali: remove bogus comment about interrupt handler setup
` [PATCH 04/11] mtd: nand: denali: remove detect_partition_feature()
` [PATCH 05/11] mtd: nand: denali: remove "Spectra:" prefix from printk strings
` [PATCH 06/11] mtd: nand: denali: remove unused struct member totalblks, blksperchip
` [PATCH 07/11] mtd: nand: denali: use managed devm_irq_request()
` [PATCH 08/11] mtd: nand: denali: return error code from devm_request_irq() on error
` [PATCH 09/11] mtd: nand: denali: return error code from nand_scan_ident/tail "
` [PATCH 10/11] mtd: nand: denali: remove unneeded parentheses
` [PATCH 11/11] mtd: nand: denali: remove debug lines of __FILE__, __LINE__, __func__

[PATCH 0/3] mtd: some minor cleanups for ooblayout APIs
 2016-11-12 21:28 UTC  (7+ messages)
` [PATCH 1/3] mtd: remove unneeded initializer in mtd_ooblayout_{get, set}_bytes()
` [PATCH 2/3] mtd: use min_t() to refactor "
` [PATCH 3/3] mtd: remove unneeded initializer in mtd_ooblayout_count_bytes()

[PATCH v7 0/2] tango NFC support + bindings doc
 2016-11-11 17:14 UTC  (12+ messages)
` [PATCH v7 1/2] mtd: nand: add tango NFC dt "
` [PATCH v7 2/2] mtd: nand: add tango NAND flash controller support
  ` [PATCH v8] "

[PATCH 0/2] Add rockchip serial flash controller support
 2016-11-11  9:16 UTC  (3+ messages)
` [PATCH 1/2] mtd: spi-nor: Bindings for Rockchip serial flash controller
` [PATCH 2/2] mtd: spi-nor: add rockchip serial flash controller driver

[PATCH] mfd: si476x-i2c: Fix spelling mistakes "Failet" and "gett"
 2016-11-11  9:01 UTC  (2+ messages)

[PATCH v2] mtd/spi-nor: Add SPI memory controllers for Aspeed SoCs
 2016-11-11  4:42 UTC  (2+ messages)

[RFC] Special handling for NAND_CMD_PAGEPROG and NAND_CMD_READ0
 2016-11-10 15:29 UTC  (5+ messages)
    ` [RFC v2] "

[PATCH v4 0/3] spi-nor: Add support for Intel SPI serial flash controller
 2016-11-09 14:15 UTC  (5+ messages)
` [PATCH v4 1/3] "

gpmi detection of erased pages
 2016-11-09 12:35 UTC  (2+ messages)
` [PATCH] nand gpmi fix erased block bitflip counting

SPI NAND support in drivers/mtd/spi-nor/spi-nor.c
 2016-11-08 10:52 UTC  (3+ messages)

[PATCH] mtd: bcm47xxsflash: use uncached MMIO access for BCM53573
 2016-11-08 10:05 UTC  (4+ messages)

[PATCH v5 0/5] mtd: use ONFI bad blocks per LUN to calculate UBI bad PEB limit
 2016-11-07 16:36 UTC  (6+ messages)
` [PATCH v5 1/5] mtd: introduce function max_bad_blocks
` [PATCH v5 2/5] mtd: ubi: use 'max_bad_blocks' to compute bad_peb_limit if available
` [PATCH v5 3/5] mtd: nand: Add max_bb_per_die and blocks_per_die fields to nand_chip
` [PATCH v5 4/5] mtd: nand: implement 'max_bad_blocks' mtd function
` [PATCH v5 5/5] mtd: nand: set max_bb_per_die and blocks_per_die for ONFI compliant chips

[PATCH] mtd: nand: denali_pci: add missing pci_release_regions() calls
 2016-11-07 13:52 UTC  (5+ messages)

[PATCH V4] mtd: nand: add Loongson1 NAND driver
 2016-11-07  9:17 UTC  (5+ messages)

[PATCH 00/22] mtd: nand: return error code of nand_scan(_ident, _tail) on error
 2016-11-07  0:30 UTC  (28+ messages)
` [PATCH 01/22] mtd: nand: ams-delta: return error code of nand_scan() "
` [PATCH 02/22] mtd: nand: cmx270: "
` [PATCH 03/22] mtd: nand: cs553x: "
` [PATCH 04/22] mtd: nand: gpio: "
` [PATCH 05/22] mtd: nand: mpc5121: "
` [PATCH 06/22] mtd: nand: tmio: "
` [PATCH 07/22] mtd: nand: orion: "
` [PATCH 08/22] mtd: nand: pasemi: "
` [PATCH 09/22] mtd: nand: plat_nand: "
` [PATCH 10/22] mtd: nand: atmel: return error code of nand_scan_ident/tail() "
` [PATCH 11/22] mtd: nand: brcmnand: "
` [PATCH 12/22] mtd: nand: fsmc: "
` [PATCH 13/22] mtd: nand: lpc32xx: "
` [PATCH 14/22] mtd: nand: mediatek: "
` [PATCH 15/22] mtd: nand: mxc: "
` [PATCH 16/22] mtd: nand: omap2: "
` [PATCH 17/22] mtd: nand: vf610: "
` [PATCH 18/22] mtd: nand: cafe: return error code of nand_scan_ident() "
` [PATCH 19/22] mtd: nand: hisi504: "
` [PATCH 20/22] mtd: nand: pxa3xx: "
` [PATCH 21/22] mtd: nand: nandsim: remove unneeded checks for nand_scan_ident/tail()
` [PATCH 22/22] mtd: nand: socrates: use nand_scan() for nand_scan_ident/tail() combo
` [PATCH 00/22] mtd: nand: return error code of nand_scan(_ident,_tail) on error

[PATCH] mtd: nand: change return type of nand_get_flash_type() to int
 2016-11-06 22:56 UTC  (2+ messages)

[PATCH] mtd: nand: denali_dt: replace clk_disable() with clk_disable_unprepare()
 2016-11-06 22:55 UTC  (3+ messages)

[PATCH v3 0/5] mtd: use ONFI bad blocks per LUN to calculate UBI bad PEB limit
 2016-11-06 17:53 UTC  (9+ messages)
` [PATCH v3 1/5] mtd: introduce function max_bad_blocks
` [PATCH v3 2/5] mtd: ubi: use 'max_bad_blocks' to compute bad_peb_limit if available
` [PATCH v3 3/5] mtd: nand: Add bb_per_lun and blocks_per_lun fields to nand_chip
` [PATCH v3 4/5] mtd: nand: implement 'max_bad_blocks' mtd function
` [PATCH v3 5/5] mtd: nand: set bb_per_lun and blocks_per_lun for ONFI compliant chips

[PATCH v4 0/5] mtd: use ONFI bad blocks per LUN to calculate UBI bad PEB limit
 2016-11-06 17:51 UTC  (8+ messages)
` [PATCH v4 1/5] mtd: introduce function max_bad_blocks
` [PATCH v4 2/5] mtd: ubi: use 'max_bad_blocks' to compute bad_peb_limit if available
` [PATCH v4 3/5] mtd: nand: Add bb_per_die and blocks_per_die fields to nand_chip
` [PATCH v4 4/5] mtd: nand: implement 'max_bad_blocks' mtd function
` [PATCH v4 5/5] mtd: nand: set bb_per_die and blocks_per_die for ONFI compliant chips

[PATCH] mtd: nand: pxa3xx_nand: write exactly one message on probe failure
 2016-11-06 17:29 UTC  (6+ messages)

[PATCH v1 0/2] mtd: lock module while used
 2016-11-05  7:24 UTC  (4+ messages)
` [PATCH v1 1/2] mtd: m25p80: "

[PATCH] mtd: Allocate bdi objects dynamically
 2016-11-05  7:22 UTC  (4+ messages)

[GIT PULL] MTD updates for 4.9-rc4
 2016-11-05  0:24 UTC 

UBIFS LEB properties tree with odd addresses
 2016-11-03  8:10 UTC  (6+ messages)

Powered By Google
 2016-11-02 15:42 UTC 

[PATCH v3 0/9] mtd: spi-nor: parse SFDP tables to setup (Q)SPI memories
 2016-11-02 13:34 UTC  (6+ messages)
` [PATCH v3 2/9] mtd: spi-nor: add an alternative method to support memory >16MiB

[PATCH v2] mtd: spi-nor: add sleeping version of spi_nor_wait_till_ready for erase ops
 2016-11-01 21:30 UTC  (3+ messages)

[PATCH] UBIFS: Remove some dead code
 2016-11-01 19:34 UTC  (6+ messages)

[PATCH] mtd: spi-nor: add sleeping version of spi_nor_wait_till_ready for erase ops
 2016-10-31 19:15 UTC  (3+ messages)

[PATCH v2 1/1] MAINTAINERS: add a maintainer for the SPI NOR subsystem
 2016-10-31 18:59 UTC  (6+ messages)

[GIT PULL] UBI/UBIFS fixes for 4.9-rc3
 2016-10-29 19:07 UTC 

[PATCH 1/3] spi: introduce max message size flag in spi_master
 2016-10-29 18:09 UTC  (9+ messages)
  ` [PATCH v2 2/3] mtd: m25p80: consider max message size in m25p80_read
      ` [PATCH RESEND] "
        ` [PATCH v2] "

[PATCH] spi-nor: add dual read support for s25fl128s
 2016-10-29 17:54 UTC  (4+ messages)
` [PATCH v3] spi-nor: fix flags "
  ` [PATCH RESEND v3] mtd: "

[PATCH] ubifs: Fix regression in ubifs_readdir()
 2016-10-29  9:04 UTC  (5+ messages)

[PULL v2] mtd: nand: Fixes for 4.9-rc3
 2016-10-29  2:50 UTC  (3+ messages)

[PATCH] mtd: mtdswap: fix spelling mistake "erassure" -> "erasure"
 2016-10-28 18:51 UTC  (2+ messages)

[PATCH] mtd: mtdswap: fix spelling mistake "erassure" -> "erasure"
 2016-10-28 18:35 UTC 

[PATCH 1/4] of: Add device tree bindings for Evatronix
 2016-10-28 16:20 UTC  (14+ messages)

OOB Test fails
 2016-10-28 14:40 UTC  (6+ messages)

[REGRESSION 4.9-rc2] "c83ed4c - ubifs: Abort readdir upon error" breaks mount
 2016-10-28 11:15 UTC  (3+ messages)

[PATCH] MAINTAINERS: add more people to the MTD maintainer team
 2016-10-28  9:23 UTC  (3+ messages)

[PATCH] UBI: fastmap: Fix add_vol() return value test in ubi_attach_fastmap()
 2016-10-28  9:14 UTC  (3+ messages)

[PATCH 0/2] mtd: nand: Enforce tCCS wait time after a column change
 2016-10-28  8:54 UTC  (2+ messages)

[PULL] mtd: nand: Fixes for 4.9-rc3
 2016-10-28  8:25 UTC  (2+ messages)

[PATCH] mtd: nand: davinci: Fix unaligned 16-bit NAND read
 2016-10-28  7:56 UTC  (2+ messages)

MTD partitions vs erase regions
 2016-10-28  5:08 UTC  (4+ 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).