messages from 2017-01-09 14:52:04 to 2017-01-16 22:09:56 UTC [more...]
[PATCH] mtd: bcm47xxsflash: support reading flash out of mapping window
2017-01-16 22:09 UTC
[PATCH] mtd: spi-nor: add dt support for Everspin MRAMs
2017-01-16 21:24 UTC (8+ messages)
` [PATCH v2] "
[PATCH 1/2] mtd: spi-nor: make n_sectors in flash_info 32 bit wide
2017-01-16 17:34 UTC (5+ messages)
` [PATCH 2/2] mtd: spi-nor: fix mr25h* definitions
Survey for Incident [INC0903501]
2017-01-16 16:40 UTC
[PATCH 0/3] Add a "label" property to the mtd device
2017-01-16 16:39 UTC (10+ messages)
` [PATCH 1/3] mtd: name the mtd device with an optional label property
` [PATCH 2/3] dt-bindings: mtd: add a common label property to all mtd devices
` [PATCH v2 "
` [PATCH 3/3] mtd: spi-nor: add SPI_NOR_DUAL_READ to mx66l51235l
UBIFS errors are randomly seen after reboots
2017-01-16 16:30 UTC (4+ messages)
[PATCH V2] mtd: bcm47xxsflash: use platform_(set|get)_drvdata
2017-01-16 16:28 UTC
[PATCH] mtd: bcm47xxsflash: use platform_(set|get)_drvdata
2017-01-16 16:12 UTC (4+ messages)
[PATCH v1 0/2] add nor flash node for mt2701
2017-01-16 16:09 UTC (17+ messages)
` [PATCH v1 1/2] Documentation: mtk-quadspi: update DT bindings
` [PATCH v1 2/2] arm: dts: mt2701: add nor flash node
[PATCH] mtd: partitions: no unnecessary check for erase block
2017-01-16 15:19 UTC (3+ messages)
[PATCH v4 0/2] Add rockchip serial flash controller support
2017-01-16 14:03 UTC (5+ messages)
` [PATCH v4 2/2] mtd: spi-nor: add rockchip serial flash controller driver
[PATCH] mtd: spi-nor: don't claim mr25h40 to be JEDEC compatible
2017-01-16 10:40 UTC (10+ messages)
Buildroot fastmap attaching
2017-01-16 8:09 UTC
[PATCH v5 0/4] ARM: Add support for CONFIG_DEBUG_VIRTUAL
2017-01-15 3:01 UTC (3+ messages)
` [PATCH v6 "
[PATCH 0/3] mtd-utils: fix nandwrite virtual block handling
2017-01-13 17:58 UTC (5+ messages)
` [PATCH 1/3] nandwrite: add stricter sanity checking for blockalign
` [PATCH 2/3] nandwrite: replace erase loop with mtd_erase_multi
` [PATCH 3/3] nandwrite: fix/cleanup bad block skipping
[PATCH] uapi: use wildcards to list files
2017-01-13 17:06 UTC (26+ messages)
` [PATCH v2 0/7] uapi: export all headers under uapi directories
` [PATCH v2 7/7] "
` [Linux-c6x-dev] "
` [PATCH v3 0/8] "
` [PATCH v3 1/8] arm: put types.h in uapi
` [PATCH v3 2/8] h8300: put bitsperlong.h "
` [PATCH v3 3/8] nios2: put setup.h "
` [PATCH v3 4/8] x86: stop exporting msr-index.h to userland
` [PATCH v3 5/8] Makefile.headersinst: cleanup input files
` [PATCH v3 6/8] Makefile.headersinst: remove destination-y option
` [PATCH v3 7/8] uapi: export all headers under uapi directories
` [PATCH v3 8/8] uapi: export all arch specifics directories
UBI/UBIFS corruptions during random power-cuts
2017-01-13 13:27 UTC (8+ messages)
[PATCH 0/3] MTD-FTL: Fine-tuning for two function implementations
2017-01-13 9:32 UTC (8+ messages)
` [PATCH 1/3] mtd/ftl: Use kmalloc_array() in build_maps()
` "
` [PATCH 2/3] mtd/ftl: Delete an error message for a failed memory allocation in ftl_add_mtd()
` [PATCH 3/3] mtd/ftl: Improve another size determination "
[PATCH] ARM: dts: am335x-phycore-som: Remove partition tables
2017-01-12 22:28 UTC (2+ messages)
[PATCH, REGRESSION] ubifs: fix unencrypted journal write
2017-01-12 20:40 UTC (2+ messages)
Buildroot fastmap attaching
2017-01-12 20:32 UTC
[PATCH v6 0/3] spi-nor: Add support for Intel SPI serial flash controller
2017-01-12 10:50 UTC (4+ messages)
` [GIT PULL] Immutable branch between MFD and MTD due for the v4.11 merge window
[PATCH 00/18] MTD-CFI: Fine-tuning for several function implementations
2017-01-12 9:27 UTC (25+ messages)
` [PATCH 01/18] mtd-cfi_cmdset_0001: Use kmalloc_array() in cfi_intelext_partition_fixup()
` [PATCH 02/18] mtd-cfi_cmdset_0001: Improve another size determination "
` [PATCH 03/18] mtd-cfi_cmdset_0001: Add some spaces for better code readability
` [PATCH 04/18] mtd-cfi_cmdset_0001: Delete an unnecessary variable initialisation in do_write_oneword()
` [PATCH 05/18] mtd-cfi_cmdset_0001: Use common error handling code "
` [PATCH 06/18] mtd-cfi_cmdset_0001: Use kcalloc() in cfi_intelext_setup()
` [PATCH 07/18] mtd-cfi_cmdset_0001: One function call and an unnecessary check less "
` [PATCH 08/18] mtd-cfi_cmdset_0001: Rename a jump label "
` [PATCH 09/18] mtd-cfi_cmdset_0002: Use kmalloc_array() in cfi_amdstd_setup()
` [PATCH 10/18] mtd-cfi_cmdset_0002: One function call less in cfi_amdstd_setup() after error detection
` [PATCH 11/18] mtd-cfi_cmdset_0002: Rename a jump label in cfi_amdstd_setup()
` [PATCH 12/18] mtd-cfi_cmdset_0002: Add some spaces for better code readability
` [PATCH 13/18] mtd-cfi_cmdset_0002: Delete an unnecessary variable initialisation in do_write_oneword()
` [PATCH 14/18] mtd-cfi_cmdset_0002: Use common error handling code "
` [PATCH 15/18] mtd-cfi_cmdset_0002: Use kcalloc() in cfi_ppb_unlock()
` [PATCH 16/18] mtd-cfi_cmdset_0020: Use kmalloc_array() in cfi_staa_setup()
` [PATCH 17/18] mtd-cfi_cmdset_0020: Use common error handling code "
` [PATCH 18/18] mtd-cfi_cmdset_0020: Add some spaces for better code readability
[PATCH 0/2] Support skipping bad blocks when seeking to start address
2017-01-11 16:22 UTC (8+ messages)
[PATCH v3 0/7] mtd: nand: Abstract away the NAND interface type
2017-01-11 13:21 UTC (12+ messages)
` [PATCH v3 4/7] mtd: nand: raw: prefix conflicting names with nandc instead of nand
` [PATCH v3 5/7] mtd: nand: raw: create struct rawnand_device
[PATCH v4 0/2] mtd: spi-nor: Add possibility to disable chip erase
2017-01-11 13:07 UTC (7+ messages)
` [PATCH v4 1/2] mtd: spi-nor: Fix whole chip erasing for stacked chips
[PATCH v4 00/15] mtd: nand: allow vendor specific detection/initialization
2017-01-11 13:02 UTC (9+ messages)
` [PATCH v4 07/15] mtd: nand: move Samsung specific init/detection logic in nand_samsung.c
[PATCH 1/2] mtd: bcm47xxpart: move TRX parsing code to separated function
2017-01-10 22:15 UTC (7+ messages)
` [PATCH 2/2] mtd: bcm47xxpart: support layouts with multiple TRX partitions
` [PATCH V2 1/2] mtd: bcm47xxpart: move TRX parsing code to separated function
` [PATCH V2 2/2] mtd: bcm47xxpart: support layouts with multiple TRX partitions
[PATCH v8 0/5] mtd: use ONFI bad blocks per LUN to calculate UBI bad PEB limit
2017-01-10 19:30 UTC (6+ messages)
` [PATCH v8 1/5] mtd: introduce function max_bad_blocks
` [PATCH v8 2/5] mtd: ubi: use 'max_bad_blocks' to compute bad_peb_limit if available
` [PATCH v8 3/5] mtd: nand: Add max_bb_per_die and blocks_per_die fields to nand_chip
` [PATCH v8 4/5] mtd: nand: implement 'max_bad_blocks' mtd function
` [PATCH v8 5/5] mtd: nand: set max_bb_per_die and blocks_per_die for ONFI compliant chips
On-die ECC support
2017-01-10 15:43 UTC (5+ messages)
[PATCH v2 1/2] UBI: Fix section mismatch
2017-01-10 15:38 UTC (10+ messages)
` [PATCH v2 2/2] UBI: Make mtd parameter readable
[PATCH v1 1/1] UBI: Fix section mismatch
2017-01-10 12:40 UTC (5+ messages)
[PATCH 1/2] ubifs: Fix journal replay wrt. xattr nodes
2017-01-10 10:49 UTC (2+ messages)
` [PATCH 2/2] ubifs: Move tnc_read_hashed_node() to get rid of prototypes
[PATCH v7 1/2] mtd: arasan: Add device tree binding documentation
2017-01-10 9:16 UTC (6+ messages)
[PATCH v6 16/17] mtd: nand: hynix: Rework NAND ID decoding to extract more information
2017-01-10 9:07 UTC
[PATCH 0/8 v3] scope GFP_NOFS api
2017-01-09 20:59 UTC (6+ messages)
` [PATCH 2/8] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
` [PATCH 4/8] xfs: use memalloc_nofs_{save, restore} instead of memalloc_noio*
` [PATCH 4/8] xfs: use memalloc_nofs_{save,restore} "
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).