linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-11 07:28:11 to 2024-06-17 10:36:05 UTC [more...]

move features flags into queue_limits v2
 2024-06-17 10:36 UTC  (37+ messages)
` [PATCH 01/26] xen-blkfront: don't disable cache flushes when they fail
` [PATCH 02/26] sd: remove sd_is_zoned
` [PATCH 03/26] sd: move zone limits setup out of sd_read_block_characteristics
` [PATCH 04/26] loop: stop using loop_reconfigure_limits in __loop_clr_fd
` [PATCH 05/26] loop: always update discard settings in loop_reconfigure_limits
` [PATCH 06/26] loop: regularize upgrading the block size for direct I/O
` [PATCH 07/26] loop: also use the default block size from an underlying block device
` [PATCH 08/26] loop: fold loop_update_rotational into loop_reconfigure_limits
` [PATCH 09/26] virtio_blk: remove virtblk_update_cache_mode
` [PATCH 10/26] nbd: move setting the cache control flags to __nbd_set_size
` [PATCH 11/26] block: freeze the queue in queue_attr_store
` [PATCH 12/26] block: remove blk_flush_policy
` [PATCH 13/26] block: move cache control settings out of queue->flags
` [PATCH 14/26] block: move the nonrot flag to queue_limits
` [PATCH 15/26] block: move the add_random "
` [PATCH 16/26] block: move the io_stat flag setting "
` [PATCH 17/26] block: move the stable_writes flag "
` [PATCH 18/26] block: move the synchronous "
` [PATCH 19/26] block: move the nowait "
` [PATCH 20/26] block: move the dax "
` [PATCH 21/26] block: move the poll "
` [PATCH 22/26] block: move the zoned flag into the features field
` [PATCH 23/26] block: move the zone_resetall flag to queue_limits
` [PATCH 24/26] block: move the pci_p2pdma "
` [PATCH 25/26] block: move the skip_tagset_quiesce "
` [PATCH 26/26] block: move the bounce flag into the features field

[RFC PATCH v2 0/3] Add SD/MMC support for Renesas RZ/V2H(P) SoC
 2024-06-17  8:31 UTC  (7+ messages)
` [RFC PATCH v2 1/3] dt-bindings: mmc: renesas,sdhi: Document RZ/V2H(P) support
` [RFC PATCH v2 2/3] mmc: tmio: Use MMC core APIs to control the vqmmc regulator
` [RFC PATCH v2 3/3] mmc: renesas_sdhi: Add support for RZ/V2H(P) SoC

[PATCH v5 00/15] Hardware wrapped key support for qcom ice and ufs
 2024-06-17  8:28 UTC  (26+ messages)
` [PATCH v5 01/15] ice, ufs, mmc: use blk_crypto_key for program_key
` [PATCH v5 02/15] qcom_scm: scm call for deriving a software secret
` [PATCH v5 03/15] qcom_scm: scm call for create, prepare and import keys
` [PATCH v5 04/15] soc: qcom: ice: add hwkm support in ice
` [PATCH v5 05/15] soc: qcom: ice: support for hardware wrapped keys
` [PATCH v5 06/15] soc: qcom: ice: support for generate, import and prepare key
` [PATCH v5 07/15] ufs: core: support wrapped keys in ufs core
` [PATCH v5 08/15] ufs: core: add support to derive software secret
` [PATCH v5 09/15] ufs: core: add support for generate, import and prepare keys
` [PATCH v5 10/15] ufs: host: wrapped keys support in ufs qcom
` [PATCH v5 11/15] ufs: host: implement derive sw secret vop "
` [PATCH v5 12/15] ufs: host: support for generate, import and prepare key
` [PATCH v5 13/15] dt-bindings: crypto: ice: document the hwkm property
` [PATCH v5 14/15] arm64: dts: qcom: sm8650: add hwkm support to ufs ice
` [PATCH v5 15/15] arm64: dts: qcom: sm8550: "

move features flags into queue_limits
 2024-06-17  6:03 UTC  (90+ messages)
` [PATCH 01/26] sd: fix sd_is_zoned
` [PATCH 02/26] sd: move zone limits setup out of sd_read_block_characteristics
` [PATCH 03/26] loop: stop using loop_reconfigure_limits in __loop_clr_fd
` [PATCH 04/26] loop: always update discard settings in loop_reconfigure_limits
` [PATCH 05/26] loop: regularize upgrading the lock size for direct I/O
` [PATCH 06/26] loop: also use the default block size from an underlying block device
` [PATCH 07/26] loop: fold loop_update_rotational into loop_reconfigure_limits
` [PATCH 08/26] virtio_blk: remove virtblk_update_cache_mode
` [PATCH 09/26] nbd: move setting the cache control flags to __nbd_set_size
` [PATCH 10/26] xen-blkfront: don't disable cache flushes when they fail
` [PATCH 11/26] block: freeze the queue in queue_attr_store
` [PATCH 12/26] block: remove blk_flush_policy
` [PATCH 13/26] block: move cache control settings out of queue->flags
` [PATCH 14/26] block: move the nonrot flag to queue_limits
` [PATCH 15/26] block: move the add_random "
` [PATCH 16/26] block: move the io_stat flag setting "
` [PATCH 17/26] block: move the stable_write flag "
` [PATCH 18/26] block: move the synchronous "
` [PATCH 19/26] block: move the nowait "
` [PATCH 20/26] block: move the dax "
` [PATCH 21/26] block: move the poll "
` [PATCH 22/26] block: move the zoned flag into the feature field
` [PATCH 23/26] block: move the zone_resetall flag to queue_limits
` [PATCH 24/26] block: move the pci_p2pdma "
` [PATCH 25/26] block: move the skip_tagset_quiesce "
` [PATCH 26/26] block: move the bounce flag into the feature field

[PATCH v2] mmc-utils: implemented CMD42 locking/unlocking
 2024-06-17  5:20 UTC  (5+ messages)

[PATCH V16 00/23] Add support UHS-II for GL9755 and GL9767
 2024-06-17  5:04 UTC  (7+ messages)
` [PATCH V16 08/23] mmc: core: Support UHS-II Auto Command Error Recovery

[PATCH v5 0/3] arm64: dts: convert fsl,esdhc.txt to yaml and fix layerscape dts warning
 2024-06-17  2:35 UTC  (6+ messages)
` [PATCH v5 1/3] dt-bindings: mmc: mmc-spi-slot: Change voltage-ranges to uint32-matrix
` [PATCH v5 2/3] dt-bindings: mmc: Convert fsl-esdhc.txt to yaml
` [PATCH v5 3/3] arm64: dts: layerscape: Change node name from 'esdhc' to 'mmc'

[PATCH v3 0/4] mmc: sdhci-of-dwcmshc: enhance framework
 2024-06-16  2:30 UTC  (10+ messages)
` [PATCH v3 1/4] mmc: sdhci-of-dwcmshc: adjust positions of helper routines
` [PATCH v3 2/4] mmc: sdhci-of-dwcmshc: unify the naming of soc helper functions
` [PATCH v3 3/4] mmc: sdhci-of-dwcmshc: extract init function for rk35xx/th1520
` [PATCH v3 4/4] mmc: sdhci-of-dwcmshc: add callback functions for dwcmshc

[PATCH] mmc: sdhci-of-dwcmshc: don't enable CQE without a suitable irq handler
 2024-06-14 11:30 UTC  (5+ messages)

[PATCH 0/3] mmc: sdhci: Tidy-up write-protect handling
 2024-06-14  8:00 UTC  (4+ messages)
` [PATCH 1/3] mmc: sdhci: Do not invert write-protect twice
` [PATCH 2/3] mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro()
` [PATCH 3/3] mmc: sdhci: Eliminate SDHCI_QUIRK_UNSTABLE_RO_DETECT

[PATCH v2 0/9] nvmem: implement block NVMEM provider
 2024-06-13 21:09 UTC  (3+ messages)
` [PATCH v2 2/9] block: partitions: populate fwnode

[PATCH v2] mmc: Convert from tasklet to BH workqueue
 2024-06-13 20:59 UTC  (3+ messages)

[RFC PATCH 0/4] Add SD/MMC support for Renesas RZ/V2H(P) SoC
 2024-06-13 20:06 UTC  (5+ messages)
` [RFC PATCH 3/4] dt-bindings: mmc: renesas,sdhi: Document RZ/V2H(P) support

[PATCH] mmc: sdhci-of-dwcmshc: Use inverted-wp quirk for CV18xx and SG200x SoCs
 2024-06-13 13:26 UTC  (5+ messages)

[PATCH v4 0/8] arm64: dts: convert fsl,esdhc.txt to yaml and fix layerscape dts warning
 2024-06-13  6:35 UTC  (16+ messages)
` [PATCH v4 1/8] dt-bindings: mmc: Convert fsl-esdhc.txt to yaml
` [PATCH v4 2/8] dt-bindings: mmc: mmc-spi-slot: Change voltage-ranges to uint32-matrix
` [PATCH v4 3/8] arm64: dts: ls1012a: Chang node name from 'esdhc' to 'mmc'
` [PATCH v4 4/8] arm64: dts: ls1043a: "
` [PATCH v4 5/8] arm64: dts: ls1046a: "
` [PATCH v4 6/8] arm64: dts: ls1088a: "
` [PATCH v4 7/8] arm64: dts: ls208ax: "
` [PATCH v4 8/8] arm64: dts: lx2160a: "

[PATCH v1 0/2] eMMC RST_N support on BlueField-2 SoC
 2024-06-12 22:52 UTC  (3+ messages)
` [PATCH v1 1/2] dw_mmc: support platform specific hw_reset()
` [PATCH v1 2/2] dw_mmc-bluefield: add hw_reset() support

[RFC v1 0/3] mmc-spi - support controllers incapable of getting as low as 400KHz
 2024-06-12 20:48 UTC  (6+ messages)
` [RFC v1 1/3] mmc: mmc_spi: allow for spi controllers incapable of getting as low as 400k
` [RFC v1 2/3] spi: microchip-core-qspi: Add regular transfers
` [RFC v1 3/3] spi: microchip-core-qspi: set min_speed_hz during probe

[PATCH v7 0/4] Replay Protected Memory Block (RPMB) subsystem
 2024-06-12  6:56 UTC  (8+ messages)
` [PATCH v7 4/4] optee: probe RPMB device using RPMB subsystem

[PATCH v2] mmc: add missing MODULE_DESCRIPTION() macros
 2024-06-11 18:44 UTC  (2+ messages)

[PATCH v3 1/1] dt-bindings: mmc: Convert fsl-esdhc.txt to yaml
 2024-06-11 14:58 UTC  (6+ messages)

[PATCH] mmc: add missing MODULE_DESCRIPTION() macros
 2024-06-11 14:01 UTC  (3+ messages)

[ANNOUNCE] Alpine Linux Persistence and Storage Summit 2024
 2024-06-11  8:10 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).