messages from 2016-03-07 09:47:19 to 2016-03-15 08:36:48 UTC [more...]
[PATCH] mtd: gpmi: Deal with bitflips in erased regions
2016-03-15 8:35 UTC
[PATCH V8 1/2] mtd: spi-nor: Bindings for Cadence Quad SPI Flash Controller driver
2016-03-14 22:47 UTC (10+ messages)
[PATCH RESEND v2 00/19] Support fuse mounts in user namespaces
2016-03-14 20:58 UTC (22+ messages)
` [PATCH RESEND v2 11/18] fs: Ensure the mounter of a filesystem is privileged towards its inodes
` [PATCH RESEND v2 15/18] fuse: Add support for pid namespaces
` [PATCH RESEND v2 16/18] fuse: Support fuse filesystems outside of init_user_ns
` [PATCH RESEND v2 17/18] fuse: Restrict allow_other to the superblock's namespace or a descendant
` [PATCH RESEND v2 18/18] fuse: Allow user namespace mounts
[PATCH v4 0/7] mtd: nand: Fix support for NAND DMA prefetch
2016-03-14 14:17 UTC (17+ messages)
` [PATCH v4 1/7] ARM: OMAP2+: gpmc-nand: Set omap2-nand's parent dev to GPMC dev
` [PATCH v4 2/7] ARM: dts: am33xx: Fix GPMC dma properties
` [PATCH v4 3/7] ARM: dts: am437x: "
` [PATCH v4 4/7] mtd: nand: omap2: Support parsing dma channel information from DT
` [PATCH v4 5/7] mtd: nand: omap2: Start dma request before enabling prefetch
` [PATCH v4 6/7] mtd: nand: omap2: Fix high memory dma prefetch transfer
` [PATCH v4 7/7] ARM: OMAP2+: Update GPMC and NAND DT binding documentation
[PATCH 00/11] mtd: nand_bbt: introduce independent nand BBT
2016-03-14 3:47 UTC (14+ messages)
` [PATCH 01/11] mtd: nand_bbt: new header for nand family BBT
` [PATCH 02/11] mtd: nand_bbt: introduce BBT related data structure
` [PATCH 03/11] mtd: nand_bbt: add new API definitions
` [PATCH 04/11] mtd: nand_bbt: add nand_bbt_markbad_factory() interface
` [PATCH 05/11] mtd: nand: use new BBT API instead of old ones
` [PATCH 06/11] mtd: nand_bbt: use struct nand_bbt_ops in BBT
` [PATCH 07/11] mtd: nand: make nand_erase_nand() static
` [PATCH 08/11] mtd: nand_bbt: remove struct nand_chip from nand_bbt.c
` [PATCH 09/11] mtd: nand_bbt: remove old API definitions
` [PATCH 10/11] mtd: nand_bbt: remove NAND_BBT_DYNAMICSTRUCT macro
` [PATCH 11/11] mtd: nand: remove nand_chip.bbt
[GIT PULL] Late MTD fix for v4.5
2016-03-12 0:01 UTC
[PATCH] mtd: nand: remove kerneldoc for removed function parameter
2016-03-11 17:41 UTC (3+ messages)
[PATCH v2] MAINTAINERS: add a maintainer for the NAND subsystem
2016-03-11 9:58 UTC (6+ messages)
[PATCH v8] mtd: spi-nor: add hisilicon spi-nor flash controller driver
2016-03-11 8:04 UTC (2+ messages)
[PATCH] mtd: brcmnand: Add support for v6.2 controllers
2016-03-10 23:34 UTC
[PATCH v7 0/3] mtd: Qualcomm NAND controller driver
2016-03-10 19:47 UTC (7+ messages)
` [PATCH v8 "
` [PATCH v8 2/3] mtd: nand: "
checkpatch.pl false positive: FSF mailing address
2016-03-10 19:34 UTC (6+ messages)
[PATCH v4 00/52] mtd: rework ECC layout definition
2016-03-10 19:06 UTC (27+ messages)
` [PATCH v4 29/52] mtd: nand: davinci: switch to mtd_ooblayout_ops
` [PATCH v4 30/52] mtd: nand: denali: "
` [PATCH v4 31/52] mtd: nand: diskonchip: "
` [PATCH v4 32/52] mtd: nand: docg4: "
` [PATCH v4 33/52] mtd: nand: fsl_elbc: "
` [PATCH v4 34/52] mtd: nand: fsl_ifc: "
` [PATCH v4 35/52] mtd: nand: fsmc: "
` [PATCH v4 36/52] mtd: nand: fsmc: get rid of the fsmc_nand_eccplace struct
` [PATCH v4 37/52] mtd: nand: gpmi: switch to mtd_ooblayout_ops
` [PATCH v4 38/52] mtd: nand: hisi504: "
` [PATCH v4 39/52] mtd: nand: jz4780: "
` [PATCH v4 40/52] mtd: nand: lpc32xx: "
` [PATCH v4 41/52] mtd: nand: mxc: "
` [PATCH v4 42/52] mtd: nand: omap2: "
` [PATCH v4 43/52] mtd: nand: pxa3xx: "
` [PATCH v4 44/52] mtd: nand: s3c2410: "
` [PATCH v4 45/52] mtd: nand: sh_flctl: "
` [PATCH v4 46/52] mtd: nand: sm_common: "
` [PATCH v4 47/52] mtd: nand: sunxi: "
` [PATCH v4 48/52] mtd: nand: vf610: "
` [PATCH v4 49/52] mtd: onenand: "
` [PATCH v4 50/52] staging: mt29f_spinand: "
` [PATCH v4 51/52] mtd: nand: kill the ecc->layout field
` [PATCH v4 52/52] mtd: kill the nand_ecclayout struct
[PATCH v3 0/6] mtd: nand: Fix support for NAND DMA prefetch
2016-03-10 15:24 UTC (14+ messages)
` [PATCH v3 1/6] memory: omap-gpmc: Store handle to GPMC dev
` [PATCH v3 2/6] ARM: dts: am437x/am33xx: Fix GPMC dma properties
` [PATCH v3 3/6] mtd: nand: omap2: Support parsing dma channel information from DT
` [PATCH v3 4/6] mtd: nand: omap2: Start dma request before enabling prefetch
` [PATCH v3 5/6] mtd: nand: omap2: Fix high memory dma prefetch transfer
` [PATCH v3 6/6] ARM: OMAP2+: Update GPMC and NAND DT binding documentation
[PATCH v3 1/4] mtd:fsl-quadspi:use the property fields of SPI-NOR
2016-03-10 9:24 UTC (2+ messages)
Is ubiattach alone somehow damaging a partition?
2016-03-10 9:05 UTC (5+ messages)
[PATCH 1/2] mtd: nand: use a lower value for badblockbits when working with MLC NAND
2016-03-10 2:48 UTC (3+ messages)
linux-mtd-cvs-owner Your Electricity Bill 90286326419
2016-03-10 0:36 UTC
[RFC PATCH 0/3] MTK Smart Device Gen1 NAND support
2016-03-09 20:43 UTC (17+ messages)
` [PATCH 1/3] mtd: mediatek: device tree docs for MTK Smart Device Gen1 NAND
` [PATCH 2/3] mtd: mediatek: driver "
[RESEND PATCH v7] mtd: spi-nor: add hisilicon spi-nor flash controller driver
2016-03-09 18:50 UTC (6+ messages)
[PATCH] MAINTAINERS: add a maintainer for the NAND subsystem
2016-03-09 10:36 UTC
[PATCH v5 2/3] mtd: nand: Add support for Arasan Nand Flash Controller
2016-03-09 9:50 UTC (6+ messages)
[PATCH] mtd: spi-nor: Add support for ISSI is25lp128
2016-03-08 21:17 UTC (5+ messages)
[PATCH 0/7] mtd: nand: sunxi: add support for DMA operations
2016-03-08 16:57 UTC (12+ messages)
` [PATCH 1/7] mtd: nand: sunxi: move some ECC related operations to their own functions
` [PATCH 2/7] mtd: nand: sunxi: make OOB retrieval optional
` [PATCH 3/7] mtd: nand: sunxi: make cur_off parameter optional in extra oob helpers
` [PATCH 4/7] scatterlist: add sg_alloc_table_from_buf() helper
` [PATCH 5/7] mtd: provide helper to prepare buffers for DMA operations
` [PATCH 6/7] mtd: nand: sunxi: add support for DMA assisted operations
` [PATCH 7/7] mtd: nand: sunxi: update DT bindings
[PATCH 00/16] mtd: nand: sunxi: various improvements/fixes
2016-03-08 15:20 UTC (19+ messages)
` [PATCH 01/16] mtd: nand: sunxi: fix call order in sunxi_nand_chip_init()
` [PATCH 02/16] mtd: nand: sunxi: fix clk rate calculation
` [PATCH 03/16] mtd: nand: sunxi: fix EDO mode selection
` [PATCH 04/16] mtd: nand: sunxi: adapt clk_rate to tWB, tADL, tWHR and tRHW timings
` [PATCH 05/16] mtd: nand: export default read/write oob functions
` [PATCH 06/16] mtd: nand: sunxi: implement ->read_oob()/->write_oob()
` [PATCH 07/16] mtd: nand: sunxi: implement ->read_subpage()
` [PATCH 08/16] mtd: nand: sunxi: improve ->cmd_ctrl() function
` [PATCH 09/16] mtd: nand: sunxi: let the NAND controller control the CE line
` [PATCH 10/16] mtd: nand: sunxi: fix the NFC_ECC_ERR_CNT() macro
` [PATCH 11/16] mtd: nand: sunxi: fix NFC_CTL setting
` [PATCH 12/16] mtd: nand: sunxi: disable clks on device removal
` [PATCH 13/16] mtd: nand: enable ECC pipelining
` [PATCH 14/16] mtd: nand: sunxi: fix ->dev_ready() implementation
` [PATCH 15/16] mtd: nand: sunxi: make use of readl_poll_timeout()
` [PATCH 16/16] mtd: nand: sunxi: poll for events instead of using interrupts
[PATCH] mtd: davinci-nand: disable subpage write for davinci-nand
2016-03-08 9:08 UTC
[PATCH v2 0/8] mtd: spi-nor: locking fixes and updates
2016-03-08 2:18 UTC (5+ messages)
` [PATCH v2 7/8] mtd: spi-nor: add TB (Top/Bottom) protect support
[PATCH v4 1/7] mtd: spi-nor: fsl-quadspi: add big-endian support
2016-03-08 2:03 UTC (5+ messages)
` [PATCH v4 4/7] Documentation: fsl-quadspi: Add fsl, ls2080a-dspi compatible string
` [PATCH v4 4/7] Documentation: fsl-quadspi: Add fsl,ls2080a-dspi "
[PATCH v5] mtd: support BB SRAM on ICP DAS LP-8x4x
2016-03-08 0:19 UTC (3+ messages)
` [PATCH v6] "
[PATCH] mtd: physmap_of: fix set but unused warning
2016-03-07 23:52 UTC
[PATCH] mtd: nand: check status before reporting timeout
2016-03-07 21:51 UTC (2+ messages)
[PATCH] mtd: bcm63xxpart: give width specifier an 'int', not 'size_t'
2016-03-07 21:14 UTC (2+ messages)
[PATCH v3 1/1] mtd: mtdram: Add parameter for setting writebuf size
2016-03-07 21:07 UTC (2+ messages)
[PATCH] mtd: nand: pxa3xx_nand: kill unused field 'drcmr_cmd'
2016-03-07 20:49 UTC (5+ messages)
` [PATCH v2] "
mtd: pxa3xx_nand: issue with command time out
2016-03-07 20:04 UTC (2+ messages)
[PATCH v5 00/26] memory: omap-gpmc: mtd: nand: Support GPMC NAND on non-OMAP platforms
2016-03-07 18:58 UTC (10+ messages)
` [PATCH v5 10/26] mtd: nand: omap: Update DT binding documentation
` [PATCH v6 "
` [PATCH v5 13/26] memory: omap-gpmc: Support general purpose input for WAITPINs
[PATCH] mtd: only use __xipram annotation when XIP_KERNEL is set
2016-03-07 16:43 UTC (5+ messages)
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).