linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-08 22:54:56 to 2017-12-15 18:57:40 UTC [more...]

[BUG] pxa3xx: wait time out when scanning for bb
 2017-12-15 18:56 UTC  (65+ messages)

[PATCH 00/24] fscrypt: symlink helpers and fscrypt.h cleanup
 2017-12-15 17:42 UTC  (25+ messages)
` [PATCH 01/24] fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headers
` [PATCH 02/24] fscrypt: move fscrypt_control_page() "
` [PATCH 03/24] fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h
` [PATCH 04/24] fscrypt: move fscrypt_ctx declaration to fscrypt_supp.h
` [PATCH 05/24] fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versions
` [PATCH 06/24] fscrypt: move fscrypt_operations declaration to fscrypt_supp.h
` [PATCH 07/24] fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h
` [PATCH 08/24] fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.c
` [PATCH 09/24] fscrypt: trim down fscrypt.h includes
` [PATCH 10/24] fscrypt: new helper functions for ->symlink()
` [PATCH 11/24] fscrypt: new helper function - fscrypt_get_symlink()
` [PATCH 12/24] ext4: switch to fscrypt ->symlink() helper functions
` [PATCH 13/24] ext4: switch to fscrypt_get_symlink()
` [PATCH 14/24] f2fs: switch to fscrypt ->symlink() helper functions
` [PATCH 15/24] f2fs: switch to fscrypt_get_symlink()
` [PATCH 16/24] ubifs: free the encrypted symlink target
` [PATCH 17/24] ubifs: switch to fscrypt ->symlink() helper functions
` [PATCH 18/24] ubifs: switch to fscrypt_get_symlink()
` [PATCH 19/24] fscrypt: remove fscrypt_fname_usr_to_disk()
` [PATCH 20/24] fscrypt: move fscrypt_symlink_data to fscrypt_private.h
` [PATCH 21/24] fscrypt: calculate NUL-padding length in one place only
` [PATCH 22/24] fscrypt: define fscrypt_fname_alloc_buffer() to be for presented names
` [PATCH 23/24] fscrypt: fix up fscrypt_fname_encrypted_size() for internal use
` [PATCH 24/24] fscrypt: document symlink length restriction

UBIFS git repository
 2017-12-15 13:11 UTC 

[PATCH v6 00/15] A SPI NAND framework under generic NAND framework
 2017-12-15 12:41 UTC  (18+ messages)

[PATCH v3 0/4] mtd: Preparation patches for the SPI NAND framework
 2017-12-15 12:39 UTC  (5+ messages)
` [PATCH v3 1/4] mtd: Do not allow MTD devices with inconsistent erase properties
` [PATCH v3 2/4] mtd: Add an helper to make erase request aligned on ->erasesize
` [PATCH v3 3/4] mtd: Stop directly calling master ->_xxx() hooks from mtdpart code
` [PATCH v3 4/4] mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing

[PATCH v5 00/16] OMAP2+ OneNAND driver update
 2017-12-15 12:24 UTC  (6+ messages)
` [PATCH v5 01/16] dt-bindings: mtd: gpmc-onenand: Update properties description

mail-list subscription issue
 2017-12-15 11:55 UTC  (2+ messages)

[PATCH 00/12] Marvell NAND controller rework with ->exec_op()
 2017-12-15 10:44 UTC  (14+ messages)
` [PATCH 02/12] mtd: nand: add reworked Marvell NAND controller driver
` [PATCH 11/12] ARM64: dts: marvell: use reworked NAND controller driver on Armada 7K
` [PATCH 12/12] ARM64: dts: marvell: use reworked NAND controller driver on Armada 8K

[PATCH 3/8] Drivers:MTD:Nand: remove the redefinition error
 2017-12-15  9:15 UTC  (2+ messages)

mtd: nand: mxc: Fix failed/corrected values
 2017-12-15  8:55 UTC  (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] mtd: nand: mxc: Add own write_page
` [PATCH 3/3] mtd: nand: mxc: Drop now unnecessary correct_data function

[PATCHv3 1/2] mtd: spi-nor: add support for is25lq040b
 2017-12-15  7:33 UTC  (2+ messages)
` [PATCHv3 2/2] mtd: spi-nor: indent issi section

[PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
 2017-12-14 19:54 UTC  (7+ messages)

[PATCH v9 0/2] Add support for Arasan NAND Flash controller
 2017-12-14 13:44 UTC  (3+ messages)
` [PATCH v9 1/2] mtd: arasan: Add device tree binding documentation
` [PATCH v9 2/2] mtd: nand: Add support for Arasan NAND Flash Controller

[PATCH v2 1/2] mtd: spi-nor: add support for is25lq040b
 2017-12-14 12:12 UTC  (4+ messages)
` [PATCH v2 2/2] mtd: spi-nor: indent issi section

[PATCH v8 0/2] Add support for Arasan NAND Flash controller
 2017-12-14 11:31 UTC  (5+ messages)
` [PATCH v8 1/2] mtd: arasan: Add device tree binding documentation
` [PATCH v8 2/2] mtd: nand: Add support for Arasan NAND Flash Controller

Mounting issue with old rootfs and new kernel
 2017-12-14  9:51 UTC  (9+ messages)
    ` Mounting issue with old uboot and new rootfs

[PATCH] mtd: mchp23k256: propagate return value of spi_sync()
 2017-12-14  9:08 UTC  (2+ messages)

[PATCH 0/4 v3] mtd: onenand: samsung: Simplify code and fix leaks in error handling paths
 2017-12-14  6:03 UTC  (5+ messages)
` [PATCH 1/4 v3] mtd: onenand: samsung: use devm_ function to simplify code and fix some leaks
` [PATCH 2/4 v3] mtd: onenand: samsung: return an error if 'mtd_device_parse_register()' fails
` [PATCH 3/4 v3] mtd: onenand: samsung: Propagate the error returned by 'onenand_scan()'
` [PATCH 3/4 v3] mtd: onenand: samsung: Remove a useless include

[PATCH v2] xfstests-bld: add support for UBIFS using block2mtd
 2017-12-14  3:08 UTC  (2+ messages)

[PATCH] mtd: nand: fix memory leak on ep on error exit returns
 2017-12-13 21:09 UTC  (3+ messages)

[PATCH][mtd-next] mtd: nand: remove redundant check of len
 2017-12-13 20:47 UTC  (7+ messages)

UBIFS corruptions - update
 2017-12-13 20:04 UTC  (2+ messages)

bad PEBs reservation
 2017-12-13  9:47 UTC  (4+ messages)

Business Proposal
 2017-12-13  2:05 UTC 

[PATCH] Revert "dt-bindings: mtd: add sst25wf040b and en25s64 to sip-nor list"
 2017-12-12 18:39 UTC  (3+ messages)

[PATCH] Fix OOB_READ bug where hardware FIFO is not drained completely. Fix potential bug for non-ECC operations
 2017-12-12 17:05 UTC  (8+ messages)

[PATCHv3 0/2] mtd: m25p80: restore the addressing mode when exiting
 2017-12-12 13:19 UTC  (5+ messages)
` [PATCHv3 1/2] mtd: spi-nor: add an API to restore the status of SPI flash chip
` [PATCHv3 2/2] mtd: m25p80: restore the status of SPI flash when exiting

[PATCH] mtd: nand: pxa3xx: Fix for wait time out caused by READOOB
 2017-12-12 13:17 UTC 

[PATCH v2] mtd: nand: add ->exec_op() implementation
 2017-12-11 20:52 UTC  (4+ messages)

[PATCH] UBI: fastmap: Erase outdated anchor PEBs during attach
 2017-12-11 18:28 UTC  (2+ messages)

[PATCH] fscrypt: add support for ChaCha20 contents encryption
 2017-12-11 16:11 UTC  (5+ messages)

[GIT PULL] omap-gpmc changes for v4.16 merge (immutable for mtd)
 2017-12-11 14:16 UTC 

[RFC PATCH] crypto: chacha20 - add implementation using 96-bit nonce
 2017-12-11  7:38 UTC  (8+ messages)

[PATCH] mtd: nand: gpio: Fix ALE gpio configuration
 2017-12-10  0:26 UTC  (2+ messages)

[RFC 00/10] mtd: spi-nor: Update spi-nor framework
 2017-12-09 17:27 UTC  (10+ messages)
` [RFC 01/10] mtd: spi-nor: Add support of 1-2-2, 1-4-4 IO READ protocols
` [RFC 09/10] mtd: spi-nor: Disable hybrid mode for SPANSION S25FS-S family

[PATCH 0/2 v2] mtd: onenand: samsung: Simplify code and fix leaks in error handling paths
 2017-12-09  8:33 UTC  (5+ messages)
` [PATCH 1/2 v2] mtd: onenand: samsung: use devm_ function to simplify code and fix some leaks
` [PATCH 2/2 v2] mtd: onenand: samsung: return an error if 'mtd_device_parse_register()' fails


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).