linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-18 21:18:44 to 2016-02-26 00:58:00 UTC [more...]

[PATCH v3 00/52] mtd: rework ECC layout definition
 2016-02-26  0:58 UTC  (53+ messages)
` [PATCH v3 01/52] mtd: kill the ecclayout->oobavail field
` [PATCH v3 02/52] mtd: create an mtd_oobavail() helper and make use of it
` [PATCH v3 03/52] mtd: mtdswap: remove useless if (!mtd->ecclayout) test
` [PATCH v3 04/52] mtd: nand: simplify nand_bch_init() usage
` [PATCH v3 05/52] mtd: add mtd_ooblayout_xxx() helper functions
` [PATCH v3 06/52] mtd: use mtd_ooblayout_xxx() helpers where appropriate
` [PATCH v3 07/52] mtd: nand: core: "
` [PATCH v3 08/52] mtd: nand: atmel: "
` [PATCH v3 09/52] mtd: nand: fsl_ifc: "
` [PATCH v3 10/52] mtd: nand: gpmi: "
` [PATCH v3 11/52] mtd: nand: lpc32xx: "
` [PATCH v3 12/52] mtd: nand: omap2: "
` [PATCH v3 13/52] mtd: onenand: "
` [PATCH v3 14/52] mtd: add mtd_set_ecclayout() helper function
` [PATCH v3 15/52] mtd: use mtd_set_ecclayout() where appropriate
` [PATCH v3 16/52] mtd: nand: "
` [PATCH v3 17/52] mtd: onenand: "
` [PATCH v3 18/52] mtd: docg3: "
` [PATCH v3 19/52] mtd: create an mtd_ooblayout_ops struct to ease ECC layout definition
` [PATCH v3 20/52] mtd: docg3: switch to mtd_ooblayout_ops
` [PATCH v3 21/52] mtd: nand: implement the default mtd_ooblayout_ops
` [PATCH v3 22/52] mtd: nand: bch: switch to mtd_ooblayout_ops
` [PATCH v3 23/52] mtd: nand: sharpsl: "
` [PATCH v3 24/52] mtd: nand: jz4740: "
` [PATCH v3 25/52] mtd: nand: atmel: "
` [PATCH v3 26/52] mtd: nand: bf5xx: "
` [PATCH v3 27/52] mtd: nand: brcm: "
` [PATCH v3 28/52] mtd: nand: cafe: "
` [PATCH v3 29/52] mtd: nand: davinci: "
` [PATCH v3 30/52] mtd: nand: denali: "
` [PATCH v3 31/52] mtd: nand: diskonchip: "
` [PATCH v3 32/52] mtd: nand: docg4: "
` [PATCH v3 33/52] mtd: nand: fsl_elbc: "
` [PATCH v3 34/52] mtd: nand: fsl_ifc: "
` [PATCH v3 35/52] mtd: nand: fsmc: "
` [PATCH v3 36/52] mtd: nand: fsmc: get rid of the fsmc_nand_eccplace struct
` [PATCH v3 37/52] mtd: nand: gpmi: switch to mtd_ooblayout_ops
` [PATCH v3 38/52] mtd: nand: hisi504: "
` [PATCH v3 39/52] mtd: nand: jz4780: "
` [PATCH v3 40/52] mtd: nand: lpc32xx: "
` [PATCH v3 41/52] mtd: nand: mxc: "
` [PATCH v3 42/52] mtd: nand: omap2: "
` [PATCH v3 43/52] mtd: nand: pxa3xx: "
` [PATCH v3 44/52] mtd: nand: s3c2410: "
` [PATCH v3 45/52] mtd: nand: sh_flctl: "
` [PATCH v3 46/52] mtd: nand: sm_common: "
` [PATCH v3 47/52] mtd: nand: sunxi: "
` [PATCH v3 48/52] mtd: nand: vf610: "
` [PATCH v3 49/52] mtd: onenand: "
` [PATCH v3 50/52] staging: mt29f_spinand: "
` [PATCH v3 51/52] mtd: nand: kill the ecc->layout field
` [PATCH v3 52/52] mtd: kill the nand_ecclayout struct

[PATCH v2] clk: uniphier: add clock drivers for UniPhier SoCs
 2016-02-26  0:07 UTC  (2+ messages)

[PATCH v7] mtd: nand: increase ready wait timeout and report timeouts
 2016-02-25 23:27 UTC  (5+ messages)

Filesystems over UBI can't handle badblocks
 2016-02-25 21:10 UTC  (5+ messages)

[PATCH 1/3] of: mtd: add helper reading "nand-ecc-algo" from DT
 2016-02-25 20:09 UTC  (5+ messages)

[PATCH] MAINTAINERS: add maintainer entry for FREESCALE GPMI NAND driver
 2016-02-25 19:24 UTC  (3+ messages)

[PATCH v3] mtd: atmel_nand: move the hsmc_clk from nfc node to nand node
 2016-02-25 19:08 UTC  (4+ messages)

JFFS2 deadlock
 2016-02-25 17:57 UTC  (10+ messages)

[PATCH] mtd: brcmnand: Fix v7.1 register offsets
 2016-02-25 17:50 UTC  (2+ messages)

[PATCH] jffs2: Don't add summary entry when MTD write fails
 2016-02-25 17:48 UTC  (3+ messages)

[PATCH] ubi: Fix early logging
 2016-02-25 17:25 UTC  (3+ messages)
    ` [PATCH] mtd: ubi: Add logging functions ubi_msg, ubi_warn and ubi_err

[PATCH v2 1/4] mtd:fsl-quadspi:use the property fields of SPI-NOR
 2016-02-25  8:07 UTC  (4+ messages)
` [PATCH v2 3/4] mtd:spi-nor:fsl-quadspi:Add fast-read mode support

[PATCH 00/35 v4] separate operations from flags in the bio/request structs
 2016-02-25  0:54 UTC  (38+ messages)
` [PATCH 01/35] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/35] block: add REQ_OP definitions and bi_op/op fields
` [PATCH 03/35] block, fs, mm, drivers: set bi_op to REQ_OP
` [PATCH 04/35] fs: have submit_bh users pass in op and flags separately
` [PATCH 05/35] fs: have ll_rw_block "
` [PATCH 06/35] direct-io: set bi_op to REQ_OP
` [PATCH 07/35] btrfs: have submit_one_bio users setup bio bi_op
` [PATCH 08/35] btrfs: set bi_op tp REQ_OP
` [PATCH 09/35] btrfs: update __btrfs_map_block for bi_op transition
` [PATCH 10/35] btrfs: don't pass rq_flag_bits if there is a bio
` [PATCH 11/35] f2fs: set bi_op to REQ_OP
` [PATCH 12/35] gfs2: "
` [PATCH 13/35] xfs: "
` [PATCH 14/35] hfsplus: "
` [PATCH 15/35] mpage: "
` [PATCH 16/35] nilfs: "
` [PATCH 17/35] ocfs2: "
` [PATCH 18/35] pm: "
` [PATCH 19/35] dm: "
` [PATCH 20/35] dm: pass dm stats data dir instead of bi_rw
` [PATCH 21/35] bcache: set bi_op to REQ_OP
` [PATCH 22/35] drbd: "
` [PATCH 23/35] md/raid: "
` [PATCH 24/35] xen: "
` [PATCH 25/35] target: "
` [PATCH 26/35] block: set op "
` [PATCH 27/35] drivers: set request "
` [PATCH 28/35] blktrace: get op from req->op/bio->bi_op
` [PATCH 29/35] ide cd: do not set REQ_WRITE on requests
` [PATCH 30/35] block, fs, drivers: do not test bi_rw for REQ_OPs
` [PATCH 31/35] block, fs: remove old REQ definitions
` [PATCH 32/35] block: shrink bi_rw and bi_op
` [PATCH 33/35] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 34/35] block: add QUEUE_FLAGs for flush and fua
` [PATCH 35/35] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

[PATCH v2] mtd: onenand: fix deadlock in onenand_block_markbad
 2016-02-24 18:19 UTC  (3+ messages)

[PATCH] ubi: Fix out of bounds write in volume update code
 2016-02-24 14:03 UTC  (2+ messages)

[PATCH RESEND] gpmi-nand: Handle ECC Errors in erased pages
 2016-02-24 13:57 UTC  (2+ messages)

[PATCH v5 0/5] Add memory mapped read support for ti-qspi
 2016-02-24 12:21 UTC  (9+ messages)
` [PATCH v5 3/5] mtd: devices: m25p80: add support for mmap read request

[PATCH] mtd: onenand: fix deadlock in onenand_block_markbad
 2016-02-24 11:59 UTC  (2+ messages)

[PATCH v5 00/26] memory: omap-gpmc: mtd: nand: Support GPMC NAND on non-OMAP platforms
 2016-02-24  9:55 UTC  (36+ messages)
` [PATCH v5 01/26] ARM: OMAP2+: gpmc: Add platform data
` [PATCH v5 02/26] ARM: OMAP2+: gpmc: Add gpmc timings and settings to "
` [PATCH v5 03/26] memory: omap-gpmc: Introduce GPMC to NAND interface
` [PATCH v5 04/26] mtd: nand: omap2: Use gpmc_omap_get_nand_ops() to get NAND registers
` [PATCH v5 05/26] memory: omap-gpmc: Add GPMC-NAND ops to get writebufferempty status
` [PATCH v5 06/26] mtd: nand: omap2: Switch to using GPMC-NAND ops for writebuffer empty check
` [PATCH v5 07/26] memory: omap-gpmc: Implement IRQ domain for NAND IRQs
` [PATCH v5 08/26] mtd: nand: omap: Copy platform data parameters to omap_nand_info data
` [PATCH v5 09/26] mtd: nand: omap: Clean up device tree support
` [PATCH v5 10/26] mtd: nand: omap: Update DT binding documentation
` [PATCH v5 11/26] memory: omap-gpmc: Prevent mapping into 1st 16MB
` [PATCH v5 12/26] memory: omap-gpmc: Move device tree binding to correct location
` [PATCH v5 13/26] memory: omap-gpmc: Support general purpose input for WAITPINs
` [PATCH v5 14/26] memory: omap-gpmc: Reserve WAITPIN if needed for WAIT monitoring
` [PATCH v5 15/26] memory: omap-gpmc: Support WAIT pin edge interrupts
` [PATCH v5 16/26] memory: omap-gpmc: Prevent GPMC_STATUS from being accessed via gpmc_regs
` [PATCH v5 17/26] mtd: nand: omap2: Implement NAND ready using gpiolib
` [PATCH v5 18/26] ARM: dts: dra7: Fix NAND device nodes
` [PATCH v5 19/26] ARM: dts: dra7x-evm: Provide NAND ready pin
` [PATCH v5 20/26] ARM: dts: am437x: Fix NAND device nodes
` [PATCH v5 21/26] ARM: dts: am437x: Provide NAND ready pin
` [PATCH v5 22/26] ARM: dts: am335x: Fix NAND device nodes
` [PATCH v5 23/26] ARM: dts: am335x: Provide NAND ready pin
` [PATCH v5 24/26] ARM: dts: dm814x: Fix gpmc and NAND node
` [PATCH v5 25/26] ARM: dts: dm816x: "
` [PATCH v5 26/26] ARM: dts: omap3: Fix gpmc and NAND nodes

[PATCH 0/5] support gpmi on i.MX6UL/7D and HW bitflip on i.MX6QP/7D
 2016-02-23 23:04 UTC  (6+ messages)
` [PATCH 1/5] mtd: nand: gpmi: add GPMI NAND support for i.MX7D
` [PATCH 2/5] mtd: nand: gpmi: document the clocks and clock-names in DT property
` [PATCH 3/5] mtd: nand: gpmi: correct bitflip for erased NAND page
` [PATCH 4/5] mtd: nand: gpmi: support NAND on i.MX6UL
` [PATCH 5/5] mtd: nand: gpmi: document the new supported chip in DT

[PATCH] ubifs: Implement O_TMPFILE
 2016-02-23 21:15 UTC  (3+ messages)

[PATCH V2] ubifs: Add logging functions for ubifs_msg, ubifs_err and ubifs_warn
 2016-02-23 20:21 UTC 

[PATCH v5] mtd: support BB SRAM on ICP DAS LP-8x4x
 2016-02-23 19:48 UTC  (3+ messages)
` [PATCH v6] "

[PATCH] ubifs: Add logging functions for ubifs_msg, ubifs_err and ubifs_warn
 2016-02-23 12:13 UTC 

Multiple NANDs on non contiguous chip selects, how?
 2016-02-23  6:48 UTC  (3+ messages)

[PATCH] mtd: atmel_nand: move the hsmc_clk from nfc node to nand node
 2016-02-23  5:59 UTC  (3+ messages)

[PATCH] ubi: Fix early logging
 2016-02-22 21:47 UTC 

ubifs+overlayfs
 2016-02-22 20:44 UTC  (4+ messages)

[PATCH] ARM: tegra: add "jedec,spi-nor" flash compatible binding
 2016-02-22 18:04 UTC  (3+ messages)

[PATCH 1/3] ubi: tests: Replace variable-length array with malloc()
 2016-02-22 13:52 UTC  (3+ messages)
` [PATCH 2/3] ubi: tests: Support up to 65k NAND page size
` [PATCH 3/3] ubi: tests: Speedup io_paral by using rand_r()

[PATCH 0/6] Versatile flash protection in DT
 2016-02-22 13:09 UTC  (4+ messages)
` [PATCH 2/6] mtd: physmap_of: add a hook for Versatile write protection

NAND Bad Block Marking Policy
 2016-02-22  7:30 UTC 

NAND Bad Block Marking Policy
 2016-02-19  9:55 UTC 

[PATCH][v3] mtd/ifc: Add support for IFC controller version 2.0
 2016-02-19  0:07 UTC  (3+ 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).