Linux-mtd Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-30 21:58:02 to 2023-06-06 10:31:31 UTC [more...]

[PATCH 0/3] Fix a couple of missing unevaluated properties
 2023-06-06 10:30 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: mtd: qcom: Fix a property position
` [PATCH 2/3] dt-bindings: mtd: qcom: Prevent NAND chip unevaluated properties

[PATCH v8 0/3] dt-bindings: mtd: marvell-nand: Add YAML scheme
 2023-06-06 10:28 UTC  (14+ messages)
` [PATCH v8 1/3] arm64: dts: marvell: cp11x: Fix nand_controller node name according to YAML
` [PATCH v8 2/3] ARM: dts: mvebu: align MTD partition nodes to dtschema
` [PATCH v8 3/3] dt-bindings: mtd: marvell-nand: Convert to YAML DT scheme

[PATCH v2] mtd: rawnand: meson: check buffer length
 2023-06-06 10:16 UTC 

[PATCH v1] mtd: rawnand: meson: check buffer length
 2023-06-06  7:50 UTC  (4+ messages)

[RFC PATCH v5 0/6] refactoring, fixes and updates for Meson NAND
 2023-06-06  7:55 UTC  (29+ messages)
` [RFC PATCH v5 1/6] mtd: rawnand: meson: fix ready/busy command
` [RFC PATCH v5 2/6] mtd: rawnand: meson: wait for command in polling mode
` [RFC PATCH v5 3/6] mtd: rawnand: meson: only expose unprotected user OOB bytes
` [RFC PATCH v5 4/6] mtd: rawnand: meson: use macro for OOB area
` [RFC PATCH v5 5/6] mtd: rawnand: meson: check buffer length
` [RFC PATCH v5 6/6] mtd: rawnand: meson: remove unneeded bitwise OR with zeroes

decouple block open flags from fmode_t
 2023-06-06  8:40 UTC  (36+ messages)
` [PATCH 01/31] block: also call ->open for incremental partition opens
` [PATCH 02/31] cdrom: remove the unused bdev argument to cdrom_open
` [PATCH 03/31] cdrom: remove the unused mode argument to cdrom_ioctl
` [PATCH 04/31] cdrom: remove the unused cdrom_close_write release code
` [PATCH 05/31] cdrom: track if a cdrom_device_info was opened for data
` [PATCH 06/31] cdrom: remove the unused mode argument to cdrom_release
` [PATCH 07/31] block: pass a gendisk on bdev_check_media_change
` [PATCH 08/31] block: share code between disk_check_media_change and disk_force_media_change
` [PATCH 09/31] block: pass a gendisk to ->open
` [PATCH 10/31] block: remove the unused mode argument to ->release
` [PATCH 11/31] block: rename blkdev_close to blkdev_release
` [PATCH 12/31] swsusp: don't pass a stack address to blkdev_get_by_path
` [PATCH 13/31] bcache: "
` [PATCH 14/31] rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path
` [PATCH 15/31] btrfs: "
` [PATCH 16/31] block: use the holder as indication for exclusive opens
` [PATCH 17/31] block: add a sb_open_mode helper
` [PATCH 18/31] fs: remove sb->s_mode
` [PATCH 19/31] scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool
` [PATCH 20/31] scsi: replace the fmode_t argument to scsi_ioctl "
` [PATCH 21/31] scsi: replace the fmode_t argument to ->sg_io_fn "
` [PATCH 22/31] nvme: replace the fmode_t argument to the nvme ioctl handlers "
` [PATCH 23/31] mtd: block: use a simple bool to track open for write
` [PATCH 24/31] rnbd-srv: replace sess->open_flags with a "bool readonly"
` [PATCH 25/31] ubd: remove commented out code in ubd_open
` [PATCH 26/31] block: move a few internal definitions out of blkdev.h
` [PATCH 27/31] block: remove unused fmode_t arguments from ioctl handlers
` [PATCH 28/31] block: replace fmode_t with a block-specific type for block open flags
` [PATCH 29/31] block: always use I_BDEV on file->f_mapping->host to find the bdev
` [PATCH 30/31] block: store the holder in file->private_data
` [PATCH 31/31] fs: remove the now unused FMODE_* flags

[PATCH 0/4] ubifs: Convert writeback to use folios
 2023-06-06  6:13 UTC  (11+ messages)
` [PATCH 1/4] ubifs: Convert from writepage to writepages
` [PATCH 2/4] ubifs: Convert ubifs_writepage to use a folio
` [PATCH 3/4] ubifs: Use a folio in do_truncation()
` [PATCH 4/4] ubifs: Convert do_writepage() to take a folio

[PATCH v1] mtd: rawnand: meson: remove unneeded bitwise OR with zeroes
 2023-06-05 19:15 UTC 

fix the name_to_dev_t mess v2
 2023-06-05 17:22 UTC  (26+ 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

Boot failed after patch "mtd: rawnand: Support for sequential cache reads"
 2023-06-05 15:45 UTC  (13+ messages)
          ` [EXT] "

[PATCH v1] mtd: rawnand: meson: fix ready/busy command
 2023-06-05  9:50 UTC  (7+ messages)

[PATCH 00/43] ep93xx device tree conversion
 2023-06-05  8:22 UTC  (8+ messages)
` [PATCH v1 23/43] dt-bindings: mtd: Add ts7250 nand-controller
` [PATCH v1 24/43] mtd: nand: add support for ts72xx

[RESEND PATCH v3] mtd: rawnand: macronix: OTP access for MX30LFxG18AC
 2023-06-05  6:15 UTC  (8+ messages)

[PATCH v1 00/43] ep93xx device tree conversion
 2023-06-04 15:54 UTC  (2+ messages)

[PATCH v2] mtd: otp: Put factory OTP/NVRAM into the entropy pool
 2023-06-04 11:32 UTC  (2+ messages)

[PATCH] mtd: mtdpart: Drop useless LIST_HEAD
 2023-06-04  4:42 UTC 

[PATCH] mtd: chips: Use SPDX license headers
 2023-06-03 18:52 UTC 

[PATCH V2] dt-bindings: mtd: partitions: Include TP-Link SafeLoader in allowed list
 2023-06-03 10:10 UTC  (2+ messages)

[PATCH] mtd: otp: Put factory OTP/NVRAM into the entropy pool
 2023-06-03  0:14 UTC  (3+ messages)

[PATCH v3] mtd: cfi_cmdset_0001: Byte swap OTP info
 2023-06-02 21:11 UTC  (2+ messages)

[PATCH] dt-bindings: mtd: partitions: Include TP-Link SafeLoader in allowed list
 2023-06-02 17:36 UTC  (2+ messages)

Wyższa konwersja w e-sklepie
 2023-06-02  8:35 UTC 

[GIT PULL] mtd: Fixes for 6.4-rc5
 2023-06-01 21:40 UTC  (2+ messages)

[PATCH v2] mtd: cfi_cmdset_0001: Byte swap OTP info
 2023-06-01 21:26 UTC  (3+ messages)

[PATCH] mtd:spi-nor:Add support for xtx flash
 2023-06-01 10:22 UTC 

[PATCH] Add support for xtx flash
 2023-06-01  9:54 UTC 

[PATCH v7 0/4] dt-bindings: mtd: marvell-nand: Add YAML scheme
 2023-06-01  7:40 UTC  (13+ 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

Słowa kluczowe do wypozycjonowania
 2023-06-01  7:30 UTC 

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

[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

[PATCH v6 0/2] dt-bindings: mtd: marvell-nand: Add YAML scheme
 2023-05-31  7:01 UTC  (10+ messages)
` [PATCH v6 1/2] dt-bindings: mtd: marvell-nand: Convert to YAML DT scheme


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