messages from 2018-10-16 16:14:44 to 2018-10-22 10:10:44 UTC [more...]
[PATCH v3 0/2] add support to non-uniform SFDP SPI NOR flash memories
2018-10-22 10:10 UTC (29+ messages)
` [PATCH v3 1/2] mtd: spi-nor: "
[GIT PULL] mtd: Changes for 4.20
2018-10-22 9:43 UTC
[PATCH 1/3] mtd: Move Redboot partition parser
2018-10-22 9:36 UTC (7+ messages)
` [PATCH 2/3] mtd: partitions: Add RedBoot FIS DT bindings
` [PATCH 3/3] mtd: partitions: Add OF support to RedBoot partitions
Regression in handling power cuts since 3a1e819b4e80 ("ovl: store file handle of lower inode on copy up")
2018-10-22 8:57 UTC (14+ messages)
[PATCH v2] block: BFQ default for single queue devices
2018-10-22 8:21 UTC (30+ messages)
[PATCH RFC 00/18] mtd: spi-nor: Proposal for 8-8-8 mode support
2018-10-22 8:21 UTC (5+ messages)
[PATCH] jffs2: Fix use of uninitialized delayed_work, lockdep breakage
2018-10-22 4:56 UTC (3+ messages)
[4.4/4.9/4.14 patch] mtd: spi-nor: Add support for is25wp series chips
2018-10-21 7:43 UTC (3+ messages)
Urgent,
2018-10-21 6:20 UTC
[PATCH] jffs2: ensure wbuf_verify is valid before using it
2018-10-20 12:08 UTC
[PATCH] jffs2: fix invocations of dbg_xattr() for dead jffs2_xattr_ref
2018-10-20 11:07 UTC
[RFC PATCH] jffs2: make the overwritten xattr invisible after remount
2018-10-20 11:07 UTC
[PATCH v2 00/10] mtd: cfi_cmdset_0002: Fix flash write issue for OpenWrt Project
2018-10-19 16:55 UTC (11+ messages)
` [PATCH v2 01/10] mtd: cfi_cmdset_0002: Change do_write_oneword() to use chip_good()
` [PATCH v2 02/10] mtd: cfi_cmdset_0002: Remove chip_ready() from do_write_buffer()
` [PATCH v2 03/10] mtd: cfi_cmdset_0002: Remove goto statement "
` [PATCH v2 04/10] mtd: cfi_cmdset_0002: Call xip_enable() once only in do_write_buffer()
` [PATCH v2 05/10] mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce function size
` [PATCH v2 06/10] mtd: cfi_cmdset_0002: Split do_write_oneword() op_done goto statement
` [PATCH v2 07/10] mtd: cfi_cmdset_0002: Remove op_done goto statement from do_write_oneword()
` [PATCH v2 08/10] mtd: cfi_cmdset_0002: Remove retry "
` [PATCH v2 09/10] mtd: cfi_cmdset_0002: Split write-to-buffer-reset sequence
` [PATCH v2 10/10] mtd: cfi_cmdset_0002: Split to wait write buffer to check if completed
[LINUX PATCH v11 0/3] Add support for Arasan NAND Flash controller
2018-10-19 9:47 UTC (6+ messages)
` [LINUX PATCH v11 3/3] mtd: rawnand: arasan: Add support for Arasan NAND Flash Controller
[PATCH 1/3] mtd: cfi_cmdset_0002: Change do_write_oneword() to use chip_good()
2018-10-19 9:41 UTC (10+ messages)
` [PATCH 2/3] mtd: cfi_cmdset_0002: Remove chip_ready() from do_write_buffer()
` [PATCH 3/3] mtd: cfi_cmdset_0002: Remove goto statemnet "
` [PATCH 0/3] mtd: cfi_cmdset_0002: Fix flash write issue for OpenWrt Project
[PATCH] mtd: spi-nor: Reset nor->addr_width when SFDP parsing failed
2018-10-19 9:35 UTC (2+ messages)
[PATCH v5 0/2] mtd: rawnand: meson: add Amlogic NAND driver support
2018-10-19 9:01 UTC (17+ messages)
` [PATCH v5 1/2] dt-bindings: nand: meson: add Amlogic NAND controller driver
` [PATCH v5 2/2] mtd: rawnand: meson: add support for Amlogic NAND flash controller
[PATCH 1/2] mtd: spi-nor: Make SFDP-based 4B_OPCODE support detection works correctly
2018-10-19 8:53 UTC (7+ messages)
` [PATCH 2/2] mtd: spi-nor: Use 4B opcodes when the NOR advertises both 3B and 4B
[PATCH v2 1/2] mtd: spi-nor: Make sure SFDP-based 4B_OPCODE support detection works correctly
2018-10-19 7:54 UTC (5+ messages)
` [PATCH v2 2/2] mtd: spi-nor: Use 4B opcodes when the NOR advertises both 3B and 4B
[PATCH v2 00/15] mtd: maps: physmap cleanups
2018-10-19 7:49 UTC (16+ messages)
` [PATCH v2 01/15] mtd: maps: physmap: Add SPDX header
` [PATCH v2 02/15] mtd: maps: physmap: Rename ->map and ->mtd into ->maps and ->mtds
` [PATCH v2 03/15] mtd: maps: physmap: Use platform_get_resource() to retrieve iomem resources
` [PATCH v2 04/15] mtd: maps: physmap: Use dev_notice() and a %pR specifier
` [PATCH v2 05/15] mtd: maps: physmap: Use devm_ioremap_resource()
` [PATCH v2 06/15] mtd: maps: physmap: Remove the MAX_RESOURCES limitation
` [PATCH v2 07/15] mtd: maps: physmap: Check mtd_device_{parse_register, unregister}() ret code
` [PATCH v2 08/15] mtd: maps: physmap: Return -ENOMEM directly when info allocation fails
` [PATCH v2 09/15] mtd: maps: physmap: Fix coding style issues reported by checkpatch
` [PATCH v2 10/15] mtd: maps: Prepare merging of physmap and physmap_of
` [PATCH v2 11/15] mtd: maps: Merge physmap_of.c into physmap-core.c
` [PATCH v2 12/15] mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gemini}
` [PATCH v2 13/15] dt-binding: mtd: physmap: Document the addr-gpios property
` [PATCH v2 14/15] mtd: maps: Merge gpio-addr-flash.c into physmap-core.c
` [PATCH v2 15/15] mtd: maps: physmap: Invert logic on if/else branch
[GIT PULL] mtd: nand: Changes for 4.20
2018-10-19 7:21 UTC (2+ messages)
[GIT PULL] mtd: spi-nor: Changes for 4.20
2018-10-19 7:18 UTC (2+ messages)
[PATCH 00/42] mtd-utils: Add fscrypt support to mkfs.ubifs
2018-10-18 14:37 UTC (43+ messages)
` [PATCH 01/42] Import latest ubifs-media.h
` [PATCH 02/42] common: Add round functions
` [PATCH 03/42] mkfs.ubifs: Add crypto helper functions
` [PATCH 04/42] mkfs.ubifs: Implement UBIFS_FLG_DOUBLE_HASH
` [PATCH 05/42] mkfs.ubifs: Make r5 hash binary string aware
` [PATCH 06/42] mkfs.ubifs: Add fscrypto defines
` [PATCH 07/42] mkfs.ubifs: Add basic fscrypto functions
` [PATCH 08/42] mkfs.ubifs: Implement UBIFS_FLG_ENCRYPTION
` [PATCH 09/42] mkfs.ubifs: Implement basic fscrypto context passing
` [PATCH 10/42] mkfs.ubifs: Implement fscrypto context store as xattr
` [PATCH 11/42] mkfs.ubifs: Store directory name len in the temporary index
` [PATCH 12/42] mkfs.ubifs: Implement filename encryption
` [PATCH 13/42] mkfs.ubifs: Add dummy setup for crypto
` [PATCH 14/42] mkfs.ubifs: Pass source/dest key len to key derive function
` [PATCH 15/42] mkfs.ubifs: Add encrypted symlink support
` [PATCH 16/42] mkfs.ubifs: Implement file contents encryption
` [PATCH 17/42] mkfs.ubifs: Move symlink data encryption to helper function
` [PATCH 18/42] mkfs.ubifs: Make sure we catch nodes that should or should not have name
` [PATCH 19/42] mkfs.ubifs: Free all index entry names
` [PATCH 20/42] mkfs.ubifs: Seperate path encryption from symlink encryption helper
` [PATCH 21/42] mkfs.ubifs: Cleanup add_dent_node, user path "
` [PATCH 22/42] mkfs.ubifs: Replace constant values with parameters in init_fscrypt_context
` [PATCH 23/42] mkfs.ubifs: Make encryption dependend on (not-yet-existant) command line options
` [PATCH 24/42] mkfs.ubifs: Get key descriptor from command line and master key from file
` [PATCH 25/42] mkfs.ubifs: Specify padding policy via command line
` [PATCH 26/42] mkfs.ubifs: Initial support for encryption command lines
` [PATCH 27/42] mkfs.ubifs: Remove cipher implementations from public header
` [PATCH 28/42] mkfs.ubifs: Move fscrypt definitions and functions out of mkfs.ubifs.c
` [PATCH 29/42] mkfs.ubifs: Cleanup over-long lines
` [PATCH 30/42] mkfs.ubifs: Check length of master key
` [PATCH 31/42] mkfs.ubifs: Accept 0x prefix for key descriptor
` [PATCH 32/42] mkfs.ubifs: Correctly use iv lengths in aes-cts mode
` [PATCH 33/42] mkfs.ubifs: Enable Cipher selection
` [PATCH 34/42] mkfs.ubifs: Use correct sizes for keys and hash lengths
` [PATCH 35/42] mkfs.ubifs: Fixup AES-XTS mode
` [PATCH 36/42] mkfs.ubifs: Compute encryption key descriptor automatically
` [PATCH 37/42] mkfs.ubifs: Fix key descriptor printing
` [PATCH 38/42] mkfs.ubifs: More fscryptctl compatibility
` [PATCH 39/42] mkfs.ubifs: Move RAND_poll to crypto.c
` [PATCH 40/42] mkfs.ubifs: Enable support for building without crypto
` [PATCH 41/42] mkfs.ubifs: Print key descriptor only when generated
` [PATCH 42/42] mkfs.ubifs: Use AES-256-XTS as default
[PATCH] mtd: rawnand: r852: use generic DMA API
2018-10-18 12:59 UTC
Clock configuration for the SAMA5D2 NAND controller
2018-10-17 10:42 UTC
[PATCH, RFC] ubd: remove use of blk_rq_map_sg
2018-10-17 6:14 UTC (2+ 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