messages from 2014-03-21 10:29:36 to 2014-03-28 12:56:24 UTC [more...]
[PATCH] mtd: nand: Add support for Micron on-die ECC controller (rev2)
2014-03-28 12:56 UTC (7+ messages)
[PATCH] axs_nand - add driver for NAND controller used on Synopsys AXS dev boards
2014-03-28 12:28 UTC (3+ messages)
[PATCH] mtd: gpmi: make blockmark swapping optional
2014-03-28 10:35 UTC (4+ messages)
` [PATCHv3 0/2] "
` [PATCHv3 1/2] "
` [PATCHv3 2/2] of/mtd/nand: add generic binding and helper for NAND_BBT_NO_OOB_BBM
[PATCH] mtd: gpmi: make blockmark swapping optional
2014-03-28 10:18 UTC (20+ messages)
` [PATCHv2 1/1] "
[PATCH v2] mxc_nand : allow swapping the Bad block Indicator for NFC v1
2014-03-28 9:52 UTC (8+ messages)
` [PATCH 1/1] "
[PATCH RFC 1/3] Devicetree: Add pl353 smc controller devicetree binding information
2014-03-28 9:43 UTC (5+ messages)
` [PATCH RFC 2/3] memory: pl353: Add driver for arm pl353 static memory controller
` [PATCH RFC 3/3] nand: pl353: Add driver for arm pl353 smc nand interface
jffs2dump endian convert does not convert major/minor numbers
2014-03-28 9:01 UTC
[RFC] mtd: nand: Preparatory patch for adding on-die ECC controller support. This patch adds NAND_ECC_HW_ON_DIE and all other changes to generic code
2014-03-28 5:48 UTC (2+ messages)
[mtd/sbc_gxx] kernel BUG at include/linux/mtd/map.h:148!
2014-03-27 22:51 UTC (2+ messages)
[PATCH RFC 0/3] Add arm pl353 smc driver for xilinx zynq soc
2014-03-27 18:21 UTC
[PATCH 0/4] mtd: Fix wrong bad block account in ECC stats
2014-03-27 11:56 UTC (6+ messages)
` [PATCH 1/4] mtd: Add sysfs attr to expose "
` [PATCH 2/4] mtd: nand: Account the blocks used by the BBT in the ecc_stats
` [PATCH 3/4] mtd: Introduce mtd_block_isreserved()
` [PATCH 4/4] mtd: Account for BBT blocks when a partition is being allocated
What is wrong?
2014-03-27 11:50 UTC (4+ messages)
[RFC 00/47] mtd: nand: Add new driver supporting ST's BCH h/w
2014-03-27 10:28 UTC (63+ messages)
` [RFC 01/47] mtd: nand: export useful functions from core driver
` [RFC 02/47] mtd: nand: add ONFI NAND Timing Mode Specifications
` [RFC 03/47] mtd: nand: add shared register defines for ST's NAND Controller drivers
` [RFC 04/47] mtd: nand: adding ST's BCH NAND Controller driver
` [RFC 05/47] mtd: nand: stm_nand_bch: IRQ support for "
` [RFC 06/47] mtd: nand: stm_nand_bch: change between BCH and Hamming modes
` [RFC 07/47] mtd: nand: stm_nand_bch: initialise the BCH Controller
` [RFC 08/47] mtd: nand: stm_nand_bch: supply clock support
` [RFC 09/47] mtd: nand: stm_nand_bch: introduce and initialise some important data structures
` [RFC 10/47] mtd: nand: stm_nand_bch: initialise the Hamming Controller
` [RFC 11/47] mtd: nand: stm_nand_bch: add Power Management
` [RFC 12/47] mtd: nand: stm_nand_bch: scan for NAND devices
` [RFC 13/47] mtd: nand: stm_nand_bch: provide Device Tree support
` [RFC 14/47] mtd: nand: stm_nand_bch: configure BCH and FLEX by ONFI timing mode
` [RFC 15/47] mtd: nand: stm_nand_bch: add compatible page size check
` [RFC 16/47] mtd: nand: stm_nand_bch: derive some working variables for latter use
` [RFC 17/47] mtd: nand: stm_nand_bch: automatically set EEC mode if requested
` [RFC 18/47] mtd: nand: stm_nand_bch: ensure configuration is compatible with this driver
` [RFC 19/47] mtd: nand: stm_nand_bch: configure BCH read/write/erase programs
` [RFC 20/47] mtd: nand: stm_nand_bch: initialise working buffers
` [RFC 21/47] mtd: nand: stm_nand_bch: provide shared BCH operations
` [RFC 22/47] mtd: nand: stm_nand_bch: check erased page for zeros
` [RFC 23/47] mtd: nand: stm_nand_bch: read and write page (BCH)
` [RFC 24/47] mtd: nand: stm_nand_bch: find IBBT signature
` [RFC 25/47] mtd: nand: stm_nand_bch: bad block marking helpers
` [RFC 26/47] mtd: nand: stm_nand_bch: populate IBBT BCH Header
` [RFC 27/47] mtd: nand: stm_nand_bch: write IBBT to Flash
` [RFC 28/47] mtd: nand: stm_nand_bch: update flash-resident BBT(s)
` [RFC 29/47] mtd: nand: stm_nand_bch: add Hamming-FLEX operations
` [RFC 30/47] mtd: nand: stm_nand_bch: read and write raw (FLEX)
` [RFC 31/47] mtd: nand: stm_nand_bch: scan block for BBM(s) according to specified BBT options
` [RFC 32/47] mtd: nand: stm_nand_bch: scan for BBMs and build memory-resident BBT
` [RFC 33/47] mtd: nand: stm_nand_bch: search for and load flash-resident BBT
` [RFC 34/47] mtd: nand: stm_nand_bch: "
` [RFC 35/47] mtd: nand: stm_nand_bch: dump bad blocks
` [RFC 36/47] mtd: nand: stm_nand_bch: parse partitions and register an MTD device
` [RFC 37/47] mtd: nand: stm_nand_bch: fetch the bit-flips threshold
` [RFC 38/47] mtd: nand: stm_nand_bch: check WP (FLEX)
` [RFC 39/47] mtd: nand: stm_nand_bch: read and write ops (FLEX)
` [RFC 40/47] mtd: nand: stm_nand_bch: MTD erase (BCH)
` [RFC 41/47] mtd: nand: stm_nand_bch: MTD mark and check for bad blocks (BCH)
` [RFC 42/47] mtd: nand: stm_nand_bch: add read and write OOB (BCH)
` [RFC 43/47] mtd: nand: stm_nand_bch: read and write functions (BCH)
` [RFC 44/47] mtd: nand: stm_nand_bch: MTD read and write (BCH)
` [RFC 45/47] mtd: nand: stm_nand_bch: read and write buffers (FLEX)
` [RFC 46/47] mtd: nand: mtd_nand_bch: add remaining FLEX functions
` [RFC 47/47] mtd: nand: stm_nand_bch: catch unsupported calls
答复: [PATCH 6/6] selinux: do not confuse lockdep
2014-03-27 9:40 UTC (2+ messages)
` 答复: "
[PATCH 00/15] mtd: st_spi_fsm: Align with ST's internal development
2014-03-27 8:20 UTC (18+ messages)
` [PATCH 01/15] mtd: st_spi_fsm: Add Macronix MX25L25655E device
` [PATCH 02/15] mtd: st_spi_fsm: Update Macronix 32-bit addressing support
` [PATCH 03/15] mtd: st_spi_fsm: Update Macronix 'QE' configuration
` [PATCH 04/15] mtd: st_spi_fsm: Refactor status register operations
` [PATCH 05/15] mtd: st_spi_fsm: Add Spansion S25FL032P to device table
` [PATCH 06/15] mtd: st_spi_fsm: Add support for Macronix MX25L3255E
` [PATCH 07/15] mtd: st_spi_fsm: Extend fsm_clear_fifo to handle unwanted bytes
` [PATCH 08/15] mtd: st_spi_fsm: Obtain and use EMI clock if provided
` [PATCH 09/15] mtd: st_spi_fsm: Add support for Micron N25Q512A
` [PATCH 10/15] mtd: st_spi_fsm: Add support for N25Q512 and N25Q00A devices
` [PATCH 11/15] mtd: st_spi_fsm: Update the JEDEC probe to handle extended READIDs
` [PATCH 12/15] mtd: st_spi_fsm: Update Spansion device entries
` [PATCH 13/15] mtd: st_spi_fsm: Improve busy wait handling
` [PATCH 14/15] mtd: st_spi_fsm: Provide mask to obtain correct boot device pins
` [PATCH 15/15] mtd: st_spi_fsm: General tidy-up
[PATCH] mtd: gpmi: add gpmi support for imx6sx
2014-03-27 2:43 UTC
[PATCH] mtd: nand: Add support for Micron on-die ECC controller
2014-03-26 22:37 UTC (3+ messages)
ST NAND BCH Driver
2014-03-26 9:32 UTC
Near full problem (old version)
2014-03-26 8:22 UTC (2+ messages)
[PATCH] mtd: nand: fix mention to CONFIG_MTD_NAND_ECC_BCH
2014-03-26 7:34 UTC (3+ messages)
mtd: nand: fix GET/SET_FEATURES address on 16-bit devices
2014-03-26 6:33 UTC (3+ messages)
[PATCH 1/2] mtd: denali_dt: Use devm_ioremap_resource()
2014-03-26 6:25 UTC (3+ messages)
` [PATCH 2/2] mtd: omap2: "
[PATCH 1/2] mtd: denali_dt: Use devm_ioremap_resource()
2014-03-26 6:24 UTC (3+ messages)
[PATCH v8 0/4] mtd: devices: elm: add checks ELM H/W constrains, driver code cleanup
2014-03-26 6:12 UTC (3+ messages)
[PATCH 0/4] Set max_discard_sectors maximal value to UINT_MAX>>9
2014-03-25 23:48 UTC (5+ messages)
` [PATCH 1/4] Limit max_discard_sectors "
` [PATCH 2/4] "
` [PATCH 3/4] "
` [PATCH 4/4] "
New NAND driver
2014-03-25 10:46 UTC (6+ messages)
[PATCH v3 0/4] mtd: cfi_cmdset_0002: Add OTP support for Micron M29EW NOR flashes
2014-03-25 9:35 UTC (2+ messages)
[PATCH] ubi-utils: Add ubiblock tool
2014-03-25 8:14 UTC (6+ messages)
` [PATCH v2] "
[PATCH v2] mtd: nand: omap: fix BCHx ecc.correct to return detected bit-flips in erased-page
2014-03-25 7:05 UTC (2+ messages)
[PATCH v3 0/4] mtd: nand: omap: add support for BCH16_ECC
2014-03-24 11:20 UTC (5+ messages)
` [PATCH v3 1/4] mtd: nand: omap: add support for BCH16_ECC - GPMC driver updates
` [PATCH v3 2/4] mtd: nand: omap: add support for BCH16_ECC - ELM "
` [PATCH v3 3/4] mtd: nand: omap: add support for BCH16_ECC - NAND "
` [PATCH v3 4/4] mtd: nand: omap: Documentation: How to select correct ECC scheme for your device ?
ubifs: assertion fails
2014-03-24 6:03 UTC
[PATCH] mtd: gpmi: add gpmi_devdata{} to simplify the code
2014-03-24 2:28 UTC (6+ messages)
[v3] mtd: m25p80: Modify the name of mtd_info
2014-03-22 8:55 UTC
[PATCH] mtd: diskonchip: mem resource name is not optional
2014-03-22 8:39 UTC (2+ messages)
[v2] mtd: m25p80: Modify the name of mtd_info
2014-03-22 7:58 UTC
[PATCH] mkfs.ubifs: correct and improve LEB size error prints
2014-03-22 6:45 UTC
[PATCH] mtd: nand: fix byte addressing on 16-bit wide devices
2014-03-22 2:01 UTC (7+ messages)
` Fwd: "
[RFC PATCH] UBI: fix rb_tree node comparison in add_map
2014-03-21 23:56 UTC (2+ messages)
mtd: nand: fix byte addressing on 16-bit wide devices
2014-03-21 18:07 UTC
[PATCH 1/2] UBI: block: Remove __initdata from ubiblock_param_ops
2014-03-21 17:39 UTC (2+ messages)
[PATCH] mtd: m25p80: Modify the name of mtd_info
2014-03-21 17:34 UTC (2+ messages)
[PATCH v2 0/4] Allow to specify an ECC scheme through DT
2014-03-21 11:34 UTC (5+ messages)
` [PATCH v2 1/4] mtd: nand: pxa3xx: Normalize ECC strength for ECC scheme selection
` [PATCH v2 2/4] mtd: nand: pxa3xx: Clean pxa_ecc_init() error handling
` [PATCH v2 3/4] mtd: nand: pxa3xx: Use ECC strength and step size devicetree binding
` [PATCH v2 4/4] mtd: nand: pxa3xx: Add supported ECC strength and step size to the DT binding
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).