Linux-mtd Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-27 15:37:35 to 2016-02-04 10:07:14 UTC [more...]

[PATCH v2 00/51] mtd: rework ECC layout definition
 2016-02-04 10:07 UTC  (52+ messages)
` [PATCH v2 01/51] mtd: kill the ecclayout->oobavail field
` [PATCH v2 02/51] mtd: create an mtd_oobavail() helper and make use of it
` [PATCH v2 03/51] mtd: mtdswap: remove useless if (!mtd->ecclayout) test
` [PATCH v2 04/51] mtd: nand: simplify nand_bch_init() usage
` [PATCH v2 05/51] mtd: add mtd_ooblayout_xxx() helper functions
` [PATCH v2 06/51] mtd: use mtd_ooblayout_xxx() helpers where appropriate
` [PATCH v2 07/51] mtd: nand: core: "
` [PATCH v2 08/51] mtd: nand: atmel: "
` [PATCH v2 09/51] mtd: nand: fsl_ifc: "
` [PATCH v2 10/51] mtd: nand: gpmi: "
` [PATCH v2 11/51] mtd: nand: lpc32xx: "
` [PATCH v2 12/51] mtd: nand: omap2: "
` [PATCH v2 13/51] mtd: onenand: "
` [PATCH v2 14/51] mtd: add mtd_set_ecclayout() helper function
` [PATCH v2 15/51] mtd: use mtd_set_ecclayout() where appropriate
` [PATCH v2 16/51] mtd: nand: "
` [PATCH v2 17/51] mtd: onenand: "
` [PATCH v2 18/51] mtd: docg3: "
` [PATCH v2 19/51] mtd: create an mtd_ooblayout_ops struct to ease ECC layout definition
` [PATCH v2 20/51] mtd: docg3: switch to mtd_ooblayout_ops
` [PATCH v2 21/51] mtd: nand: implement the default mtd_ooblayout_ops
` [PATCH v2 22/51] mtd: nand: bch: switch to mtd_ooblayout_ops
` [PATCH v2 23/51] mtd: nand: sharpsl: "
` [PATCH v2 24/51] mtd: nand: jz4740: "
` [PATCH v2 25/51] mtd: nand: atmel: "
` [PATCH v2 26/51] mtd: nand: bf5xx: "
` [PATCH v2 27/51] mtd: nand: brcm: "
` [PATCH v2 28/51] mtd: nand: cafe: "
` [PATCH v2 29/51] mtd: nand: davinci: "
` [PATCH v2 30/51] mtd: nand: denali: "
` [PATCH v2 31/51] mtd: nand: diskonchip: "
` [PATCH v2 32/51] mtd: nand: docg4: "
` [PATCH v2 33/51] mtd: nand: fsl_elbc: "
` [PATCH v2 34/51] mtd: nand: fsl_ifc: "
` [PATCH v2 35/51] mtd: nand: fsmc: "
` [PATCH v2 36/51] mtd: nand: gpmi: "
` [PATCH v2 37/51] mtd: nand: hisi504: "
` [PATCH v2 38/51] mtd: nand: jz4780: "
` [PATCH v2 39/51] mtd: nand: lpc32xx: "
` [PATCH v2 40/51] mtd: nand: mxc: "
` [PATCH v2 41/51] mtd: nand: omap2: "
` [PATCH v2 42/51] mtd: nand: pxa3xx: "
` [PATCH v2 43/51] mtd: nand: s3c2410: "
` [PATCH v2 44/51] mtd: nand: sh_flctl: "
` [PATCH v2 45/51] mtd: nand: sm_common: "
` [PATCH v2 46/51] mtd: nand: sunxi: "
` [PATCH v2 47/51] mtd: nand: vf610: "
` [PATCH v2 48/51] mtd: onenand: "
` [PATCH v2 49/51] staging: mt29f_spinand: "
` [PATCH v2 50/51] mtd: nand: kill the ecc->layout field
` [PATCH v2 51/51] mtd: kill the nand_ecclayout struct

[PATCH V8 1/2] mtd: spi-nor: Bindings for Cadence Quad SPI Flash Controller driver
 2016-02-04  7:38 UTC  (6+ messages)

[PATCH v3 00/14] mtd: spi-nor: add driver for Atmel QSPI controller
 2016-02-03 13:26 UTC  (15+ messages)
` [PATCH v3 01/14] mtd: spi-nor: remove micron_quad_enable()
` [PATCH v3 02/14] mtd: spi-nor: properly detect the memory when it boots in Quad or Dual mode
` [PATCH v3 03/14] mtd: spi-nor: select op codes and SPI NOR protocols by manufacturer
` [PATCH v3 04/14] mtd: spi-nor: fix support of Macronix memories
` [PATCH v3 05/14] mtd: spi-nor: fix support of Winbond memories
` [PATCH v3 06/14] mtd: spi-nor: fix support of Micron memories
` [PATCH v3 07/14] mtd: spi-nor: fix support of Spansion memories
` [PATCH v3 08/14] mtd: spi-nor: configure the number of dummy clock cycles by manufacturer
` [PATCH v3 09/14] mtd: spi-nor: configure the number of dummy clock cycles on Micron memories
` [PATCH v3 10/14] mtd: spi-nor: configure the number of dummy clock cycles on Macronix memories
` [PATCH v3 11/14] mtd: spi-nor: configure the number of dummy clock cycles on Spansion memories
` [PATCH v3 12/14] mtd: m25p80: add support of dual and quad spi protocols to all commands
` [PATCH v3 13/14] Documentation: atmel-quadspi: add binding file for Atmel QSPI driver
` [PATCH v3 14/14] mtd: atmel-quadspi: add driver for Atmel QSPI controller

[PATCH linux-next v2 01/14] mtd: spi-nor: remove micron_quad_enable()
 2016-02-03 11:16 UTC 

[PATCH v7 0/3] mtd: Qualcomm NAND controller driver
 2016-02-03  8:59 UTC  (5+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/3] mtd: nand: don't select chip in nand_chip's block_bad op
  ` [PATCH v8 2/3] mtd: nand: Qualcomm NAND controller driver
  ` [PATCH v8 3/3] dt/bindings: qcom_nandc: Add DT bindings

[PATCH v3 0/5] mtd: atmel_nand: Add support for NAND Flash on SAMA5D2
 2016-02-03  6:54 UTC  (7+ messages)
` [PATCH v3 1/5] mtd: atmel_nand: Support variable RB_EDGE interrupts
` [PATCH v3 2/5] dt-bindings: atmel_nand: Reword the documenation
` [PATCH v3 3/5] mtd: atmel_nand: Support PMECC on SAMA5D2
` [PATCH v3 4/5] mtd: atmel_nand: Support 32-bit ECC strength
` [PATCH v3 5/5] ARM: at91/dt: sama5d2: add nand0 and nfc0 nodes

[PATCH] mtd/ifc: Add support for IFC controller version 2.0
 2016-02-03  6:36 UTC 

[PATCH v2 00/17] Add a bakvol module in UBI layer for MLC paired page power loss issue
 2016-02-03  6:14 UTC  (31+ messages)
` [PATCH v2 01/17] include:mtd:add multi-plane page program command
` [PATCH v2 02/17] include:mtd:add multi-plane program in mtd_info
` [PATCH v2 03/17] drivers:mtd:add dual plane page program support in partition layer
` [PATCH v2 04/17] drivers:mtd:nand:enable dual plane page program function
` [PATCH v2 05/17] drivers:mtd:ubi:add bakvol on-flash and RAM data structures
` [PATCH v2 06/17] drivers:mtd:ubi:add bakvol function define in ubi layer
` [PATCH v2 07/17] fs:ubifs:add bakvol function define in ubifs layer
` [PATCH v2 08/17] drivers:mtd:ubi:disable bakvol function while writing volume table
` [PATCH v2 09/17] drivers:mtd:ubi:get PEB according to specfied plane number
` [PATCH v2 10/17] drivers:mtd:ubi:enable bakvol function for fastmap operation
` [PATCH v2 11/17] drivers:mtd:ubi:add disable/enable bakvol while ubi write
` [PATCH v2 12/17] drivers:mtd:ubi:add disable bakvol while ubi detach
` [PATCH v2 13/17] drivers:mtd:ubi:add bakvol init while attach ubi
` [PATCH v2 14/17] drivers:mtd:ubi:add backup operation in ubi_io_write
` [PATCH v2 15/17] fs:ubifs:enable bakvol module and recover operation
` [PATCH v2 16/17] driver:mtd:ubi:add new bakvol module in ubi layer
` [PATCH v2 17/17] drivers:mtd:ubi: Kconfig Makefile

[PATCH v8 0/7] mtd: nand: gpmi: gpmi-nand DSM and bitflip support
 2016-02-02 13:28 UTC  (4+ messages)
` [PATCH v8 6/7] mtd: nand: gpmi: correct bitflip for erased NAND page

[PATCH kernel-tests] kbuild: don't CC the list for BUILD DONE notifications
 2016-02-02  6:07 UTC 

[linux-review:Bean-Huo/Add-a-bakvol-module-in-UBI-layer-for-MLC-paired-page-power-loss-issue/20160202-104450] 2078d3920abf1d89be7eaf087100b4482dd532dc BUILD DONE
 2016-02-02  5:33 UTC 

[PATCH 3/3] mtd/ifc: Segregate IFC fcm and runtime registers
 2016-02-01 22:27 UTC  (3+ messages)

[PATCH 3/3] mtd/ifc: Segregate IFC fcm and runtime registers
 2016-02-01 22:26 UTC  (3+ messages)

[PATCH] mtd: map: fix .set_vpp() documentation
 2016-02-01 22:02 UTC 

[PATCH] mtd: brcmnand: set initial ECC params based on info from HW
 2016-02-01 20:49 UTC  (6+ messages)

[PATCH v2] mtd: nand: pxa3xx_nand: add register access debug
 2016-02-01 19:39 UTC  (4+ messages)

JFFS2 deadlock
 2016-02-01 18:54 UTC  (6+ messages)

[PATCH 1/3] driver/memory: Removal of deprecated NO_IRQ
 2016-02-01 18:45 UTC  (2+ messages)

[PATCH 21/22] mtd: cs553x: Fix dependencies for !HAS_IOMEM archs
 2016-02-01 17:38 UTC  (4+ messages)

[PATCH v4.4-rc8] jffs2: xattr: Silence frame size warning
 2016-02-01 14:48 UTC  (2+ messages)

[PATCH]jffs2:bugfix for should not appeared directory hard link
 2016-02-01 14:21 UTC  (2+ messages)

[PATCH v2 1/4] mtd:fsl-quadspi:use the property fields of SPI-NOR
 2016-02-01 11:30 UTC  (4+ messages)
` [PATCH v2 2/4] mtd: fsl-quadspi: Rename SEQID_QUAD_READ to SEQID_READ
` [PATCH v2 3/4] mtd:spi-nor:fsl-quadspi:Add fast-read mode support
` [PATCH v2 4/4] mtd:spi_nor: Disable Micron flash HW protection

[PATCH 0/3] mtd:fsl-quadspi:add support for the flash on LS1021ATWR
 2016-02-01 11:23 UTC  (6+ messages)
` [PATCH 1/3] mtd:fsl-quadspi:use the property fields of SPI-NOR
` [PATCH 2/3] mtd: fsl-quadspi: Rename SEQID_QUAD_READ to SEQID_READ
` [PATCH 3/3] mtd:spi-nor:fsl-quadspi:Add fast-read mode support

[PATCH 1/1] fs:ubifs:recovery:fixup UBIFS cannot recover master node issue
 2016-02-01  8:28 UTC  (8+ messages)

[RESEND][PATCH v5 0/3] Add memory mapped read support for ti-qspi
 2016-02-01  6:44 UTC  (4+ messages)
` [RESEND][PATCH v5 1/3] spi: introduce accelerated read support for spi flash devices
` [RESEND][PATCH v5 2/3] spi: spi-ti-qspi: add mmap mode read support
` [RESEND][PATCH v5 3/3] mtd: devices: m25p80: add support for mmap read request

RFC on large number of hacks in mtd core files
 2016-01-30 11:37 UTC  (12+ messages)

[PATCH v5] mtd: spi-nor: add hisilicon spi-nor flash controller driver
 2016-01-30  2:12 UTC  (3+ messages)

[PATCH v2 0/8] mtd: spi-nor: locking fixes and updates
 2016-01-29 19:25 UTC  (9+ messages)
` [PATCH v2 1/8] mtd: spi-nor: wait for SR_WIP to clear on initial unlock
` [PATCH v2 2/8] mtd: spi-nor: silently drop lock/unlock for already locked/unlocked region
` [PATCH v2 3/8] mtd: spi-nor: make lock/unlock bounds checks more obvious and robust
` [PATCH v2 4/8] mtd: spi-nor: disallow further writes to SR if WP# is low
` [PATCH v2 5/8] mtd: spi-nor: use BIT() for flash_info flags
` [PATCH v2 6/8] mtd: spi-nor: add SPI_NOR_HAS_LOCK flag
` [PATCH v2 7/8] mtd: spi-nor: add TB (Top/Bottom) protect support
` [PATCH v2 8/8] mtd: spi-nor: support lock/unlock for a few Winbond chips

[PATCH 0/8] mtd: spi-nor: locking fixes and updates
 2016-01-29 19:23 UTC  (17+ messages)
` [PATCH 1/8] mtd: spi-nor: wait for SR_WIP to clear on initial unlock
` [PATCH 2/8] mtd: spi-nor: guard against underflows in stm_is_locked_sr
` [PATCH 3/8] mtd: spi-nor: silently drop lock/unlock for already locked/unlocked region
` [PATCH 4/8] mtd: spi-nor: disallow further writes to SR if WP# is low
` [PATCH 5/8] mtd: spi-nor: use BIT() for flash_info flags
` [PATCH 6/8] mtd: spi-nor: add SPI_NOR_HAS_LOCK flag
` [RFC PATCH 7/8] mtd: spi-nor: add TB (Top/Bottom) protect support
` [PATCH 8/8] mtd: spi-nor: support lock/unlock for a few Winbond chips

[PATCH linux-next v2 00/14] mtd: spi-nor: add driver for Atmel QSPI controller
 2016-01-29 13:29 UTC  (3+ messages)
` [PATCH linux-next v2 10/14] mtd: spi-nor: configure the number of dummy clock cycles on Macronix memories

Yours Truely Mrs Machiko Kumiko
 2016-01-29 11:59 UTC 

You have received a new fax, document 00943502
 2016-01-29  9:38 UTC 

[PATCH linux-next v4 00/11] mtd: bcm63xxpart: Add NAND partitioning support
 2016-01-27 23:07 UTC  (3+ messages)
` [PATCH linux-next v4 11/11] "


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 read-only IMAP folder(s) and NNTP newsgroup(s).