linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-11-08 02:22:57 to 2013-11-14 22:37:52 UTC [more...]

[PATCH v5 00/14] Armada 370/XP NAND support
 2013-11-14 22:37 UTC  (19+ messages)
` [PATCH v5 01/14] mtd: nand: pxa3xx: Use a completion to signal device ready
` [PATCH v5 02/14] mtd: nand: pxa3xx: Use waitfunc() to wait for the device to be ready
` [PATCH v5 03/14] mtd: nand: pxa3xx: Add bad block handling
` [PATCH v5 04/14] mtd: nand: pxa3xx: Add driver-specific ECC BCH support
` [PATCH v5 05/14] mtd: nand: pxa3xx: Clear cmd buffer #3 (NDCB3) on command start
` [PATCH v5 06/14] mtd: nand: pxa3xx: Add helper function to set page address
` [PATCH v5 07/14] mtd: nand: pxa3xx: Remove READ0 switch/case falltrough
` [PATCH v5 08/14] mtd: nand: pxa3xx: Split prepare_command_pool() in two stages
` [PATCH v5 09/14] mtd: nand: pxa3xx: Move the data buffer clean to prepare_start_command()
` [PATCH v5 10/14] mtd: nand: pxa3xx: Fix SEQIN column address set
` [PATCH v5 11/14] mtd: nand: pxa3xx: Add a read/write buffers markers
` [PATCH v5 12/14] mtd: nand: pxa3xx: Introduce multiple page I/O support
` [PATCH v5 13/14] mtd: nand: pxa3xx: Add multiple chunk write support
` [PATCH v5 14/14] mtd: nand: pxa3xx: Add ECC BCH correctable errors detection

[PATCH 0/1] Bad block markers here, there and everywhere
 2013-11-14 21:52 UTC  (6+ messages)

[PATCH v4 00/31] Armada 370/XP NAND support
 2013-11-14 19:49 UTC  (13+ messages)
` [PATCH v4 06/31] mtd: nand: pxa3xx: Add documentation about the controller
` [PATCH v4 15/31] mtd: nand: pxa3xx: Use a completion to signal device ready
` [PATCH v4 26/31] mtd: nand: pxa3xx: Introduce multiple page I/O support

[PATCH v3 0/4] optimize and clean-up of OMAP NAND and ELM driver
 2013-11-14 19:01 UTC  (11+ messages)
` [PATCH v3 1/4] mtd: nand: omap: optimized chip->ecc.correct() for H/W ECC schemes
` [PATCH v3 2/4] mtd: nand: omap: optimize chip->ecc.calculate() "
` [PATCH v3 3/4] mtd: nand: omap: optimize chip->ecc.hwctl() "
` [PATCH v3 4/4] mtd: devices: elm: add checks ELM H/W constrains, driver code cleanup

[PATCH 0/8] the clean-up for gpmi
 2013-11-15  3:53 UTC  (14+ messages)
` [PATCH 1/8] mtd: gpmi: do not use the local array to do the DMA transfer
` [PATCH 2/8] mtd: gpmi: delete the gpmi_pre_bbt_scan
` [PATCH 3/8] mtd: gpmi: remove the unused line
` [PATCH 4/8] mtd: gpmi: rename the functions from gpmi_nfc_* to gpmi_nand_*
` [PATCH 5/8] mtd: gpmi: use devm_ioremap_resource
` [PATCH 6/8] mtd: gpmi: use devm_request_irq
` [PATCH 7/8] mtd: gpmi: change pr_err to dev_err
` [PATCH 8/8] mtd: gpmi: change pr_debug to dev_dbg

[PATCH 00/12] Introduce davinci AEMIF driver
 2013-11-14 14:36 UTC  (27+ messages)
  ` [PATCH 01/12] mtd: nand: davinci: fix driver registration
  ` [PATCH 02/12] mtd: nand: davinci: check required ti,davinci-chipselect property
    ` [PATCH 02/12] mtd: nand: davinci: check required ti, davinci-chipselect property
  ` [PATCH 03/12] mtd: nand: davinci: simplify error handling
  ` [PATCH 04/12] mtd: nand: davinci: move bindings under mtd
  ` [PATCH 05/12] mtd: nand: davinci: extend description of bindings
  ` [PATCH 06/12] mtd: nand: davinci: adjust DT properties to MTD generic
  ` [PATCH 07/12] memory: davinci-aemif: introduce AEMIF driver
  ` [PATCH 08/12] memory: davinci-aemif: add bindings for "
  ` [PATCH 09/12] mtd: nand: davinci: reuse driver for Keystone arch
  ` [PATCH 10/12] mtd: nand: davinci: don't set timings if AEMIF is used
  ` [PATCH 11/12] mtd: nand: davinci: don't request AEMIF address range
  ` [PATCH 12/12] arm: dts: keystone: add AEMIF/NAND device entry

[PATCH 00/10] mtd: st_spi_fsm: Add new device
 2013-11-14 14:22 UTC  (11+ messages)
` [PATCH 01/10] mtd: st_spi_fsm: Allocate resources and register with MTD framework
` [PATCH 02/10] mtd: st_spi_fsm: Supply all register address and bit logic defines
` [PATCH 03/10] mtd: st_spi_fsm: Initialise and configure the FSM for normal working conditions
` [PATCH 04/10] mtd: st_spi_fsm: Supply framework for device requests
` [PATCH 05/10] mtd: st_spi_fsm: Supply a method to read from the FSM's FIFO
` [PATCH 06/10] mtd: st_spi_fsm: Supply defines for the possible flash command opcodes
` [PATCH 07/10] mtd: st_spi_fsm: Add support for JEDEC ID extraction
` [PATCH 08/10] mtd: st_spi_fsm: Provide device look-up table
` [PATCH 09/10] mtd: st_spi_fsm: Dynamically setup flash device based on JEDEC ID
` [PATCH 10/10] ARM: STi: Add support for the FSM Serial Flash Controller

Issues unlocking LH28F640BF NOR flash
 2013-11-14 14:07 UTC  (8+ messages)

[PATCH 02/12] mtd: Remove superfluous name casts
 2013-11-14  1:09 UTC  (7+ messages)
` [PATCH 03/12] mtd: pasemi_nand.c: Remove superfluous name cast
` [PATCH 10/12] mtd: ms02-nv: "

[PATCH] mtd: Make mtd_partition.name const
 2013-11-14  1:10 UTC  (2+ messages)

[PATCH v3] mtd: gpmi: add a new DT property to use the datasheet's minimum required ECC
 2013-11-13 20:46 UTC  (4+ messages)

[PATCH] mtd: gpmi-lib: Make checkpatch happy
 2013-11-13 20:41 UTC  (3+ messages)

[PATCH] mtd: gpmi: Use devm_clk_get()
 2013-11-13 20:40 UTC  (3+ messages)

[GIT PULL] MTD changes for 3.13
 2013-11-13 18:24 UTC 

[PATCH v2] mtd: nand: diskonchip: Request memory region prior ioremap()
 2013-11-13 11:59 UTC 

[PATCH v5 1/3] mtd: nand: gpio: Add DT property to automatically determine bus width
 2013-11-13 11:58 UTC  (3+ messages)
` [PATCH v5 2/3] mtd: nand: gpio: Use devm_gpio_request_one() where possible
` [PATCH v5 3/3] mtd: nand: gpio: Add support for multichip devices

[MTD] 3.13 pull request?
 2013-11-13 11:37 UTC  (3+ messages)

[PATCH] mtd: atmel_nand: fix bug driver will in a dead lock if no nand detected
 2013-11-13 10:33 UTC  (9+ messages)

[PATCH v3] mtd: gpmi: fix the NULL pointer
 2013-11-13  2:21 UTC  (4+ messages)

[PATCH v2 00/19] Enable various Renesas drivers on all ARM platforms
 2013-11-12 23:20 UTC  (6+ messages)
` [PATCH v2 10/19] mtd: sh_flctl: Enable the driver "

[PATCH v2 0/5] Assorted OMAP2 NAND clean-ups
 2013-11-12 23:10 UTC  (6+ messages)
` [PATCH v2 3/5] mtd: nand: omap2: Fix OMAP_BCH option dependency

Bad blocks while attaching UBIFS
 2013-11-12 18:42 UTC  (3+ messages)

[PATCH] drivers: mtd: m25p80: Add quad read support
 2013-11-12 18:13 UTC  (5+ messages)

[PATCH 2/2] mtd: cmdlinepart: support master name is not set when parser partition
 2013-11-13  3:03 UTC  (5+ messages)

[GIT PULL] UBI changes for 3.13-rc1
 2013-11-12 12:33 UTC 

[GIT PULL] UBIFS changes for 3.13-rc1
 2013-11-12 12:33 UTC 

[GIT PULL] UBI changes for 3.13-rc1
 2013-11-12 12:33 UTC 

[PATCH] block: cmdline-parser: perfect cmdline format checking
 2013-11-12  8:19 UTC 

[PATCH v4] drivers: mtd: m25p80: add quad read support
 2013-11-12  5:27 UTC  (5+ messages)

[PATCH 1/2] mtd: gpmi: fix the NULL pointer
 2013-11-12  4:27 UTC  (22+ messages)
` [PATCH 2/2] mtd: gpmi: only scan two chips for imx6
  ` [PATCH V2] mtd: gpmi: fix the NULL pointer

[PATCH] mtd: gpmi: Fix NULL pointer dereference
 2013-11-12  4:24 UTC  (7+ messages)

[PATCH v2] mtd: gpmi: Fix NULL pointer dereference
 2013-11-12  2:51 UTC  (5+ messages)

[PATCH bugfix] mtd: gpmi: serialize all the dma operations
 2013-11-12  2:11 UTC  (9+ messages)
` [PATCH] mtd: gpmi: wake up the process at the end of the DMA callback
  ` [PATCH fix] "

[PATCH] block: cmdline-parser: perfect cmdline format checking
 2013-11-12  0:45 UTC  (3+ messages)

[PATCH] mtd: m25p80: add support for m25px16
 2013-11-11 20:55 UTC 

[RFC] New SPI based Serial Flash Controller driver
 2013-11-11 13:48 UTC 

[PATCH] MIPS: Alchemy: add missing platform_set_drvdata() in au1550nd_probe()
 2013-11-11  6:18 UTC 

[PATCH v2 00/27] Armada 370/XP NAND support
 2013-11-10  8:30 UTC  (5+ messages)
` [PATCH v2 09/27] mtd: nand: pxa3xx: Split FIFO size from to-be-read FIFO count

hi
 2013-11-09  6:27 UTC 

[PATCH] mtd: mtdchar: return expected errors on mmap() call
 2013-11-08 18:49 UTC  (2+ messages)

[PATCHv3 0/2] m25p80: QUAD read support + cleanup
 2013-11-08 18:37 UTC  (9+ messages)
` [PATCH 1/2] drivers: mtd: m25p80: convert "bool" read check into an enum
` [PATCHv3 2/2] drivers: mtd: m25p80: Add quad read support

[PATCH] mtd: cmdlinepart: use cmdline partition parser lib
 2013-11-08  9:58 UTC  (9+ messages)
  ` [PATCH 2/2] "


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