linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-12-16 08:58:50 to 2013-12-20 18:18:18 UTC [more...]

[RFC/PATCH] mtd: Hide CONFIG_MTD_BLKDEVS from the menu
 2013-12-20 18:17 UTC  (4+ messages)

[PATCH 0/4] mtd: kill the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE
 2013-12-20 17:13 UTC  (6+ messages)
` [PATCH 1/4] mtd: mxc-nand: "
` [PATCH 2/4] mtd: denali: "
` [PATCH 3/4] mtd: nand: kill the the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE for nand_buffers{}
` [PATCH 4/4] mtd: nand: remove the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE

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

[PATCH V2 1/8] mtd: docg3: Use devm_*() functions
 2013-12-20 15:38 UTC  (10+ messages)
` [PATCH V2 2/8] mtd: ixp4xx: "
` [PATCH V2 3/8] mtd: lantiq-flash: Use devm_kzalloc()
` [PATCH V2 4/8] mtd: denali_dt: Use devm_clk_get()
` [PATCH V2 5/8] mtd: lpc32xx_slc: Use devm_*() functions
` [PATCH V2 6/8] mtd: nuc900_nand: "
` [PATCH V2 7/8] mtd: plat_nand: "
` [PATCH V2 8/8] mtd: tmio_nand: "

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

[PATCH 0/0] Consolidate Posix ACL implementation V3, [PATCH 0/0]
 2013-12-20 13:11 UTC 

UBI VID header corruption, offset data
 2013-12-20 10:23 UTC 

[PATCH 1/4] mtd: atmel_nand: use dev_err() instead of printk()
 2013-12-20  8:59 UTC  (5+ messages)
` [PATCH 2/4] mtd: fsmc_nand: use dev_warn() "
` [PATCH 3/4] mtd: orion_nand: use dev_err() "
` [PATCH 4/4] mtd: sharpsl: "

[PATCH v5 0/5] mtd: nand: omap: optimized chip->ecc.correct() for H/W ECC schemes
 2013-12-20  7:50 UTC  (6+ messages)
` [PATCH v5 1/5] mtd: nand: omap: add field to indicate current ecc-scheme in 'struct omap_nand_info'
` [PATCH v5 2/5] mtd: nand: omap: ecc.correct: omap_elm_correct_data: rename eccsize and ecc_vector_size to avoid confusion
` [PATCH v5 3/5] mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix erased-pages and bit-flips detection for H/W ECC schemes
` [PATCH v5 4/5] mtd: nand: omap: ecc.correct: omap_elm_correct_data: cleanup to make it scalable for future ecc-schemes
` [PATCH v5 5/5] mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix bit-flip correction logic

[PATCH v2 0/2] mtd: Harmonize implementations of OTP write and _get_{fact, user}_prot_info
 2013-12-20  7:36 UTC  (3+ messages)
` [PATCH v2 1/2] mtd: Add a retlen parameter to "
` [PATCH v2 2/2] mtd: Fix the behavior of otp write if there is not enough room for data

[PATCH 1/8] mtd: docg3: Use devm_*() functions
 2013-12-20  7:14 UTC  (10+ messages)
` [PATCH 2/8] mtd: ixp4xx: "
` [PATCH 3/8] mtd: lantiq-flash: Use devm_kzalloc()
` [PATCH 4/8] mtd: denali_dt: Use devm_clk_get()
` [PATCH 5/8] mtd: lpc32xx_slc: Use devm_*() functions
` [PATCH 6/8] mtd: nuc900_nand: "
` [PATCH 7/8] mtd: plat_nand: "
` [PATCH 8/8] mtd: tmio_nand: "

[PATCH] mtd: tests: oobtest: fix test failures for oobsize which are not multiples of 4
 2013-12-20  1:50 UTC  (2+ messages)

U-Boot <-> Kernel; NAND operation proposal
 2013-12-19 19:59 UTC  (5+ messages)

[PATCHv2 00/10] Add memory mapped support for ti qspi, m25p80 serial flash
 2013-12-19 13:34 UTC  (7+ messages)
` [PATCHv2 01/10] spi/spi.h: Add get_buf/put_buf support in spi master
` [PATCHv2 02/10] spi/qspi: parse register by name
` [PATCHv2 08/10] Documentation: bindings: ti-qspi: update binding information

UBI VID header corruption, offset data
 2013-12-19  9:29 UTC  (2+ messages)

[PATCH v3 00/28] Armada 370/XP NAND support
 2013-12-19  7:39 UTC  (12+ messages)
` [PATCH v3 22/28] mtd: nand: pxa3xx: Introduce multiple page I/O support
                  ` GPMI-NAND ECC DT binding (was: Re: [PATCH v3 22/28] mtd: nand: pxa3xx: Introduce multiple page I/O support)

[PATCH v3] mtd/nand: don't use {read,write}_buf for 8-bit transfers
 2013-12-19  7:39 UTC  (5+ messages)
` [PATCH v4] "

[PATCH RESEND 0/3] pxa3xx-nand: Support 2 KiB page size devices
 2013-12-19  7:24 UTC  (5+ messages)
` [PATCH RESEND 1/3] mtd: nand: pxa3xx: Clear need_wait flag when starting a command
` [PATCH RESEND 2/3] mtd: nand: pxa3xx: Use extended cmdfunc() only if needed
` [PATCH RESEND 3/3] mtd: nand: pxa3xx: Consolidate ECC initialization

[PATCH v6] gpmi-nand bitflips in erased regions
 2013-12-19  5:10 UTC  (3+ messages)
` [PATCH v6] mtd: gpmi: Deal with bitflips in erased regions regions

[PATCH] Partially revert "mtd: nand: pxa3xx: Introduce 'marvell, armada370-nand' compatible string"
 2013-12-18 21:46 UTC  (5+ messages)
` [PATCH] Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' "

[PATCH v3 0/7] mtd: spi-nor: add a new framework for SPI NOR
 2013-12-18 18:21 UTC  (34+ messages)
` [PATCH v3 1/7] mtd: spi-nor: copy the SPI NOR commands to a new header file
` [PATCH v3 2/7] mtd: spi-nor: add the basic data structures
` [PATCH v3 3/7] mtd: spi-nor: add the framework for SPI NOR
` [PATCH v3 6/7] Documentation: add the binding file for Quadspi driver
` [PATCH v3 7/7] mtd: spi-nor: Add Freescale QuadSpi driver

[PATCH 1/2] mtd: gpmi: allocate a proper buffer for non ECC read/write
 2013-12-18 15:41 UTC  (2+ messages)
` [PATCH 2/2] mtd: gpmi: add sanity check when mapping DMA for read_buf/write_buf

[PATCH v3] ARM: davinci: aemif: get rid of davinci-nand driver dependency on aemif
 2013-12-18 12:13 UTC  (3+ messages)

[PATCH v4 0/9] Reuse davinci-nand driver for Keystone arch
 2013-12-18 11:09 UTC  (12+ messages)
` [PATCH v4 1/9] mtd: nand: davinci: fix driver registration
` [PATCH v4 2/9] mtd: nand: davinci: return ENOMEM if memory allocation is failed
` [PATCH v4 3/9] mtd: nand: davinci: check required ti, davinci-chipselect property
` [PATCH v4 4/9] mtd: nand: davinci: simplify error handling
` [PATCH v4 5/9] mtd: nand: davinci: move bindings under mtd
` [PATCH v4 6/9] mtd: nand: davinci: extend description of bindings
` [PATCH v4 7/9] mtd: nand: davinci: adjust DT properties to MTD generic
` [PATCH v4 8/9] mtd: nand: davinci: reuse driver for Keystone arch
` [PATCH v4 9/9] mtd: nand: davinci: don't request AEMIF address range

[PATCH 1/2] drivers: mtd: Mark functions as static and remove unused function in lpddr_cmds.c
 2013-12-18  7:57 UTC  (2+ messages)

[PATCH v5] mtd: gpmi: Deal with bitflips in erased regions regions
 2013-12-18  7:50 UTC  (3+ messages)

[PATCH] mtd: nand: lpc32xx_mlc: drop custom write_page callback
 2013-12-18  7:34 UTC  (3+ messages)

[PATCH resend] fs/jffs2: unlock f->sem on error in jffs2_new_inode()
 2013-12-18  3:52 UTC 

[PATCH] jffs2: unlock f->sem on error in jffs2_new_inode()
 2013-12-18  3:05 UTC 

[PATCH] mtd-utils: nanddump: write requested length only
 2013-12-18  1:03 UTC 

[PATCH v3 10/21] mtd: support BB SRAM on ICP DAS LP-8x4x
 2013-12-17 19:37 UTC 

[PATCH] mtd: gpmi: Deal with bitflips in erased regions regions
 2013-12-17 13:56 UTC  (6+ messages)

[PATCH v3 0/9] Reuse davinci-nand driver for Keystone arch
 2013-12-17 12:19 UTC  (11+ messages)
` [PATCH v3 1/9] mtd: nand: davinci: fix driver registration
` [PATCH v3 7/9] mtd: nand: davinci: adjust DT properties to MTD generic
` [PATCH v3 9/9] mtd: nand: davinci: don't request AEMIF address range

[PATCH v3 00/36] mtd: st_spi_fsm: Add new driver
 2013-12-17 10:56 UTC  (9+ messages)
` [PATCH v3 09/36] mtd: st_spi_fsm: Provide device look-up table
` [PATCH v3 11/36] mtd: st_spi_fsm: Search for preferred FSM message sequence configurations

[PATCH] mtd: onenand: fix warning (integer used as pointer)
 2013-12-17  9:38 UTC 

[PATCH] mtd: omap2: use nand_base defaults for polled I/O
 2013-12-17  9:36 UTC 

[PATCH] mtd: nand-gpio: don't waste memory for OF failure
 2013-12-17  9:33 UTC 

[PATCH] MIPS: Alchemy: add missing platform_set_drvdata() in au1550nd_probe()
 2013-12-17  8:21 UTC  (5+ messages)

[PATCH v2] mtd: phram: Repair multiple instances support
 2013-12-17  7:52 UTC  (3+ messages)

[PATCH v2 1/4] mtd: nand: localize ECC failures per page
 2013-12-17  7:12 UTC  (11+ messages)
` [PATCH v2 3/4] mtd: nand: support Micron READ RETRY

[PATCH] mtd: mxc_nand: add missing clk_disable_unprepare() in mxcnd_remove()
 2013-12-17  7:26 UTC  (2+ messages)

[PATCH v3] mtd: gpmi: Bitflip support in erased regions
 2013-12-17  6:59 UTC  (3+ messages)
` [PATCH v3] mtd: gpmi: Deal with bitflips in erased regions regions

[PATCH v2] mtd: gpmi: Bitflip support in erased regions
 2013-12-17  7:10 UTC  (12+ messages)
` [PATCH v2] mtd: gpmi: Deal with bitflips in erased regions regions

[PATCH v2 3/4] mtd: nand: support Micron READ RETRY
 2013-12-17  5:22 UTC  (3+ messages)

[PATCH] mtd: nand: sh_flctl: Remove unneeded CONFIG_OF
 2013-12-17  4:17 UTC  (2+ messages)

[Indiegogo project] - iVoizer: phone call recorder
 2013-12-16 13:03 UTC 


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