linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-31 09:04:54 to 2019-08-07 20:11:29 UTC [more...]

[PATCH 1/2] mtd: spi-nor: fix GigaDevice quad_enable
 2019-08-07 20:10 UTC  (4+ messages)

[mtdblock] reading regions where %512 != 0
 2019-08-07 17:27 UTC 

UBIFS ECC errors
 2019-08-07 16:52 UTC  (7+ messages)

[PATCH 5/5] mtd: spi-nor: add Kconfig option to disable write protection at power-up
 2019-08-07 16:24 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] mtd: rawnand: ingenic: fix devm_platform_ioremap_resource.cocci warnings
 2019-08-07 16:17 UTC  (2+ messages)

[PATCH] mtd: rawnand: r852: Use dev_get_drvdata
 2019-08-07 16:17 UTC  (2+ messages)

[PATCH] mtd: rawnand: remove redundant assignment to variable ret
 2019-08-07 16:17 UTC  (2+ messages)

GPMI iMX6ull timeout on DMA
 2019-08-07 16:05 UTC  (15+ messages)

[PATCH 0/8] Introduce generic ONFI support
 2019-08-07 10:08 UTC  (17+ messages)
` [PATCH 1/8] mtd: nand: move ONFI related functions to onfi.h
` [PATCH 2/8] mtd: nand: move support functions for ONFI to nand/onfi.c
` [PATCH 3/8] mtd: nand: create ONFI table parsing instance
` [PATCH 4/8] mtd: spinand: enabled parameter page support
` [PATCH 5/8] mtd: spinand: micron: prepare for generalizing driver
` [PATCH 6/8] mtd: spinand: micron: Turn driver implementation generic
` [PATCH 7/8] mtd: spinand: micron: Fix read failure in Micron M70A flashes
` [PATCH 8/8] mtd: spinand: micron: Enable micron flashes with multi-die

[PATCH v5 0/3] Merge m25p80 into spi-nor
 2019-08-07  5:54 UTC  (6+ messages)
` [PATCH v5 1/3] mtd: spi-nor: always use bounce buffer for register read/writes
` [PATCH v5 2/3] mtd: spi-nor: Move m25p80 code in spi-nor.c
` [PATCH v5 3/3] mtd: spi-nor: Rework hwcaps selection for the spi-mem case

[PATCH v8 00/20] fscrypt: key management improvements
 2019-08-06 20:44 UTC  (23+ messages)
` [PATCH v8 01/20] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
` [PATCH v8 02/20] fscrypt: use FSCRYPT_ prefix for uapi constants
` [PATCH v8 03/20] fscrypt: use FSCRYPT_* definitions, not FS_*
` [PATCH v8 04/20] fscrypt: add ->ci_inode to fscrypt_info
` [PATCH v8 05/20] fscrypt: rename fscrypt_master_key to fscrypt_direct_key
` [PATCH v8 06/20] fscrypt: refactor key setup code in preparation for v2 policies
` [PATCH v8 07/20] fscrypt: move v1 policy key setup to keysetup_v1.c
` [PATCH v8 08/20] fscrypt: rename keyinfo.c to keysetup.c
` [PATCH v8 09/20] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [PATCH v8 10/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [PATCH v8 11/20] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [PATCH v8 12/20] fscrypt: add an HKDF-SHA512 implementation
` [PATCH v8 13/20] fscrypt: v2 encryption policy support
` [PATCH v8 14/20] fscrypt: allow unprivileged users to add/remove keys for v2 policies
` [PATCH v8 15/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl
` [PATCH v8 16/20] fscrypt: require that key be added when setting a v2 encryption policy
` [PATCH v8 17/20] ext4: wire up new fscrypt ioctls
` [PATCH v8 18/20] f2fs: "
` [PATCH v8 19/20] ubifs: "
` [PATCH v8 20/20] fscrypt: document the new ioctls and policy version

[PATCH] docs: mtd: Update spi nor reference driver
 2019-08-06 16:40 UTC  (3+ messages)

[PATCH] ubifs: limit the number of pages in shrink_liability
 2019-08-06 14:31 UTC  (2+ messages)

[PATCH v8 0/9] mtd: cfi_cmdset_0002: Fix flash write issue for OpenWrt Project
 2019-08-06 14:30 UTC  (12+ messages)
` [PATCH v8 1/9] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()
` [PATCH v8 2/9] mtd: cfi_cmdset_0002: Remove goto statement from do_write_buffer()
` [PATCH v8 3/9] mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce function size
` [PATCH v8 4/9] mtd: cfi_cmdset_0002: Split do_write_oneword() op_done goto statement
` [PATCH v8 5/9] mtd: cfi_cmdset_0002: Remove op_done goto statement from do_write_oneword()
` [PATCH v8 6/9] mtd: cfi_cmdset_0002: Split write-to-buffer-reset sequence
` [PATCH v8 7/9] mtd: cfi_cmdset_0002: Split to wait write buffer to check if completed
` [PATCH v8 8/9] mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce exit paths
` [PATCH v8 9/9] mtd: cfi_cmdset_0002: Disable write buffer functions if FORCE_WORD_WRITE is 1

[PATCH 0/2] mtd-utils: mkfs.ubifs: Add signing support for UBIFS images
 2019-08-06 10:49 UTC  (3+ messages)
` [PATCH 1/2] ubifs-media: Update to Linux-5.3-rc3
` [PATCH 2/2] mkfs.ubifs: Add authentication support

[PATCH v4 0/3] Merge m25p80 into spi-nor
 2019-08-05 17:45 UTC  (12+ messages)
` [PATCH v4 1/3] mtd: spi-nor: always use bounce buffer for register read/writes
` [PATCH v4 2/3] mtd: spi-nor: Move m25p80 code in spi-nor.c
` [PATCH v4 3/3] mtd: spi-nor: Rework hwcaps selection for the spi-mem case

[PATCH 0/7] mtd: spi-nor: move manuf out of the core - batch 1
 2019-08-05 11:29 UTC  (13+ messages)
` [PATCH 1/7] mtd: spi-nor: Add default_init() hook to tweak flash parameters
` [PATCH 3/7] mtd: spi_nor: Rework quad_enable()
` [PATCH 4/7] mtd: spi-nor: Split spi_nor_init_params()
` [PATCH 6/7] mtd: spi-nor: Rework the SPI NOR lock/unlock logic
` [PATCH 7/7] mtd: spi-nor: Rework the disabling of write protection at init

[PATCH] drivers: mtd: spi-nor: Add flash property for mt25qu512a and mt35xu02g
 2019-08-05 11:13 UTC  (17+ messages)
` [Patch v3 1/2] dt-bindings: spi: spi-fsl-qspi: Add ls2080a compatibility string to bindings
    ` [EXT] "
` [Patch v3 2/2] dt-bindings: spi: spi-fsl-qspi: Add bindings of ls1088a and ls1012a
    ` [EXT] "

[PATCH v6 0/2] Add Macronix raw NAND controller driver
 2019-08-05  9:21 UTC  (11+ messages)
` [PATCH v6 1/2] mtd: rawnand: "
` [PATCH v6 2/2] dt-bindings: mtd: Document Macronix raw NAND controller bindings

[PATCH 0/6] mtd: spi-nor: move manuf out of the core - batch 2
 2019-08-05  7:32 UTC  (18+ messages)
` [PATCH 1/6] mtd: spi-nor: Add post_sfdp() hook to tweak flash config
` [PATCH 2/6] mtd: spi-nor: Add spansion_post_sfdp_fixups()
` [PATCH 3/6] mtd: spi-nor: Add a ->convert_addr() method
` [PATCH 4/6] mtd: spi_nor: Add nor->setup() method
` [PATCH 5/6] mtd: spi-nor: Add s3an_post_sfdp_fixups()
` [PATCH 6/6] mtd: spi-nor: Add the SPI_NOR_XSR_RDY flag

[PATCH] mtd: hyperbus: Kconfig: Fix HBMC_AM654 dependencies
 2019-08-05  7:27 UTC  (2+ messages)

[PATCH] mtd: hyperbus: Add hardware dependency to AM654 driver
 2019-08-05  7:25 UTC  (2+ messages)

[PATCH] mtd: spi-nor: Fix the disabling of write protection at init
 2019-08-05  6:40 UTC  (2+ messages)

[PATCH 0/5] mtd: spi-nor: write protection at power-up
 2019-08-05  6:30 UTC  (8+ messages)
` [PATCH 1/5] mtd: spi-nor: fix description for int (*flash_is_locked)()
` [PATCH 2/5] mtd: spi-nor: group the code about the write protection at power-up
` [PATCH 3/5] mtd: spi-nor: add Global Block Unlock support

[GIT PULL] mtd: Fixes for 5.3-rc4
 2019-08-04 23:45 UTC  (2+ messages)

[PATCH v7 00/16] fscrypt: key management improvements
 2019-08-04  9:42 UTC  (16+ messages)
` [PATCH v7 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
          ` [f2fs-dev] "
` [PATCH v7 14/16] f2fs: wire up new fscrypt ioctls
      ` [f2fs-dev] "

[PATCH v3] mtd: rawnand: micron: handle on-die "ECC-off" devices correctly
 2019-08-03  0:14 UTC  (2+ messages)

[PATCH v2] mtd: spi-nor: Add Winbond w25q256jvm
 2019-08-02  6:09 UTC  (2+ messages)

[PATCH RFC] ubi: ubi_wl_get_peb: Replace a limited number of attempts with polling while getting PEB
 2019-08-01 13:19 UTC  (6+ messages)
` 答复: "
    ` 答复: "
        ` 答复: "

[PATCH v4 1/5] mtd: spi-nor: rename SR_TB to indicate the bit used
 2019-07-13 14:59 UTC  (5+ messages)
    ` [PATCH v4 2/5] mtd: spi-nor: Fix wrong TB selection on winbond/gigadevice flashes
    ` [PATCH v4 3/5] mtd: spi-nor: introduce SR_BP_SHIFT define
    ` [PATCH v4 4/5] mtd: spi-nor: add 4bit block protection support
    ` [PATCH v4 5/5] mtd: spi-nor: support lock/unlock for a few Micron chips

[PATCH] spi-nor : Remove SPI_NOR_HAS_TB flag on s25fl512s
 2019-07-13 13:56 UTC 

[RFC] ubi: ubi_wl_get_peb: Replace a limited number of attempts with polling while getting PEB
 2019-08-01  9:07 UTC 

[PATCH 0/3] mtd: spi-nor: move manuf out of the core - batch 3
 2019-08-01  6:49 UTC  (7+ messages)
` [PATCH 1/3] mtd: spi-nor: Bring flash params init together
` [PATCH 2/3] mtd: spi_nor: Introduce spi_nor_set_addr_width()
` [PATCH 3/3] mtd: spi-nor: Introduce spi_nor_get_flash_info()

[PATCH v3 0/3] Merge m25p80 into spi-nor
 2019-08-01  6:46 UTC  (8+ messages)
` [PATCH v3 1/3] mtd: spi-nor: always use bounce buffer for register read/writes
` [PATCH v3 2/3] mtd: spi-nor: Move m25p80 code in spi-nor.c
` [PATCH v3 3/3] mtd: spi-nor: Rework hwcaps selection for the spi-mem case

[RFC v1 0/3] *spi-mem: adding setup and callback function
 2019-08-01  6:42 UTC  (6+ messages)

[PATCH v3 1/4] mtd: spi-nor: rename SR_TB to indicate the using bit
 2019-07-13  7:15 UTC  (4+ messages)
    ` [PATCH v3 2/4] mtd: spi-nor: introduce SR_BP_SHIFT define
    ` [PATCH v3 3/4] mtd: spi-nor: add 4bit block protection support
    ` [PATCH v3 4/4] mtd: spi-nor: support lock/unlock for a few Micron chips

[PATCH v13 0/5] overlayfs override_creds=off
 2019-07-31 16:58 UTC  (7+ messages)
` [PATCH v13 1/5] overlayfs: check CAP_DAC_READ_SEARCH before issuing exportfs_decode_fh
` [PATCH v13 2/5] Add flags option to get xattr method paired to __vfs_getxattr
` [PATCH v13 3/5] overlayfs: handle XATTR_NOSECURITY flag for get xattr method
` [PATCH v13 4/5] overlayfs: internal getxattr operations without sepolicy checking
` [PATCH v13 5/5] overlayfs: override_creds=off option bypass creator_cred

[PATCH 00/20] vfs: Add support for timestamp limits
 2019-07-31 15:28 UTC  (3+ messages)
` [PATCH 06/20] fs: Fill in max and min timestamps in superblock


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