linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-12 07:14:43 to 2019-02-21 10:15:12 UTC [more...]

[RFC PATCH 00/27] Introduce the generic ECC engine abstraction
 2019-02-21 10:02 UTC  (13+ messages)
` [RFC PATCH 01/27] mtd: nand: Move nand_device forward declaration to the top
` [RFC PATCH 02/27] mtd: nand: Compile in the NAND core by default
` [RFC PATCH 03/27] mtd: nand: Introduce the ECC engine abstraction
` [RFC PATCH 04/27] mtd: Fix typo in mtd_ooblayout_set_databytes() description
` [RFC PATCH 05/27] mtd: nand: Move standard OOB layouts to the NAND core
` [RFC PATCH 06/27] mtd: nand: Move ECC specific functions to ecc/engine.c
` [RFC PATCH 07/27] mtd: nand: ecc: Move BCH code into the ecc/ directory
` [RFC PATCH 08/27] mtd: nand: ecc: Use SPDX license identifier for the software BCH code
` [RFC PATCH 09/27] mtd: nand: ecc: Turn the software BCH implementation generic
` [RFC PATCH 10/27] mtd: rawnand: Get rid of chip->ecc.priv
` [RFC PATCH 11/27] mtd: nand: ecc: Move Hamming code into the ecc/ directory
` [RFC PATCH 12/27] mtd: nand: ecc: Use SPDX license identifier for the software Hamming code

[RFC PATCH v3 00/18] fscrypt: key management improvements
 2019-02-21  9:33 UTC  (27+ messages)
` [RFC PATCH v3 01/18] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
` [RFC PATCH v3 02/18] fscrypt: use FSCRYPT_ prefix for uapi constants
` [RFC PATCH v3 03/18] fscrypt: use FSCRYPT_* definitions, not FS_*
` [RFC PATCH v3 04/18] fs: add ->s_master_keys to struct super_block
` [RFC PATCH v3 05/18] fscrypt: add ->ci_inode to fscrypt_info
` [RFC PATCH v3 06/18] fscrypt: refactor v1 policy key setup into keysetup_legacy.c
` [RFC PATCH v3 07/18] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [RFC PATCH v3 08/18] fs/dcache.c: add shrink_dcache_inode()
` [RFC PATCH v3 09/18] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [RFC PATCH v3 10/18] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [RFC PATCH v3 11/18] fscrypt: add an HKDF-SHA512 implementation
` [RFC PATCH v3 12/18] fscrypt: v2 encryption policy support
` [RFC PATCH v3 13/18] fscrypt: allow unprivileged users to add/remove keys for v2 policies
` [RFC PATCH v3 14/18] fscrypt: require that key be added when setting a v2 encryption policy
` [RFC PATCH v3 15/18] ext4: wire up new fscrypt ioctls
` [RFC PATCH v3 16/18] f2fs: "
` [RFC PATCH v3 17/18] ubifs: "
` [RFC PATCH v3 18/18] fscrypt: document the new ioctls and policy version

[PATCH 0/6] mtd: rawnand: 6th batch of cleanups
 2019-02-21  9:27 UTC  (7+ messages)
` [PATCH 1/6] mtd: nand: omap: Fix comment in platform data using wrong Kconfig symbol
` [PATCH 2/6] mtd: nand: Clarify Kconfig entry for software BCH ECC algorithm
` [PATCH 3/6] mtd: nand: Clarify Kconfig entry for software Hamming ECC entries
` [PATCH 4/6] mtd: rawnand: Change Kconfig titles and re-order a bit the list
` [PATCH 5/6] mtd: rawnand: Clarify Kconfig entry MTD_NAND
` [PATCH 6/6] mtd: nand: Remove useless line in Kconfig

[PATCH 00/15] mtd: rawnand: 5th batch of cleanups
 2019-02-21  9:15 UTC  (16+ messages)
` [PATCH 01/15] mtd: nand: Add max_bad_eraseblocks_per_lun info to memorg
` [PATCH 02/15] mtd: nand: Add an helper returning the number of eraseblocks per target
` [PATCH 03/15] mtd: nand: Add an helper to retrieve the number of pages "
` [PATCH 04/15] mtd: spinand: Implement mtd->_max_bad_blocks
` [PATCH 05/15] mtd: rawnand: Use nand_to_mtd() in nand_{set, get}_flash_node()
` [PATCH 06/15] mtd: rawnand: Prepare things to reuse the generic NAND layer
` [PATCH 07/15] mtd: rawnand: Fill memorg during detection
` [PATCH 08/15] mtd: rawnand: Initialize the nand_device object
` [PATCH 09/15] mtd: rawnand: Provide an helper to get chip->data_buf
` [PATCH 10/15] mtd: rawnand: Move all page cache related fields to a sub-struct
` [PATCH 11/15] mtd: rawnand: Use nanddev_mtd_max_bad_blocks()
` [PATCH 12/15] mtd: rawnand: Get rid of chip->bits_per_cell
` [PATCH 13/15] mtd: rawnand: Get rid of chip->chipsize
` [PATCH 14/15] mtd: rawnand: Get rid of chip->numchips
` [PATCH 15/15] mtd: rawnand: Get rid of chip->ecc_{strength,step}_ds

Prevent Nand page writes on Power failure
 2019-02-21  9:28 UTC  (5+ messages)

About protecting and unprotecting in spi-nor
 2019-02-21  8:35 UTC 

[GIT PULL] mtd: spi-nor: Changes for 5.1
 2019-02-21  8:05 UTC 

[PATCH v2 1/2] mtd: spi-nor: Add support for EN25Q80A
 2019-02-21  7:59 UTC  (6+ messages)
` [PATCH v2 2/2] mtd: spi-nor: Add support for MX25V8035F
  ` [v2,2/2] "
` [v2,1/2] mtd: spi-nor: Add support for EN25Q80A

[PATCH][next] mtd: spi-nor: cadence-quadspi: fix spelling mistake: "Couldnt't" -> "Couldn't"
 2019-02-21  7:59 UTC  (4+ messages)
` [next] "

[RESEND PATCH v2] mtd: spi-nor: Fix wrong abbreviation HWCPAS
 2019-02-21  7:59 UTC  (2+ messages)
` [RESEND,v2] "

[PATCH] mtd: cfi: Fixed endless loop problem in CFI when value was written but corrupted
 2019-02-20 20:50 UTC  (6+ messages)
`  "

[PATCH] mtd: spi-nor: Add Winbond w25q16jv support
 2019-02-20 20:29 UTC  (2+ messages)

👋 Hallo!
 2019-02-20 20:22 UTC 

[GIT PULL] mtd: Fixes for 5.0/5.0-rc8
 2019-02-20 17:50 UTC  (2+ messages)

[PATCH] jffs2: alloc spaces for inode & dirent together
 2019-02-20 10:22 UTC 

[PATCH] jffs2: protect no-raw-node-ref check of inocache by erase_completion_lock
 2019-02-20 10:21 UTC 

[PATCH 0/2] jffs2: fixes for file creation failed halfway
 2019-02-20 10:21 UTC  (3+ messages)
` [PATCH 1/2] jffs2: reset pino_nlink to 0 when inode creation failed
` [PATCH 2/2] jffs2: handle INO_STATE_CLEARING in jffs2_do_read_inode()

mtd: mchp23k256: How to follow a more generic approach?
 2019-02-20  8:07 UTC  (6+ messages)

[PATCH v2] jffs2: safely remove obsolete dirent from the f->dents list
 2019-02-20  8:01 UTC  (3+ messages)

[PATCH] mtd: spinand: Wait after erase in spinand_markbad
 2019-02-20  7:59 UTC  (6+ messages)

[PATCH v2 0/2] mtd: nand: Add Cadence NAND controller driver
 2019-02-19 16:19 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] dt-bindings: "

[PATCH v2] cfi: fix deadloop in cfi_cmdset_0002.c do_write_buffer
 2019-02-19 20:47 UTC 

[RFC PATCH 0/5] MTD: Add Initial Hyperbus support
 2019-02-19  7:52 UTC  (8+ messages)
` [RFC PATCH 1/5] mtd: cfi_cmdset_0002: Add support for polling status register
` [RFC PATCH 2/5] dt-bindings: mtd: Add binding documentation for Hyperbus memory devices
` [RFC PATCH 3/5] mtd: Add support "
` [RFC PATCH 4/5] dt-bindings: mtd: Add bindings for TI's AM654 Hyperbus memory controller
` [RFC PATCH 5/5] mtd: hyperbus: Add driver for TI's "

[PATCH 1/2] mtd: add DT bindings for the Intel IXP4xx Flash
 2019-02-18 21:29 UTC  (2+ messages)

[PATCH v2 00/10] mtd: rawnand: denali: exec_op(), controller/chip separation, and cleanups
 2019-02-18 20:01 UTC  (10+ messages)
` [PATCH v2 01/10] mtd: rawnand: denali: use nand_chip pointer more for internal functions
` [PATCH v2 02/10] mtd: rawnand: denali: refactor syndrome layout handling for raw access
` [PATCH v2 04/10] mtd: rawnand: denali: switch over to ->exec_op() from legacy hooks
` [PATCH v2 05/10] mtd: rawnand: denali: use more precise timeout for NAND_OP_WAITRDT_INSTR
` [PATCH v2 06/10] mtd: rawnand: denali: use bool type instead of int where appropriate
` [PATCH v2 07/10] mtd: rawnand: denali_pci: rename goto labels
` [PATCH v2 08/10] mtd: rawnand: denali: decouple controller and NAND chips
` [PATCH v2 10/10] mtd: rawnand: denali: clean up coding style

[PATCH v2 0/9] Ingenic JZ4780 NAND patchset v2
 2019-02-18 19:20 UTC  (3+ messages)
` [PATCH v2 2/9] dt-bindings: mtd: ingenic: Add compatible strings for the JZ4740

[PATCH v4 0/7] mtd: rawnand: Support bad block markers in first, second or last page
 2019-02-18 10:42 UTC  (8+ messages)
` [PATCH v4 1/7] mtd: rawnand: Always store info about bad block markers in chip struct
` [PATCH v4 2/7] mtd: onenand: Store bad block marker position "
` [PATCH v4 3/7] mtd: nand: Cleanup flags and fields for bad block marker position
` [PATCH v4 4/7] mtd: nand: Make flags for bad block marker position more granular
` [PATCH v4 5/7] mtd: rawnand: Support bad block markers in first, second or last page
` [PATCH v4 6/7] mtd: rawnand: ESMT: Also use the last page for bad block markers
` [PATCH v4 7/7] mtd: rawnand: AMD: "

[PATCH] vfs: don't decrement i_nlink in d_tmpfile
 2019-02-17  0:26 UTC  (5+ messages)
` [PATCH v2] "

mtd utilities work but ubi utilities do not?
 2019-02-14 16:19 UTC  (6+ messages)

[PATCH v3 1/2] drivers/mtd: Use mtd->name when registering nvmem device
 2019-02-14 13:04 UTC  (6+ messages)
` [PATCH v3 2/2] drivers/mtd: Fix device registration error
  ` [v3,2/2] "
` [v3, 1/2] drivers/mtd: Use mtd->name when registering nvmem device

[PATCH V4] mtd: spi-nor: split s25fl128s into s25fl128s0 and s25fl128s1
 2019-02-14 13:00 UTC  (3+ messages)
` [V4] "

[PATCH v6 0/2] cadence-quadspi: Add Octal mode support
 2019-02-14 13:00 UTC  (6+ messages)
` [PATCH v6 1/2] dt-bindings: cadence-quadspi: Add new compatible for AM654 SoC
  ` [v6, "
` [PATCH v6 2/2] mtd: spi-nor: cadence-quadspi: Add support for Octal SPI controller
  ` [v6, "

[PATCH v2 0/3] spi-nor block protection
 2019-02-14  9:33 UTC  (3+ messages)

[PATCH] ubifs: reject unsupported ioctl flags explicitly
 2019-02-14  7:43 UTC  (4+ messages)

[PATCH 1/3] mtd: spi-nor: add Global Block Unlock support
 2019-02-14  7:25 UTC  (2+ messages)

[PATCH] cfi: fix deadloop in cfi_cmdset_0002.c do_write_buffer
 2019-02-14  1:34 UTC  (9+ messages)
        `  "

[PATCH v4 1/9] dt-bindings: mtd: ingenic: Add compatible strings for JZ4740 and JZ4725B
 2019-02-13 21:46 UTC  (4+ messages)
` [PATCH v4 2/9] dt-bindings: mtd: ingenic: Change 'BCH' to 'ECC' in documentation

[PATCH] mtd: lpddr_cmds: Mark expected switch fall-through
 2019-02-13 18:11 UTC  (3+ messages)

[PATCH v2 0/2] spi-nor: add support for is25wp256
 2019-02-13 17:37 UTC  (6+ messages)
` [PATCH v2 1/2] spi-nor: add support for ISSI's block unlocking scheme
` [PATCH v2 2/2] spi-nor: add support for is25wp256

[PATCH 0/3] AFS move and OF support
 2019-02-13 13:36 UTC  (5+ messages)

[PATCH 00/11] add support for sam9x60 nand controller
 2019-02-13 10:54 UTC  (18+ messages)
` [PATCH 01/11] ARM: at91: add sam9x60 SFR definitions
` [PATCH 02/11] memory: atmel-ebi: add generic name for ebi regmap
` [PATCH 03/11] dt-bindings: memory: atmel-ebi: add sam9x60 compatible
` [PATCH 04/11] memory: atmel-ebi: add sam9x60 EBI support
` [PATCH 05/11] mtd: rawnand: atmel: add generic name for EBICSA regmap
` [PATCH 06/11] dt-bindings: mtd: atmel-nand: add sam9x60 compatible
` [PATCH 07/11] mtd: rawnand: atmel: add sam9x60 nand controller support
` [PATCH 08/11] memory: atmel-ebi: move NUM_CS definition inside atmel-ebi
` [PATCH 09/11] mfd: syscon: atmel: switch to SPDX license identifiers
` [PATCH 10/11] memory: atmel-ebi: "
` [PATCH 11/11] mtd: rawnand: atmel: "

[PATCH] mtd: cfi_cmdset_0002: Mark expected switch fall-throughs
 2019-02-12 15:35 UTC  (3+ messages)

[PATCH 0/6] mtd: afs: Support AFSv2 parsing
 2019-02-12 14:31 UTC  (3+ messages)
` [PATCH 1/6] mtd: afs: simplify partition parsing

[Question] Use mr25h40 in a custom DSDT ACPI table
 2019-02-12 10:17 UTC 


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