linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-30 18:20:54 to 2019-04-05 14:10:26 UTC [more...]

[PATCH 00/10] Implement exec_op for GPMI nand driver
 2019-04-05 14:10 UTC  (13+ messages)
` [PATCH 01/10] mtd: rawnand: export nand operation tracer
` [PATCH 02/10] mtd: rawnand: fsmc: Use nand_op_trace for operation tracing
` [PATCH 03/10] mtd: rawnand: gpmi: move all driver code into single file
` [PATCH 04/10] mtd: rawnand: gpmi: remove unused variable
` [PATCH 05/10] mtd: rawnand: gpmi: Remove unnecessary variables
` [PATCH 06/10] mtd: rawnand: gpmi: read buf in nand_read_page_op
` [PATCH 07/10] mtd: rawnand: gpmi: remove unused parameters
` [PATCH 08/10] mtd: rawnand: gpmi: Drop unnecessary restoring of previous chipselection
` [PATCH 09/10] mtd: rawnand: gpmi: use runtime PM to manage clocks
` [PATCH 10/10] mtd: rawnand: gpmi: Implement exec_op

UBIFS file-system corruption (missing inode) after power-cut on 4.14.96
 2019-04-05 13:23 UTC  (7+ messages)

[PATCH 0/3] Sun8i NAND DMA support
 2019-04-05 12:47 UTC  (14+ messages)
` [PATCH 1/3] dt-bindings: mtd: sunxi: Add new compatible
` [PATCH 2/3] mtd: rawnand: sunxi: Add DMA support for sun8i
` [PATCH 3/3] ARM: dts: sunxi: Improve sun8i NAND transfers by using DMA

[PATCH] mtd: rawnand: marvell: select target before setting up data interface
 2019-04-05  9:48 UTC  (8+ messages)

[PATCH v2] MAINTAINERS: MTD Git repository is hosted on kernel.org
 2019-04-05  8:38 UTC  (3+ messages)

[LINUX PATCH v2 3/3] spi: spi-mem: Add support for Zynq QSPI controller
 2019-04-05  6:15 UTC  (5+ messages)
` Applied "spi: spi-mem: Add support for Zynq QSPI controller" to the spi tree

32-bit Amlogic (ARM) SoC: kernel BUG in kfree()
 2019-04-05  4:30 UTC  (9+ messages)

[PATCH 0/3] UBIFS: xattr deletion rework
 2019-04-04 22:34 UTC  (4+ messages)
` [PATCH 1/3] ubifs: journal: Handle xattrs like files
` [PATCH 2/3] ubifs: orphan: "
` [PATCH 3/3] ubifs: Limit number of xattrs per inode

[PATCH] ubifs: Do not skip hash checking in data nodes
 2019-04-04 20:06 UTC  (2+ messages)

[PATCH 1/1] ubi: Allow ubiblock devices nodes to be created by volume name instead of volume ID
 2019-04-04 19:37 UTC  (2+ messages)

[PATCH -next] mtd: rawnand: ingenic: Add missing MODULE_* information
 2019-04-04 10:47 UTC 

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

[PATCH 0/7] Add Macronix MX25F0A MFD driver and NAND function
 2019-04-03 11:51 UTC  (6+ messages)
` [PATCH 3/7] spi: Patch Macronix MX25F0A SPI controller driver
` [PATCH 4/7] dt-bindings: mfd: Document Macronix MX25F0A controller bindings

[PATCH v3 0/5] simple sort swap function improvements
 2019-04-03 11:33 UTC  (7+ messages)
` [PATCH v3 1/5] arch/arc: unwind.c: replace swap function with built-in one
` [PATCH v3 2/5] powerpc: module_[32|64].c: "
` [PATCH v3 3/5] ocfs2: dir, refcounttree, xattr: replace swap functions "
` [PATCH v3 4/5] ubifs: find.c: replace swap function "
` [PATCH v3 5/5] Lib: sort.h: remove the size argument from the swap function

[PATCH 00/11] add support for sam9x60 nand controller
 2019-04-03 10:08 UTC  (4+ messages)
` [PATCH 09/11] mfd: syscon: atmel: switch to SPDX license identifiers

[PATCH v2 1/2] dt-bindings: mtd: Add YAML schemas for the generic NAND options
 2019-04-03  8:49 UTC  (8+ messages)
` [PATCH v2 2/2] dt-bindings: mtd: sunxi-nand: Add YAML schemas

[PATCH v1] mtd: core: add sysfs nodes for querying the flash name and id
 2019-04-03  8:31 UTC  (10+ messages)

[PATCH v3 1/2] dt-bindings: mtd: Add YAML schemas for the generic NAND options
 2019-04-03  7:48 UTC  (2+ messages)
` [PATCH v3 2/2] dt-bindings: mtd: sunxi-nand: Add YAML schemas

[LINUX PATCH v2 2/3] spi: spi-mem: export spi_mem_default_supports_op()
 2019-04-03  4:43 UTC  (2+ messages)
` Applied "spi: spi-mem: export spi_mem_default_supports_op()" to the spi tree

[PATCH] mtd: spi-nor: Add Micron MT25QU128 support
 2019-04-03  2:03 UTC  (3+ messages)

[PATCH v2 11/15] mtd: maps: Merge physmap_of.c into physmap-core.c
 2019-04-03  2:02 UTC  (3+ messages)
` [v2,11/15] "
  ` [PATCH] mtd: maps: Allow MTD_PHYSMAP with MTD_RAM

[PATCH 1/4] dt-bindings: mtd: Add YAML schemas for the generic NAND options
 2019-04-02 11:11 UTC  (14+ messages)
` [PATCH 2/4] dt-bindings: mtd: sunxi-nand: Add YAML schemas
` [PATCH 3/4] ARM: dts: sunxi: Conform to DT spec for NAND controller
` [PATCH 4/4] ARM: dts: sunxi: Remove useless address and size cells

i.MX28 nand driver broken in Linux 4.18
 2019-04-02  9:16 UTC  (9+ messages)

[PATCH 1/2] MAINTAINERS: Add myself as MTD maintainer
 2019-04-02  9:08 UTC  (3+ messages)
` [PATCH 2/2] MAINTAINERS: MTD Git repository is hosted on kernel.org

[RFC PATCH v2 0/5] MTD: Add Initial Hyperbus support
 2019-04-02  9:03 UTC  (8+ messages)
` [RFC PATCH v2 1/5] mtd: cfi_cmdset_0002: Add support for polling status register

[PATCH v2 0/3] spi-nor block protection
 2019-04-02  7:12 UTC  (17+ messages)
` [PATCH v2 1/3] mtd: spi-nor: always respect write-protect input

[PATCH 1/3] mtd: devices: m25p80: Simplify m25p80_read()
 2019-04-02  6:36 UTC  (4+ messages)
` [PATCH 2/3] mtd: devices: m25p80: Drop extra length clamping in m25p80_write()
` [PATCH 3/3] mtd: devices: m25p80: Share code between m25p80_read() and m25p80_write()

[PATCH v4 0/3] spi-nor block protection
 2019-04-02  5:27 UTC  (3+ messages)
` [PATCH v4 3/3] spi-nor: allow setting the BPNV (default locked) bit

[PATCH v5 0/9] mtd: rawnand: denali: exec_op(), controller/chip separation, and cleanups
 2019-04-02  4:03 UTC  (10+ messages)
` [PATCH v5 1/9] mtd: rawnand: denali: use more nand_chip pointers for internal functions
` [PATCH v5 2/9] mtd: rawnand: denali: refactor raw page accessors
` [PATCH v5 3/9] mtd: rawnand: denali: remove unneeded casts in denali_{read, write}_pio
` [PATCH v5 4/9] mtd: rawnand: denali: switch over to ->exec_op() from legacy hooks
` [PATCH v5 5/9] mtd: rawnand: denali: use bool type instead of int where appropriate
` [PATCH v5 6/9] mtd: rawnand: denali_pci: rename goto labels
` [PATCH v5 7/9] mtd: rawnand: denali: decouple controller and NAND chips
` [PATCH v5 8/9] mtd: rawnand: denali: remove DENALI_NR_BANKS macro
` [PATCH v5 9/9] mtd: rawnand: denali: clean up coding style

[PATCH v4 0/9] mtd: rawnand: denali: exec_op(), controller/chip separation, and cleanups
 2019-04-02  3:48 UTC  (5+ messages)
` [PATCH v4 1/9] mtd: rawnand: denali: use nand_chip pointer more for internal functions

mkfs.ubifs issues with mtd-utils 2.1.0
 2019-04-01 23:16 UTC  (3+ messages)

[PATCH v2 0/5] simple sort swap function improvements
 2019-04-01 17:53 UTC  (11+ messages)
` [PATCH v2 1/5] arch/arc: unwind.c: replace swap function with built-in one
` [PATCH v2 2/5] powerpc: module_[32|64].c: "
` [PATCH v2 3/5] ocfs2: dir, refcounttree, xattr: replace swap functions "
` [PATCH v2 4/5] ubifs: find.c: replace swap function "
` [PATCH v2 5/5] Lib: sort.h: replace int size with size_t size in the swap function

[PATCH v2 0/5] fscrypt: d_revalidate fixes and cleanups
 2019-04-01 17:11 UTC  (2+ messages)

[PATCH v3] mtd: rawnand: Mark expected switch fall-throughs
 2019-04-01 15:33 UTC  (3+ messages)

[PATCH] mtd: rawnand: vf610: Fix to check for NULL pointer dereference
 2019-04-01 15:30 UTC  (3+ messages)

[PATCH 1/1] mtd: rawnand: meson: set oob layout ops
 2019-04-01 15:30 UTC  (2+ messages)

[PATCH v2 00/15] mtd: rawnand: 5th batch of cleanups
 2019-04-01 15:28 UTC  (2+ messages)

[PATCH v2 0/2] meson-nand: two small memory related fixes
 2019-04-01 15:27 UTC  (2+ messages)

[PATCH v6 00/13] Ingenic NAND patchset v6
 2019-04-01 15:25 UTC  (2+ messages)

[RFC PATCH 00/68] VFS: Convert a bunch of filesystems to the new mount API
 2019-04-01 15:25 UTC  (3+ messages)
` [RFC PATCH 48/68] vfs: Convert cramfs to use "

[PATCH] mtd: rawnand: gpmi: Introduce GPMI_IS_MXS() macro
 2019-04-01 15:22 UTC  (2+ messages)

[PATCH v5] mtd: spinand: Use the spi-mem dirmap API
 2019-04-01 15:22 UTC  (2+ messages)

[PATCH] mtd: rawnand: atmel: Fix spelling mistake in error message
 2019-04-01 14:53 UTC  (2+ messages)

[PATCH 0/3] mtd-utils: Add UBIFS offline signing support
 2019-04-01 14:35 UTC  (4+ messages)
` [PATCH 1/3] ubifs-media: Update to Linux-5.0
` [PATCH 2/3] ubifs-media: Add authentication support
` [PATCH 3/3] mkfs.ubifs: "

[PATCH] ubifs: support offline signed images
 2019-04-01 14:30 UTC 

[PATCH] eeprom: at25: Convert the driver to the spi-mem interface
 2019-04-01 14:01 UTC  (4+ messages)

[PATCH 1/2] mtd: Fix the check on nvmem_register() ret code
 2019-04-01 13:27 UTC  (8+ messages)
` [PATCH 2/2] mtd: Check add_mtd_device() "

[LINUX PATCH v2 0/3] Add support for Zynq QSPI controller driver
 2019-04-01  7:57 UTC 

[PATCH v2 00/36] Introduce the generic ECC engine abstraction
 2019-03-31 12:10 UTC  (21+ messages)
` [PATCH v2 01/36] mtd: nand: Move nand_device forward declaration to the top
` [PATCH v2 02/36] mtd: nand: Add an extra level in the Kconfig hierarchy
` [PATCH v2 03/36] mtd: nand: Drop useless 'depends on' in Kconfig
` [PATCH v2 04/36] mtd: rawnand: Use the NAND core
` [PATCH v2 05/36] mtd: nand: Add a NAND page I/O request type
` [PATCH v2 06/36] mtd: nand: Rename a core structure
` [PATCH v2 07/36] mtd: rawnand: Avoid a typedef
` [PATCH v2 09/36] mtd: rawnand: Clarify the values for invalid ECC mode/algo
` [PATCH v2 10/36] mtd: nand: Introduce the ECC engine abstraction
` [PATCH v2 11/36] mtd: Fix typo in mtd_ooblayout_set_databytes() description

[PATCH v3] mtd: spi-nor: fix nor->addr_width when its value configured from SFDP does not match the actual width
 2019-03-31  7:42 UTC 

[PATCH 0/5] simple sort swap function usage improvements
 2019-03-30 18:38 UTC  (4+ messages)
` [PATCH 5/5] Lib: sort.h: replace int size with size_t size in the swap function


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