linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-05-10 11:46:44 to 2013-05-20 02:25:49 UTC [more...]

[PATCH v6 00/10] mtd: add datasheet's ECC information to nand_chip{}
 2013-05-20  2:08 UTC  (13+ messages)
` [PATCH v6 01/10] "
` [PATCH v6 02/10] mtd: get the ECC info from the parameter page for ONFI nand
` [PATCH v6 03/10] mtd: add data structures for Extended Parameter Page
` [PATCH v6 04/10] mtd: add a helper to get the supported features for ONFI nand
` [PATCH v6 05/10] mtd: get the ECC info from the Extended Parameter Page
    ` [PATCH v6 05/10 fix] "
` [PATCH v6 06/10] mtd: replace the hardcode with the onfi_feature()
` [PATCH v6 07/10] mtd: add ECC info for nand_flash_dev{}
` [PATCH v6 08/10] mtd: parse out the ECC info for the full-id nand chips
` [PATCH v6 09/10] mtd: add the ecc info for some "
` [PATCH v6 10/10] mtd: gpmi: set the BCH's geometry with the ecc info

Dynamically creating the volume based on the size of ubifs image size
 2013-05-19 19:57 UTC 

[PATCH v3 0/1] ubi: Introduce block devices for UBI volumes
 2013-05-18 14:31 UTC  (3+ messages)
` [PATCH v3 1/1] "
` [PATCH] ubi-utils: Add ubiblkvol tool

[PATCH 0/4 v2] mtd:nand:omap2: clean-up of supported ECC schemes
 2013-05-18 11:05 UTC  (7+ messages)
` [PATCH 1/4 v2] mtd:nand:omap2: clean-up BCHx_HW and BCHx_SW ECC configurations in device_probe
` [PATCH 2/4 v2] ARM: OMAP2+: cleaned-up DT support of various ECC schemes
` [PATCH 3/4 v2] mtd:nand:omap2: updated support for BCH4 ECC scheme
` [PATCH 4/4 v2] ARM: OMAP2+: updated ECC scheme attributes for omap2-nand DT

[PATCH 0/4] mtd: atmel_nand: enable Nand Flash Controller (NFC) support
 2013-05-17  9:58 UTC  (3+ messages)

[PATCH v2 0/4] mtd: atmel_nand: enable Nand Flash Controller (NFC) support
 2013-05-17  9:51 UTC  (5+ messages)
` [PATCH v2 1/4] mtd: atmel_nand: replace pmecc enable code with one function
` [PATCH v2 2/4] mtd: atmel_nand: add Nand Flash Controller (NFC) support
` [PATCH v2 3/4] mtd: atmel_nand: enable Nand Flash Controller (NFC) read data via sram
` [PATCH v2 4/4] mtd: atmel_nand: enable Nand Flash Controller (NFC) write "

[PATCH -next] UBI: fix error return code in ubi_init()
 2013-05-17  8:32 UTC 

[PATCH] mtd: nand: docg4: add udelay(1) to polling loop
 2013-05-16 19:49 UTC  (3+ messages)

[PATCH 00/33] devm improvement series, part 1, take 2
 2013-05-16 18:29 UTC  (8+ messages)
` [PATCH 12/33] drivers/mtd/nand: don't check resource with devm_ioremap_resource

[RESEND v2 PATCH] mtd: nand: nand_bbt: scan for next free bbt block if writing bbt fails
 2013-05-16 14:21 UTC 

[RESEND PATCH] mtd: nand: nand_bbt: scan for next free bbt block if writing bbt fails
 2013-05-16 14:18 UTC 

mounting ubifs read-only, is it really readonly, not any wirte/erase?
 2013-05-16 13:36 UTC 

[RESEND PATCH] mtd: nand: nand_bbt: scan for next free bbt block if writing bbt fails
 2013-05-16 13:35 UTC 

[PATCH v5 00/11] mtd: add datasheet's ECC information to nand_chip{}
 2013-05-16 10:46 UTC  (30+ messages)
` [PATCH v5 01/11] "
` [PATCH v5 02/11] mtd: increase max OOB size to 744
` [PATCH v5 03/11] mtd: get the ECC info from the parameter page for ONFI nand
` [PATCH v5 04/11] mtd: add data structures for Extended Parameter Page
` [PATCH v5 05/11] mtd: add a helper to get the supported features for ONFI nand
` [PATCH v5 06/11] mtd: get the ECC info from the Extended Parameter Page
    ` [PATCH v5 fix] "
` [PATCH v5 07/11] mtd: replace the hardcode with the onfi_feature()
` [PATCH v5 08/11] mtd: add ECC info for nand_flash_dev{}
` [PATCH v5 09/11] mtd: parse out the ECC info for the full-id nand chips
` [PATCH v5 10/11] mtd: add the ecc info for some "
` [PATCH v5 11/11] mtd: gpmi: set the BCH's geometry with the ecc info
    ` [PATCH v5 fix] "

BUG: spinlock lockup suspected on CPU#0, flush-ubifs_0_0/844
 2013-05-16  9:54 UTC  (2+ messages)

[PATCH] UBI: do not abort init when ubi.mtd devices cannot be found
 2013-05-16  9:41 UTC  (2+ messages)

[PATCH] UBI: drop redundant "UBI error" string
 2013-05-16  9:39 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/2] mtd:nand:omap2: ECC support clean-up for omap2-nand driver
 2013-05-16  9:34 UTC  (8+ messages)
` [PATCH 1/2] mtd:nand:omap2: clean-up BCHx_HW and BCHx_SW ECC configurations in device_probe
` [PATCH 2/2] ARM: OMAP2+: cleaned-up DT support of various ECC schemes

[PATCH v2 0/4] Export the ecc step size to user applications
 2013-05-16  8:10 UTC  (9+ messages)
` [PATCH v2 1/4] mtd: add a new field to mtd_info{}
` [PATCH v2 2/4] mtd: add a new sys node to show the ecc step size
` [PATCH v2 3/4] mtd: set the ecc step size for master/slave mtd_info
` [PATCH v2 4/4] mtd: gpmi: update the ecc step size for mtd_info{}
  ` [PATCH v2 append] mtd: update the ABI document about the ecc step

[PATCH] UBI: optimize vid-header IO read checks
 2013-05-16  7:49 UTC  (4+ messages)

[PATCH] mtd: m25p80: add support for the Spansion s25fl008k chip
 2013-05-16  7:14 UTC 

[PATCH] UBI: optimize erase-header IO read checks
 2013-05-16  6:37 UTC  (2+ messages)

[PATCH] mtd: nand: nand_bbt: scan for next free bbt block if writing bbt fails
 2013-05-15 20:44 UTC 

[PATCH] UBIFS: add tolerance to use variable writesize
 2013-05-15 16:21 UTC 

[PATCH V4 0/9] mtd: add datasheet's ECC information to nand_chip{}
 2013-05-15 10:01 UTC  (7+ messages)
` [PATCH V4 1/9] mtd: add more comment for ecc_strength/ecc_size

corrupted empty space - again
 2013-05-15  9:58 UTC 

corrupted empty space - again
 2013-05-15  8:07 UTC  (2+ messages)

[PATCH 0/4] Export the ecc step size to user applications
 2013-05-15  7:59 UTC  (4+ messages)
` [PATCH 1/4] mtd: add a new field to mtd_info{}

MTD : cannot reserve enough PEBs for bad PEB handling
 2013-05-15  7:55 UTC  (2+ messages)

[PATCH] mtd: fix kfree bcm47xxsflash
 2013-05-15  3:54 UTC  (2+ messages)

Urgent Attention Needed!!
 2013-05-14 23:15 UTC 

Qspi flash device driver - framework to use?
 2013-05-14 12:13 UTC 

[PATCH 0/5] mtd: nand: Fixes and improvements on pxa3xx
 2013-05-14 11:15 UTC  (6+ messages)
` [PATCH 1/5] mtd: nand: pxa3xx: Set info->use_dma properly
` [PATCH 2/5] mtd: nand: pxa3xx: Use of_machine_is_compatible()
` [PATCH 3/5] mtd: nand: pxa3xx: Fix MODULE_DEVICE_TABLE declaration
` [PATCH 4/5] mtd: nand: pxa3xx: Add address support for READID command
` [PATCH 5/5] mtd: nand: pxa3xx: Add support for Read parameter page command

[PATCH 0/7] mtd: nand: pxa3xx cleanup
 2013-05-14  7:05 UTC  (4+ messages)

[PATCH v2] mtd: fsmc_nand: fix error return code in fsmc_nand_probe()
 2013-05-14  4:00 UTC  (2+ messages)

mtd_oobtest fails with GPMI-NAND
 2013-05-14  2:47 UTC  (30+ messages)

UBI leb_write_unlock NULL pointer Oops
 2013-05-13 23:09 UTC 

Why UBIFS mounts read only?
 2013-05-13 21:36 UTC  (4+ messages)

[PATCH [mtd-utils] 1/3] move _GNU_SOURCE to the main makefile
 2013-05-13 16:10 UTC  (6+ messages)
` [PATCH [mtd-utils] 3/3] mkfs.ubifs: allow reformatting of devices

MTD and EEPROM
 2013-05-13 15:55 UTC  (3+ messages)

[PATCH] mtd: Convert logging messages
 2013-05-13 13:21 UTC  (9+ messages)

[PATCH] mtd: remove obsolete JEDEC mapping drivers
 2013-05-13 14:40 UTC 

Kernel with MTD_UBI_FASTMAP=y, fm_autoconvert=0 fails to attach and resize UBI image
 2013-05-13  9:33 UTC  (4+ messages)

[RFC/PATCH v2] ubi: Add ubiblock read-write driver
 2013-05-13  9:23 UTC  (12+ messages)

Re: [PATCH] UBI: fix memory leak when use fastmap
 2013-05-13  8:08 UTC  (3+ messages)
`  "

UBI, udev and systemd
 2013-05-13  8:06 UTC  (4+ messages)

[PATCH] mtd: fsmc_nand: fix error return code in fsmc_nand_probe()
 2013-05-13  7:58 UTC  (2+ messages)

[RESEND PATCH v2 1/7] mtd: nand-gpio: Convert driver to using resource-managed functions
 2013-05-13  7:40 UTC  (6+ messages)
  ` Re[2]: "

[PATCH] mtd: devices: added the 16mb winbond device
 2013-05-13  7:15 UTC  (2+ messages)

[PATCH 3/8] mtd: use generic helper to set max_discard_sectors
 2013-05-13  7:10 UTC  (3+ messages)

[PATCH v2] mtd: nand_base: Use io{read, write}*_rep functions for transfer
 2013-05-13  7:07 UTC  (2+ messages)

[PATCH] mtd: chips: Add support for PMC SPI Flash chips in m25p80.c
 2013-05-13  6:14 UTC  (4+ messages)

[PATCH 01/26] mtd: devices: spear_smi: remove unnecessary platform_set_drvdata()
 2013-05-13  4:15 UTC  (2+ messages)

[PATCH] mtd: doc: remove Kconfig traces of Doc 2000/2001/2001+
 2013-05-12 23:09 UTC 

подарочек выполнен изумлять
 2013-05-12 15:51 UTC 

[PATCH 0/3] fix NVRAM partition size if larger than expected
 2013-05-12 14:52 UTC  (6+ messages)
` [PATCH 2/3] MIPS: BCM63XX: export PSI size from nvram

[mtd-utils] nanddump: print ecc.stat info after reading
 2013-05-10 19:01 UTC  (2+ messages)

[PATCH v2 1/3] mtd: m25p80: utilize dedicated 4-byte addressing commands
 2013-05-10 15:33 UTC  (2+ messages)

[PATCH] mtd: fsl_ifc_nand: set NAND_NO_SUBPAGE_WRITE
 2013-05-10 14:48 UTC  (2+ messages)

[PATCH 1/3] mtd: sst25l: use spi_get_drvdata() and spi_set_drvdata()
 2013-05-10 14:44 UTC  (2+ messages)

[PATCH] drivers: mtd: devices: convert to devm_ioremap_resource()
 2013-05-10 14:43 UTC  (2+ messages)

[PATCH] UBIFS: cosmetic: correct mount message
 2013-05-10 14:09 UTC  (2+ messages)

[PATCH] mtd: m25p80: add support for Macronix chips
 2013-05-10 13:59 UTC  (2+ messages)

[PATCH] mtd: cfi_cmdset_0002: print @adr when write timeout occurs
 2013-05-10 13:55 UTC  (2+ messages)

[patch] mtd: denali_dt: harmless case of testing the wrong variable
 2013-05-10 13:11 UTC  (2+ messages)

UBI(FS) issues: how to debug?
 2013-05-10 13:05 UTC  (2+ messages)

[PATCH 1/3] mtd: r852: add CONFIG_PM_SLEEP to suspend/resume functions
 2013-05-10 12:59 UTC  (2+ messages)

[upstream] mtd/ifc: fix ifc driver memory release issue
 2013-05-10 12:31 UTC  (3+ messages)

[PATCH 1/2] mtd: bcm47xxsflash: implement ChipCommon R/W ops
 2013-05-10 11:48 UTC  (2+ messages)


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