messages from 2016-04-13 19:37:36 to 2016-04-15 21:51:51 UTC [more...]
[PATCH RFC 0/8] mtd: spi-nor: fix support of Quad SPI memories
2016-04-15 21:48 UTC (2+ messages)
[PATCH 00/12] mtd: nand: get rid of NAND_ECC_SOFT_BCH
2016-04-15 20:43 UTC (16+ messages)
` [PATCH 01/12] mtd: nand: bf5xx: set ECC algorithm explicitly
` [PATCH 02/12] mtd: nand: davinci: "
` [PATCH 03/12] avr32: set Atmel NAND "
` [PATCH 04/12] mtd: nand: atmel: set "
` [PATCH 05/12] CRIS v32: nand: "
` [PATCH 06/12] staging: mt29f_spinand: "
` [PATCH 07/12] mtd: nand: set ECC algorithm to Hamming on fallback
` [PATCH 08/12] mtd: nand: hisi504: set ECC algorithm based on DT info
` [PATCH 09/12] mtd: nand: fsmc: validate ECC setup by checking algorithm directly
` [PATCH 10/12] mtd: nand: read ECC algorithm from the new field
` [PATCH 11/12] of: mtd: drop support for NAND_ECC_SOFT_BCH as "soft_bch" mapping
` [PATCH 12/12] mtd: mtd: drop NAND_ECC_SOFT_BCH enum value
[PATCH 0/2] mtd: nand: omap2: Fix SDMA support for NAND DMA prefetch
2016-04-15 20:28 UTC (3+ messages)
` [PATCH 1/2] mtd: nand: omap2: Start dma request before enabling prefetch
` [PATCH 2/2] mtd: nand: omap2: Fix high memory dma prefetch transfer
[PATCH 00/42] v7: separate operations from flags in the bio/request structs
2016-04-15 19:44 UTC (44+ messages)
` [PATCH 01/42] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/42] block: add REQ_OP definitions and bi_op/op fields
` [PATCH 03/42] block, fs, mm, drivers: set bi_op to REQ_OP
` [PATCH 04/42] fs: have submit_bh users pass in op and flags separately
` [PATCH 05/42] fs: have ll_rw_block "
` [PATCH 06/42] direct-io: set bi_op to REQ_OP
` [PATCH 07/42] btrfs: have submit_one_bio users setup bio bi_op
` [PATCH 08/42] btrfs: set bi_op tp REQ_OP
` [PATCH 09/42] btrfs: update __btrfs_map_block for bi_op transition
` [PATCH 10/42] btrfs: use bio fields for op and flags
` [PATCH 11/42] f2fs: set bi_op to REQ_OP
` [PATCH 12/42] gfs2: "
` [PATCH 13/42] xfs: "
` [PATCH 14/42] hfsplus: "
` [PATCH 15/42] mpage: "
` [PATCH 16/42] nilfs: "
` [PATCH 17/42] ocfs2: "
` [PATCH 18/42] pm: "
` [PATCH 19/42] dm: "
` [PATCH 20/42] dm: pass dm stats data dir instead of bi_rw
` [PATCH 21/42] bcache: set bi_op to REQ_OP
` [PATCH 22/42] drbd: "
` [PATCH 23/42] md/raid: "
` [PATCH 24/42] xen: "
` [PATCH 25/42] target: "
` [PATCH 26/42] block: copy bio op to request op
` [PATCH 27/42] block: prepare request creation/destruction code to use REQ_OPs
` [PATCH 28/42] block: prepare mq request creation "
` [PATCH 29/42] block: prepare elevator "
` [PATCH 30/42] blkg_rwstat: separate op from flags
` [PATCH 31/42] block: convert merge/insert code to check for REQ_OPs
` [PATCH 32/42] block: convert is_sync helpers to use REQ_OPs
` [PATCH 33/42] block: convert rq_data_dir helper "
` [PATCH 34/42] drivers: set request op to REQ_OP
` [PATCH 35/42] blktrace: get op from req->op/bio->bi_op
` [PATCH 36/42] ide cd: do not set REQ_WRITE on requests
` [PATCH 37/42] block, fs, drivers: do use bi_rw/cmd_flags for REQ_OPs
` [PATCH 38/42] block, fs: remove old REQ definitions
` [PATCH 39/42] block: shrink bio/request fields
` [PATCH 40/42] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 41/42] block: do not use REQ_FLUSH for tracking flush support
` [PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
[PATCH 00/42] v6: separate operations from flags in the bio/request structs
2016-04-15 18:58 UTC (45+ messages)
` [PATCH 01/42] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/42] block: add REQ_OP definitions and bi_op/op fields
` [PATCH 03/42] block, fs, mm, drivers: set bi_op to REQ_OP
` [PATCH 04/42] fs: have submit_bh users pass in op and flags separately
` [PATCH 05/42] fs: have ll_rw_block "
` [PATCH 06/42] direct-io: set bi_op to REQ_OP
` [PATCH 07/42] btrfs: have submit_one_bio users setup bio bi_op
` [PATCH 08/42] btrfs: set bi_op tp REQ_OP
` [PATCH 09/42] btrfs: update __btrfs_map_block for bi_op transition
` [PATCH 10/42] btrfs: use bio fields for op and flags
` [PATCH 11/42] f2fs: set bi_op to REQ_OP
` [PATCH 12/42] gfs2: "
` [PATCH 13/42] xfs: "
` [PATCH 14/42] hfsplus: "
` [PATCH 15/42] mpage: "
` [PATCH 16/42] nilfs: "
` [PATCH 17/42] ocfs2: "
` [PATCH 18/42] pm: "
` [PATCH 19/42] dm: "
` [PATCH 20/42] dm: pass dm stats data dir instead of bi_rw
` [PATCH 21/42] bcache: set bi_op to REQ_OP
` [PATCH 22/42] drbd: "
` [PATCH 23/42] md/raid: "
` [PATCH 24/42] xen: "
` [PATCH 25/42] target: "
` [PATCH 26/42] block: copy bio op to request op
` [PATCH 27/42] block: prepare request creation/destruction code to use REQ_OPs
` [PATCH 28/42] block: prepare mq request creation "
` [PATCH 29/42] block: prepare elevator "
` [PATCH 30/42] blkg_rwstat: separate op from flags
` [PATCH 31/42] block: convert merge/insert code to check for REQ_OPs
` [PATCH 32/42] block: convert is_sync helpers to use REQ_OPs
` [PATCH 33/42] block: convert rq_data_dir helper "
` [PATCH 34/42] drivers: set request op to REQ_OP
` [PATCH 35/42] blktrace: get op from req->op/bio->bi_op
` [PATCH 36/42] ide cd: do not set REQ_WRITE on requests
` [PATCH 37/42] block, fs, drivers: do use bi_rw/cmd_flags for REQ_OPs
` [PATCH 38/42] block, fs: remove old REQ definitions
` [PATCH 39/42] block: shrink bio/request fields
` [PATCH 40/42] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 41/42] block: do not use REQ_FLUSH for tracking flush support
` [PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
[PATCH v6 00/17] memory: omap-gpmc: mtd: nand: Support GPMC NAND on non-OMAP platforms
2016-04-15 16:19 UTC (10+ messages)
[PATCH RESEND] gpmi-nand: Handle ECC Errors in erased pages
2016-04-15 15:40 UTC (10+ messages)
[PATCH v3 1/2] mtd: nand: sunxi: add support for DMA assisted operations
2016-04-15 13:10 UTC (2+ messages)
` [PATCH v3 2/2] mtd: nand: sunxi: update DT bindings
[RFC] ubihealthd
2016-04-15 9:02 UTC (5+ messages)
` [PATCH 3/4] Initial implementation for ubihealthd
[PATCH] mtd: gpmi: Deal with bitflips in erased regions
2016-04-15 7:49 UTC (3+ messages)
魏露
2016-04-15 2:01 UTC
[PATCH V8 1/2] mtd: spi-nor: Bindings for Cadence Quad SPI Flash Controller driver
2016-04-14 17:46 UTC (8+ messages)
` [PATCH V10 2/2] mtd: spi-nor: Add driver for Cadence Quad SPI Flash Controller
[LINUX PATCH v2 1/3] spi: Added dummy_cycle entry in the spi_transfer structure
2016-04-14 15:23 UTC (6+ messages)
[PATCH] mtd: nand: Cleanup BBT initialization and release
2016-04-14 13:58 UTC (2+ messages)
[PATCH v2 0/4] LED trigger on MTD activity
2016-04-14 10:03 UTC (5+ messages)
[PATCH 0/9] mtd: nand: set ECC algorithm explicitly (part 2)
2016-04-14 10:01 UTC (2+ messages)
Bit flip detection after boot
2016-04-14 8:51 UTC (2+ messages)
[PATCHv3 1/2] mtd: spi-nor: Add SPI NOR layer PM support
2016-04-14 7:59 UTC (2+ messages)
[PATCH] mtd: nand: omap2: fix compare_const_fl.cocci warnings
2016-04-14 6:54 UTC
[PATCH 00/42] v5: separate operations from flags in the bio/request structs
2016-04-14 6:09 UTC (34+ messages)
` [PATCH 03/42] block, fs, mm, drivers: set bi_op to REQ_OP
` [PATCH 10/42] btrfs: use bio fields for op and flags
` [PATCH 11/42] f2fs: set bi_op to REQ_OP
` [PATCH 12/42] gfs2: "
` [PATCH 13/42] xfs: "
` [PATCH 14/42] hfsplus: "
` [PATCH 16/42] nilfs: "
` [PATCH 18/42] pm: "
` [PATCH 19/42] dm: "
` [PATCH 20/42] dm: pass dm stats data dir instead of bi_rw
` [PATCH 21/42] bcache: set bi_op to REQ_OP
` [PATCH 22/42] drbd: "
` [PATCH 23/42] md/raid: "
` [PATCH 24/42] xen: "
` [PATCH 25/42] target: "
` [PATCH 26/42] block: copy bio op to request op
` [PATCH 27/42] block: prepare request creation/destruction code to use REQ_OPs
` [PATCH 28/42] block: prepare mq request creation "
` [PATCH 29/42] block: prepare elevator "
` [PATCH 30/42] blkg_rwstat: separate op from flags
` [PATCH 31/42] block: convert merge/insert code to check for REQ_OPs
` [PATCH 32/42] block: convert is_sync helpers to use REQ_OPs
` [PATCH 33/42] block: convert rq_data_dir helper "
` [PATCH 34/42] drivers: set request op to REQ_OP
` [PATCH 35/42] blktrace: get op from req->op/bio->bi_op
` [PATCH 36/42] ide cd: do not set REQ_WRITE on requests
` [PATCH 37/42] block, fs, drivers: do use bi_rw/cmd_flags for REQ_OPs
` [PATCH 38/42] block, fs: remove old REQ definitions
` [PATCH 39/42] block: shrink bio/request fields
` [PATCH 40/42] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 41/42] block: use QUEUE flags instead of flush_flags to test for flush support
` [PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
[PATCH V3 00/29] bitops: add parity functions
2016-04-14 4:18 UTC (5+ messages)
` [PATCH V3 19/29] mtd: use parity16 in ssfdc
` [PATCH V3 20/29] mtd: use parity functions in inftlcore
` [PATCH V3 22/29] mtd: use parity16 in sm_ftl
spi-nor: fsl-quadspi:Support qspi for ls2080a
2016-04-14 3:50 UTC (10+ messages)
` [PATCH 1/9] mtd:fsl-quadspi:use the property fields of SPI-NOR
` [PATCH 2/9] mtd: fsl-quadspi: Rename SEQID_QUAD_READ to SEQID_READ
` [PATCH 3/9] mtd: spi-nor: fsl-quadspi: add fast-read mode support
` [PATCH 4/9] mtd: spi-nor: fsl-quadspi: extend support for some special requerment
` [PATCH 5/9] mtd: spi-nor: fsl-quadspi:Support qspi for ls2080a
` [PATCH 6/9] mtd: spi-nor: Support R/W for S25FS-S family flash
` [PATCH 7/9] mtd: fsl-quadspi: Solve Micron Spansion flash command conflict
` [PATCH 8/9] mtd: fsl-quadspi: disable AHB buffer prefetch
` [PATCH 9/9] mtd: fsl-quadspi: add multi flash chip R/W on ls2080a
[PATCH v3 4/4] mtd: spi-nor: Disable Micron flash HW protection
2016-04-14 3:45 UTC (3+ messages)
[PATCH v4 0/7] mtd: nand: Fix support for NAND DMA prefetch
2016-04-13 21:11 UTC (14+ 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 6/7] mtd: nand: omap2: Fix high memory dma prefetch transfer
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).