linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-11-21 11:28:25 to 2013-11-27 10:06:09 UTC [more...]

[PATCH 0/4] mtd: spi-nor: add a new framework for SPI NOR
 2013-11-27 10:06 UTC  (19+ messages)
` [PATCH 1/4] mtd: spi-nor: move the SPI NOR commands to a new header file
` [PATCH 2/4] mtd: spi-nor: add a new data structrue spi_nor{}
` [PATCH 3/4] mtd: spi-nor: add the framework for SPI NOR
` [PATCH 4/4] mtd: m25p80: use the new spi-nor APIs

[PATCH] mtd: sh_flctl: Fix warnings due to improper casts
 2013-11-27 10:04 UTC  (3+ messages)

[PATCH 10/12] mtd: nand: davinci: don't set timings if AEMIF is used
 2013-11-27  8:35 UTC  (26+ messages)
                  ` [PATCH] ARM: davinci: aemif: get rid of davinci-nand driver dependency on aemif
  ` [PATCH 06/12] mtd: nand: davinci: adjust DT properties to MTD generic
  ` [PATCH 07/12] memory: davinci-aemif: introduce AEMIF driver

[PATCH] mtd: nand: pxa3xx: Use info->use_dma to release DMA resources
 2013-11-27  7:58 UTC  (2+ messages)

[PATCH v2] mtd/nand: don't use {read,write}_buf for 8-bit transfers
 2013-11-27  7:35 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2] mtdchar: handle chips that have user otp but no factory otp
 2013-11-27  6:59 UTC  (5+ messages)
` [PATCH v2] mtd/nand: don't use {read,write}_buf for 8-bit transfers

[PATCH] mtd: nand: auto-detection of NAND bus-width from ONFI param or nand_id[]
 2013-11-27  6:03 UTC  (12+ messages)

[PATCH v5 1/3] mtd: nand: gpio: Add DT property to automatically determine bus width
 2013-11-27  4:34 UTC  (5+ messages)

[PATCH 00/23] mtd: st_spi_fsm: Add new device
 2013-11-27  4:07 UTC  (25+ messages)
` [PATCH 01/23] mtd: st_spi_fsm: Allocate resources and register with MTD framework
` [PATCH 02/23] mtd: st_spi_fsm: Supply all register address and bit logic defines
` [PATCH 03/23] mtd: st_spi_fsm: Initialise and configure the FSM for normal working conditions
` [PATCH 04/23] mtd: st_spi_fsm: Supply framework for device requests
` [PATCH 05/23] mtd: st_spi_fsm: Supply a method to read from the FSM's FIFO
` [PATCH 06/23] mtd: st_spi_fsm: Supply defines for the possible flash command opcodes
` [PATCH 07/23] mtd: st_spi_fsm: Add support for JEDEC ID extraction
` [PATCH 08/23] mtd: devices: Provide header for shared OPCODEs and SFDP commands
` [PATCH 09/23] mtd: st_spi_fsm: Provide device look-up table
` [PATCH 10/23] mtd: st_spi_fsm: Dynamically setup flash device based on JEDEC ID
` [PATCH 11/23] ARM: STi: Add support for the FSM Serial Flash Controller
` [PATCH 12/23] mtd: st_spi_fsm: Search for preferred FSM message sequence configurations
` [PATCH 13/23] mtd: st_spi_fsm: Fetch platform specific configurations
` [PATCH 14/23] mtd: st_spi_fsm: Prepare the read/write FSM message sequence(s)
` [PATCH 15/23] mtd: st_spi_fsm: Fetch boot-device from mode pins
` [PATCH 16/23] mtd: st_spi_fsm: Provide the erase one sector sequence
` [PATCH 17/23] mtd: st_spi_fsm: Provide the sequence for enabling 32bit addressing mode
` [PATCH 18/23] mtd: st_spi_fsm: Prepare read/write sequences according to configuration
` [PATCH 19/23] mtd: st_spi_fsm: Add a check to if the chip can handle an SoC reset
` [PATCH 20/23] mtd: st_spi_fsm: Provide a method to put the chip into 32bit addressing mode
` [PATCH 21/23] mtd: st_spi_fsm: Update the flash Volatile Configuration Register
` [PATCH 22/23] mtd: st_spi_fsm: Provide the default read/write configurations
` [PATCH 23/23] mtd: st_spi_fsm: Supply the N25Qxxx specific read configurations

[PATCH] MIPS: Alchemy: add missing platform_set_drvdata() in au1550nd_probe()
 2013-11-27  3:35 UTC  (4+ messages)

[PATCH 0/2] Regarding NAND core and drivers maintenance
 2013-11-27  3:20 UTC  (9+ messages)
` [PATCH 1/2] mtd: Add NAND device drivers to MAINTAINERS

[PATCH] mtd: dataflash: remove unnecessary spi_set_drvdata()
 2013-11-27  2:02 UTC  (2+ messages)

[PATCH v2 00/10] Reuse davinci-nand driver for Keystone arch
 2013-11-27  1:33 UTC  (4+ messages)
` [PATCH 10/10] mtd: nand: davinci: don't request AEMIF address range

[PATCH 00/15] Enable compilation of various Renesas drivers with COMPILE_TEST
 2013-11-27  1:18 UTC  (2+ messages)
` [PATCH 09/15] mtd: sh_flctl: Enable driver compilation "

[PATCH] mtd: mpc5121_nfc: drop devm_free_irq of devm_ allocated irq
 2013-11-27  0:20 UTC  (4+ messages)

[RFC/PATCH v2] pxa3xx-nand: Remove custom device detection
 2013-11-26 23:17 UTC  (7+ messages)
` [RFC/PATCH v2] mtd: nand: pxa3xx: Remove redundant device probing
        ` Setting NAND timings parameters (Re: [RFC/PATCH v2] mtd: nand: pxa3xx: Remove redundant device probing)

до недавнего времени это содержалось несбыточной мечтой
 2013-11-26 19:32 UTC 

[PATCH 0/2] Introduce AEMIF driver for Davinci/Keystone archs
 2013-11-26 17:23 UTC  (10+ messages)
` [PATCH 2/2] memory: ti-aemif: add bindings for AEMIF driver

[PATCH 00/17] Add memory mapped support for ti qspi, m25p80 serial flash
 2013-11-26 13:20 UTC  (40+ messages)
` [PATCH 01/17] spi/spi.h: Add get_buf/put_buf support in spi master
` [PATCH 02/17] spi/spi.h: Add configure from slave support
` [PATCH 03/17] spi/qspi: parse register by name
` [PATCH 04/17] spi/qspi: parse control module register
` [PATCH 05/17] spi/qspi: parse memory map register
` [PATCH 06/17] spi/qspi: Add support to switc to memory mapped operation
` [PATCH 07/17] spi/qspi: configure set up register for memory map
` [PATCH 08/17] spi/qspi: Add api for get_buf/put_buf
` [PATCH 09/17] spi/spi.h: Add "mem" variable in spi master
` [PATCH 10/17] spi/spi.h: Add mmap flag "
` [PATCH 11/17] spi/qspi: set "mmap" flag to true
` [PATCH 12/17] spi/qspi: convert driver to enable/disable memory mapped
` [PATCH 13/17] drivers: mtd: m25p80: Add api to configure master register
` [PATCH 14/17] drivers: mtd: m25p80: Adapt driver to support memory mapped read
` [PATCH 15/17] arm: dts: dra7: Add qspi device
` [PATCH 16/17] arm: dts: am43x-epos: "
` [PATCH 17/17] Documentation: bindings: ti-qspi: update binding information

[PATCH v5 00/14] Armada 370/XP NAND support
 2013-11-26 12:40 UTC  (6+ messages)

[PATCH 0/3] Reuse davinci-nand driver for Keystone arch
 2013-11-25 15:57 UTC  (4+ messages)
` [PATCH 1/3] mtd: nand: davinci: reuse "

[PATCH] Make the mtdblock read/write skip the bad nand sector
 2013-11-25 15:46 UTC  (16+ messages)

UBI attach, UBIFS mount and blocks writing
 2013-11-25 15:17 UTC  (4+ messages)

[RFC/PATCH] mtd: nand: Refactor print messages
 2013-11-25 11:30 UTC 

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

Плодотворный Инструмент
 2013-11-25  2:10 UTC 

[PATCH v5 00/17] add COMMON_CLK support for PowerPC MPC512x
 2013-11-24 18:39 UTC  (2+ messages)

[PATCH 1/1] MTD: UBI: avoid program operation on NOR flash after erasure interrupted
 2013-11-24 13:13 UTC 

[PATCH v4 00/31] Armada 370/XP NAND support
 2013-11-24  3:42 UTC  (3+ messages)
` [PATCH v4 29/31] ARM: mvebu: Add support for NAND controller in Armada 370/XP

все равно хоть какая женщина будет от Вас в экстазе
 2013-11-24  0:45 UTC 

PRIVATE MESSAGE
 2013-11-23 10:36 UTC 

Hej Kära
 2013-11-22 22:38 UTC 

Вы можете пользоваться ястребиным зрением
 2013-11-22 10:52 UTC 

VF610+ColdFireM54418 controller
 2013-11-21 21:52 UTC  (2+ messages)

[PATCH v2 0/2] Introduce AEMIF driver for Davinci/Keystone archs
 2013-11-21 11:30 UTC  (3+ messages)
` [PATCH v2 1/2] memory: ti-aemif: introduce AEMIF driver
` [PATCH v2 2/2] memory: ti-aemif: add bindings for "


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