linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-11-27 04:39:24 to 2013-12-02 12:54:05 UTC [more...]

бросьте лекарства и , они Вам больше не потребуются
 2013-12-02  8:23 UTC 

[RFC/PATCH] NAND bus-width detection extreme makeover
 2013-12-02 11:33 UTC  (7+ messages)
` [RFC/PATCH] mtd: nand: auto-detection of NAND bus-width from ONFI param or nand_id[]

[PATCH 0/4] mtd: spi-nor: add a new framework for SPI NOR
 2013-12-02 11:19 UTC  (19+ messages)
` [PATCH 3/4] mtd: spi-nor: add the "
` [PATCH 2/4] mtd: spi-nor: add a new data structrue spi_nor{}

[PATCH v3 00/36] mtd: st_spi_fsm: Add new driver
 2013-12-02 11:03 UTC  (39+ messages)
` [PATCH v3 01/36] mtd: st_spi_fsm: Allocate resources and register with MTD framework
` [PATCH v3 02/36] mtd: st_spi_fsm: Supply all register address and bit logic defines
` [PATCH v3 03/36] mtd: st_spi_fsm: Initialise and configure the FSM for normal working conditions
` [PATCH v3 04/36] mtd: st_spi_fsm: Supply framework for device requests
` [PATCH v3 05/36] mtd: st_spi_fsm: Supply a method to read from the FSM's FIFO
` [PATCH v3 06/36] mtd: st_spi_fsm: Supply defines for the possible flash command opcodes
` [PATCH v3 07/36] mtd: st_spi_fsm: Add support for JEDEC ID extraction
` [PATCH v3 08/36] mtd: devices: Provide header for shared OPCODEs and SFDP commands
` [PATCH v3 09/36] mtd: st_spi_fsm: Provide device look-up table
` [PATCH v3 10/36] mtd: st_spi_fsm: Dynamically setup flash device based on JEDEC ID
` [PATCH v3 11/36] mtd: st_spi_fsm: Search for preferred FSM message sequence configurations
` [PATCH v3 12/36] mtd: st_spi_fsm: Fetch platform specific configurations
` [PATCH v3 13/36] mtd: st_spi_fsm: Prepare the read/write FSM message sequence(s)
` [PATCH v3 14/36] mtd: st_spi_fsm: Add device-tree binding documentation
` [PATCH v3 15/36] mtd: st_spi_fsm: Fetch boot-device from mode pins
` [PATCH v3 16/36] mtd: st_spi_fsm: Provide the erase one sector sequence
` [PATCH v3 17/36] mtd: st_spi_fsm: Provide the sequence for enabling 32bit addressing mode
` [PATCH v3 18/36] mtd: st_spi_fsm: Prepare read/write sequences according to configuration
` [PATCH v3 19/36] mtd: st_spi_fsm: Add a check to if the chip can handle an SoC reset
` [PATCH v3 20/36] mtd: st_spi_fsm: Provide a method to put the chip into 32bit addressing mode
` [PATCH v3 21/36] mtd: st_spi_fsm: Update the flash Volatile Configuration Register
` [PATCH v3 22/36] mtd: st_spi_fsm: Provide the default read/write configurations
` [PATCH v3 23/36] mtd: st_spi_fsm: Supply the N25Qxxx specific read configurations
` [PATCH v3 24/36] mtd: st_spi_fsm: Supply the N25Qxxx chip specific configuration call-back
` [PATCH v3 25/36] mtd: st_spi_fsm: Prepare default sequences for read/write/erase
` [PATCH v3 26/36] mtd: st_spi_fsm: Add the ability to read from a Serial Flash device
` [PATCH v3 27/36] mtd: st_spi_fsm: Write to Flash via the FSM FIFO
` [PATCH v3 28/36] mtd: st_spi_fsm: Supply a busy wait for post-write status
` [PATCH v3 29/36] mtd: st_spi_fsm: Add the ability to write to a Serial Flash device
` [PATCH v3 30/36] mtd: st_spi_fsm: Erase partly or as a whole "
` [PATCH v3 31/36] mtd: st_spi_fsm: Add the ability to read the FSM's status
` [PATCH v3 32/36] mtd: st_spi_fsm: Add the ability to write to FSM's status register
` [PATCH v3 33/36] mtd: st_spi_fsm: Supply the MX25xxx chip specific configuration call-back
` [PATCH v3 34/36] mtd: st_spi_fsm: Supply the S25FLxxx "
` [PATCH v3 35/36] mtd: st_spi_fsm: Supply the W25Qxxx "
` [PATCH v3 36/36] ARM: STi: Add support for the FSM Serial Flash Controller

[PATCH] JFFS2: NULL return of kmem_cache_zalloc should be handled
 2013-12-02 10:37 UTC 

[PATCH v5 00/14] Armada 370/XP NAND support
 2013-12-02 10:33 UTC  (11+ messages)

[PATCH] mtd: nand: parse the Hynix nand which uses <26nm technology
 2013-12-02  9:20 UTC  (2+ messages)
` [PATCH] mtd: nand: parse out the datasheet's required minimum ECC for Hynix(>=26nm)

[PATCH] mtd: nand: mxc_nand: Check the return value from clk_prepare_enable()
 2013-12-02  2:50 UTC 

[PATCH] mtd: tests: mtd_nandecctest: Use IS_ENABLED() macro
 2013-12-02  2:30 UTC 

[PATCH] mtd: Convert to use ATTRIBUTE_GROUPS
 2013-12-02  2:12 UTC 

[PATCH 00/18] Consolidate Posix ACL implementation
 2013-12-01 14:36 UTC  (20+ messages)
` [PATCH 01/18] reiserfs: prefix ACL symbols with reiserfs_
` [PATCH 02/18] fs: add get_acl helper
` [PATCH 03/18] fs: add a set_acl inode operation
` [PATCH 04/18] fs: add generic xattr_acl handlers
` [PATCH 05/18] fs: make posix_acl_chmod more useful
` [PATCH 06/18] fs: make posix_acl_create "
` [PATCH 07/18] btrfs: use generic posix ACL infrastructure
` [PATCH 08/18] ext2/3/4: "
` [PATCH 09/18] f2fs: "
` [PATCH 10/18] hfsplus: "
` [PATCH 11/18] jffs2: "
` [PATCH 12/18] ocfs2: "
` [PATCH 13/18] reiserfs: "
` [PATCH 14/18] xfs: "
` [PATCH 15/18] jfs: "
` [PATCH 16/18] gfs2: "
` [PATCH 17/18] nfs: use generic posix ACL infrastructure for v3 Posix ACLs
` [PATCH 18/18] fs: remove generic_acl

[PATCH 1/2] mtd: Make deregister_mtd_parser return void
 2013-12-01 11:01 UTC  (2+ messages)
` [PATCH 2/2] mtd: Make register_mtd_parser "

[PATCH 04/11] mtd: support BB SRAM on ICP DAS LP-8x4x
 2013-12-01  6:26 UTC 

[PATCH v6 00/17] add COMMON_CLK support for PowerPC MPC512x
 2013-11-30 22:51 UTC  (2+ messages)
` [PATCH v6 12/17] mtd: mpc5121_nfc: adjust for OF based clock lookup

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

[PATCH v5 1/3] mtd: nand: gpio: Add DT property to automatically determine bus width
 2013-11-30 18:35 UTC  (12+ messages)

[RFC/PATCH v2] NAND bus-width detection extreme makeover
 2013-11-30 17:17 UTC  (2+ messages)
` [RFC/PATCH v2] mtd: nand: Fix ONFI detection of 16-bit width NAND devices

[PATCH 0/1] Fix OMAP2 NAND ONFI device detection
 2013-11-30  8:56 UTC  (5+ messages)

[PATCH] jffs2: make jffs2_do_read_inode_internal() consistent regarding f->sem handling
 2013-11-29 21:13 UTC 

[PATCH v2 00/10] Reuse davinci-nand driver for Keystone arch
 2013-11-29 16:28 UTC  (4+ messages)

[PATCH 0/7] Davinci nand driver fixes and updates
 2013-11-29 15:44 UTC  (3+ messages)

[PATCH 0/2] Introduce AEMIF driver for Davinci/Keystone archs
 2013-11-29 15:43 UTC  (14+ messages)
` [PATCH 1/2] memory: ti-aemif: introduce AEMIF driver
` [PATCH 2/2] memory: ti-aemif: add bindings for "

[PATCH v2] ARM: davinci: aemif: get rid of davinci-nand driver dependency on aemif
 2013-11-29 14:53 UTC  (5+ messages)

[PATCH] Make the mtdblock read/write skip the bad nand sector
 2013-11-29 13:26 UTC  (11+ messages)

[PATCH v2] mxc_nand: remove duplicated ecc_stats counting
 2013-11-29 13:14 UTC 

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

[PATCH 00/23] mtd: st_spi_fsm: Add new device
 2013-11-29 11:53 UTC  (8+ messages)

[PATCH] of_mtd: Fix header file include guard
 2013-11-29  9:22 UTC  (3+ messages)

[PATCH] mxc_nand: remove redundant stat counting
 2013-11-28 19:05 UTC  (2+ messages)

link on your site
 2013-11-28 17:04 UTC 

[PATCH 00/17] Add memory mapped support for ti qspi, m25p80 serial flash
 2013-11-28 12:02 UTC  (31+ messages)
` [PATCH 02/17] spi/spi.h: Add configure from slave support
` [PATCH 03/17] spi/qspi: parse register by name
` [PATCH 06/17] spi/qspi: Add support to switc to memory mapped operation
` [PATCH 09/17] spi/spi.h: Add "mem" variable in spi master
` [PATCH 12/17] spi/qspi: convert driver to enable/disable memory mapped

JFFS2 Garbage collection issue
 2013-11-28 11:03 UTC  (8+ messages)

[PATCH 1/9] mtd: amd76xrom: use DEFINE_PCI_DEVICE_TABLE macro
 2013-11-28  4:36 UTC  (10+ messages)
` [PATCH 2/9] mtd: ck804xrom: "
` [PATCH 3/9] mtd: esb2rom: "
` [PATCH 4/9] mtd: ichxrom: "
` [PATCH 5/9] mtd: intel_vr_nor: "
` [PATCH 6/9] mtd: pci: "
` [PATCH 7/9] mtd: scb2_flash: "
` [PATCH 8/9] mtd: cafe_nand: "
` [PATCH 9/9] mtd: r852: "

[PATCHv2][] mtd: nand: mxc_nand: Add onfi & 4k flashs support
 2013-11-27 15:23 UTC 

[PATCH 10/12] mtd: nand: davinci: don't set timings if AEMIF is used
 2013-11-27 13:21 UTC  (6+ messages)
` [PATCH] ARM: davinci: aemif: get rid of davinci-nand driver dependency on aemif

[RFC/PATCH v2] pxa3xx-nand: Remove custom device detection
 2013-11-27 11:38 UTC  (8+ 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)

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

[PATCH 0/2] Regarding NAND core and drivers maintenance
 2013-11-27 10:43 UTC  (4+ messages)

[PATCH] mtd: sh_flctl: Use devm_* managed allocators
 2013-11-27 10:27 UTC 

[PATCH 07/12] memory: davinci-aemif: introduce AEMIF driver
 2013-11-27 10:22 UTC  (7+ messages)

[PATCH v2] mtd: sh_flctl: Fix warnings due to improper casts
 2013-11-27 10:17 UTC 

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

[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


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