Linux-mtd Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-22 08:55:02 to 2023-05-31 22:52:32 UTC [more...]

[PATCH v7 0/4] dt-bindings: mtd: marvell-nand: Add YAML scheme
 2023-05-31 22:52 UTC  (12+ messages)
` [PATCH v7 1/4] arm64: dts: marvell: cp11x: Fix nand_controller node name according to YAML
` [PATCH v7 2/4] ARM: dts: mvebu: align MTD partition nodes to dtschema
` [PATCH v7 3/4] dt-bindings: mtd: marvell-nand: Convert to YAML DT scheme
` [PATCH v7 4/4] dt-bindings: mtd: marvell-nand: Remove deprecated compatibles

[PATCH 0/2] mtd: rawnand: marvell: add support for AC5 SoC
 2023-05-31 21:31 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: mtd: Add AC5 specific binding
` [PATCH 2/2] mtd: rawnand: marvell: add support for AC5 SoC

[PATCH] mtd: cfi_cmdset_0001: Do not check for OTP outside device
 2023-05-31 16:23 UTC  (3+ messages)

fix the name_to_dev_t mess v2
 2023-05-31 12:55 UTC  (25+ messages)
` [PATCH 01/24] driver core: return bool from driver_probe_done
` [PATCH 02/24] PM: hibernate: factor out a helper to find the resume device
` [PATCH 03/24] PM: hibernate: remove the global snapshot_test variable
` [PATCH 04/24] PM: hibernate: move finding the resume device out of software_resume
` [PATCH 05/24] init: remove pointless Root_* values
` [PATCH 06/24] init: rename mount_block_root to mount_root_generic
` [PATCH 07/24] init: refactor mount_root
` [PATCH 08/24] init: pass root_device_name explicitly
` [PATCH 09/24] init: don't remove the /dev/ prefix from error messages
` [PATCH 10/24] init: handle ubi/mtd root mounting like all other root types
` [PATCH 11/24] init: factor the root_wait logic in prepare_namespace into a helper
` [PATCH 12/24] init: move the nfs/cifs/ram special cases out of name_to_dev_t
` [PATCH 13/24] init: improve the name_to_dev_t interface
` [PATCH 14/24] init: clear root_wait on all invalid root= strings
` [PATCH 15/24] block: move the code to do early boot lookup of block devices to block/
` [PATCH 16/24] block: move more code to early-lookup.c
` [PATCH 17/24] dm-snap: simplify the origin_dev == cow_dev check in snapshot_ctr
` [PATCH 18/24] dm: open code dm_get_dev_t in dm_init_init
` [PATCH 19/24] dm: remove dm_get_dev_t
` [PATCH 20/24] dm: only call early_lookup_bdev from early boot context
` [PATCH 21/24] PM: hibernate: don't use early_lookup_bdev in resume_store
` [PATCH 22/24] mtd: block2mtd: factor the early block device open logic into a helper
` [PATCH 23/24] mtd: block2mtd: don't call early_lookup_bdev after the system is running
` [PATCH 24/24] block: mark early_lookup_bdev as __init

[PATCH v3 1/5] mtd: rawnand: qcom: Implement exec_op()
 2023-05-31 12:49 UTC  (5+ messages)
` [PATCH v3 2/5] mtd: rawnand: qcom: Add support for reset, readid, status exec_op
` [PATCH v3 3/5] mtd: rawnand: qcom: Add support for param_page read exec_ops
` [PATCH v3 4/5] mtd: rawnand: qcom: Add support for read, write, erase exec_ops
` [PATCH v3 5/5] mtd: rawnand: qcom: Remove legacy interface

Boot failed after patch "mtd: rawnand: Support for sequential cache reads"
 2023-05-31  9:02 UTC  (8+ messages)
          ` [EXT] "

[PATCH v6 0/2] dt-bindings: mtd: marvell-nand: Add YAML scheme
 2023-05-31  7:01 UTC  (11+ messages)
` [PATCH v6 1/2] dt-bindings: mtd: marvell-nand: Convert to YAML DT scheme
` [PATCH v6 2/2] arm64: dts: marvell: cp11x: Fix nand_controller node name according to YAML

[PATCH V8 0/7] spi: Add support for stacked/parallel memories
 2023-05-30 16:25 UTC  (3+ messages)
` [PATCH V8 1/7] spi: Add stacked and parallel memories support in SPI core

[PATCH v4 0/5] refactoring and fix for Meson NAND
 2023-05-30 13:58 UTC  (26+ messages)
` [PATCH v4 1/5] mtd: rawnand: meson: fix command sequence for read/write
` [PATCH v4 2/5] mtd: rawnand: meson: move OOB to non-protected ECC area
` [PATCH v4 3/5] mtd: rawnand: meson: always read whole OOB bytes
` [PATCH v4 4/5] mtd: rawnand: meson: check buffer length

[PATCH v1] mkfs.ubifs: Fix mkfs.ubifs failure with option selinux
 2023-05-30  9:19 UTC  (3+ messages)

[PATCH v2 0/4] STIG Mode Fixes for spi-cadence-qspi driver
 2023-05-30  2:56 UTC  (10+ messages)
` [PATCH v2 4/4] spi: cadence-quadspi: use STIG mode for small reads

[PATCH] mtd: rawnand: atmel: fix dma map error checking
 2023-05-29 13:03 UTC 

[PATCH] mtd: devices: docg3: Remove unnecessary (void*) conversions
 2023-05-29  1:50 UTC 

[PATCH v3 1/2] mtd: rawnand: marvell: ensure timing values are written
 2023-05-26 18:02 UTC  (4+ messages)
` [PATCH v3 2/2] mtd: rawnand: marvell: don't set the NAND frequency select

[PATCH] mtd: spinand: gigadevice: add support for GD5F2GQ5xExxH
 2023-05-26 17:45 UTC  (2+ messages)

[PATCH 0/5] mtd: rawnand: qcom: Implement exec_op()
 2023-05-26 17:27 UTC  (14+ messages)
` [PATCH v2 1/5] "
` [PATCH v2 2/5] mtd: rawnand: qcom: Add support for reset, readid, status exec_op
` [PATCH v2 3/5] mtd: rawnand: qcom: Add support for param_page read exec_ops
` [PATCH v2 4/5] mtd: rawnand: qcom: Add support for read, write, erase exec_ops

[PATCH] mtd: rawnand: marvell: ensure timing values are written
 2023-05-26 17:10 UTC  (4+ messages)

[PATCH 0/3] mtd: rawnand: marvell: add support for AC5 SoC
 2023-05-26 12:01 UTC  (3+ messages)

[PATCH 0/4] mtd: ubi: behave like a good MTD citizen
 2023-05-26 10:15 UTC  (5+ messages)
` [PATCH 1/4] mtd: ubi: block: don't return on error when removing

[PATCH 0/2] ubi: block: fix use-after-free and deadlock
 2023-05-25  9:50 UTC  (7+ messages)
` [PATCH 1/2] ubi: block: Fix use-after-free of gendisk
` [PATCH 2/2] ubi: block: Fix deadlock on remove

[RESEND PATCH v3] mtd: rawnand: macronix: OTP access for MX30LFxG18AC
 2023-05-25  7:02 UTC  (8+ messages)

[PATCH v2] mtd: rawnand: marvell: ensure timing values are written
 2023-05-24 23:49 UTC  (2+ messages)

fix the name_to_dev_t mess
 2023-05-24  6:08 UTC  (40+ messages)
` [PATCH 01/24] driver core: return bool from driver_probe_done
` [PATCH 02/24] PM: hibernate: factor out a helper to find the resume device
` [PATCH 03/24] PM: hibernate: remove the global snapshot_test variable
` [PATCH 04/24] PM: hibernate: move finding the resume device out of software_resume
` [PATCH 05/24] init: remove pointless Root_* values
` [PATCH 06/24] init: rename mount_block_root to mount_root_generic
` [PATCH 07/24] init: refactor mount_root
` [PATCH 08/24] init: pass root_device_name explicitly
` [PATCH 09/24] init: don't remove the /dev/ prefix from error messages
` [PATCH 10/24] init: handle ubi/mtd root mounting like all other root types
` [PATCH 11/24] init: factor the root_wait logic in prepare_namespace into a helper
` [PATCH 12/24] init: move the nfs/cifs/ram special cases out of name_to_dev_t
` [PATCH 13/24] init: improve the name_to_dev_t interface
` [PATCH 14/24] init: clear root_wait on all invalid root= strings
` [PATCH 15/24] block: move the code to do early boot lookup of block devices to block/
` [PATCH 16/24] block: move more code to early-lookup.c
` [PATCH 17/24] dm-snap: simplify the origin_dev == cow_dev check in snapshot_ctr
` [PATCH 18/24] dm: open code dm_get_dev_t in dm_init_init
` [PATCH 19/24] dm: remove dm_get_dev_t
` [PATCH 20/24] dm: only call early_lookup_bdev from early boot context
` [PATCH 21/24] PM: hibernate: don't use early_lookup_bdev in resume_store
` [PATCH 22/24] mtd: block2mtd: factor the early block device open logic into a helper
` [PATCH 23/24] mtd: block2mtd: don't call early_lookup_bdev after the system is running
` [PATCH 24/24] block: mark early_lookup_bdev as __init

[PATCH 1/2] dt-bindings: mtd: nand: Macronix: document new binding
 2023-05-24  5:30 UTC  (10+ messages)

[PATCH] mtdchar: mark bits of ioctl handler noinline
 2023-05-23 13:43 UTC  (4+ messages)

[PATCH 0/2] Add SEAMA partition types
 2023-05-23 13:19 UTC  (5+ messages)

[PATCH v4] mtd: rawnand: macronix: OTP access for MX30LFxG18AC
 2023-05-23 10:16 UTC 

[RESEND PATCH] MAINTAINERS: Add myself as reviewer instead of Naga
 2023-05-23  9:40 UTC  (2+ messages)

[PATCH] mtd: spi-nor: Initialize n_banks for spi_nor_generic_flash
 2023-05-23  9:04 UTC  (2+ messages)

[PATCH 0/2] mtd: hyperbus: Add support for Infineon S26Hx-T
 2023-05-23  4:22 UTC  (2+ messages)

[PATCH] mtd: st_spi_fsm: Use the devm_clk_get_enabled() helper function
 2023-05-22 15:59 UTC  (2+ messages)

[PATCH] mtd: rawnand: ingenic: fix empty stub helper definitions
 2023-05-22 15:58 UTC  (2+ messages)

[PATCH] mtd: spi-nor: Fix divide by zero for spi-nor-generic flashes
 2023-05-22 15:58 UTC  (6+ messages)

[PATCH v2] mtd: spi-nor: spansion: make sure local struct does not contain garbage
 2023-05-22 15:58 UTC  (2+ messages)

[PATCH 00/43] ep93xx device tree conversion
 2023-05-22 14:18 UTC  (5+ messages)
` [PATCH 22/43] dt-bindings: mtd: add DT bindings for ts7250 nand

[PATCH] mtd: parsers: qcom: deal with partitions names on Netgear WAX218
 2023-05-22 14:06 UTC  (2+ messages)

Marvell NFC timings on CN9130
 2023-05-22  9:03 UTC  (7+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).