linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-20 06:18:40 to 2024-12-09 20:54:42 UTC [more...]

[PATCH v9 00/12] Support for hardware-wrapped inline encryption keys
 2024-12-09 20:54 UTC  (18+ messages)
` [PATCH v9 01/12] ufs: crypto: add ufs_hba_from_crypto_profile()
` [PATCH v9 02/12] ufs: qcom: convert to use UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILE
` [PATCH v9 03/12] mmc: crypto: add mmc_from_crypto_profile()
` [PATCH v9 04/12] mmc: sdhci-msm: convert to use custom crypto profile
` [PATCH v9 05/12] firmware: qcom: scm: add calls for wrapped key support
` [PATCH v9 06/12] soc: qcom: ice: make qcom_ice_program_key() take struct blk_crypto_key
` [PATCH v9 07/12] blk-crypto: add basic hardware-wrapped key support
` [PATCH v9 08/12] blk-crypto: show supported key types in sysfs
` [PATCH v9 09/12] blk-crypto: add ioctls to create and prepare hardware-wrapped keys
` [PATCH v9 10/12] fscrypt: add support for "
` [PATCH v9 11/12] soc: qcom: ice: add HWKM support to the ICE driver
` [PATCH v9 12/12] ufs: qcom: add support for wrapped keys

[PATCH v2 0/6] mmc: sdhci-acpi: A few cleanups
 2024-12-09 17:11 UTC  (19+ messages)
` [PATCH v2 1/6] mmc: sdhci: Use EXPORT_PM_FN_NS_GPL() for exporting PM functions
` [PATCH v2 2/6] mmc: sdhci-acpi: Switch to SYSTEM_SLEEP_PM_OPS()/RUNTIME_PM_OPS() and pm_ptr()
` [PATCH v2 3/6] mmc: sdhci-acpi: Remove not so useful error message
` [PATCH v2 4/6] mmc: sdhci-acpi: Use devm_platform_ioremap_resource()
` [PATCH v2 5/6] mmc: sdhci-acpi: Tidy up ACPI ID table
` [PATCH v2 6/6] mmc: sdhci-acpi: Don't use "proxy" headers

[PATCH] mmc: sdhci-tegra: Remove SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC quirk
 2024-12-09 14:27 UTC  (3+ messages)

[PATCH 0/2] mmc: mtk-sd: Limit second register range to SoCs requiring it
 2024-12-09 10:14 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: mmc: mtk-sd: Document compatibles that need two register ranges
` [PATCH 2/2] mmc: mtk-sd: Limit getting top_base to SoCs that require it

[PATCH] mmc: sdhci-of_dwcmshc: Change to dwcmshc_phy_init for reusing codes
 2024-12-09  8:13 UTC  (4+ messages)

[PATCH v2] dt-bindings: mmc: atmel,hsmci: Convert to json schema
 2024-12-09  4:32 UTC 

[PATCH] dt-bindings: mmc: atmel,hsmci: Convert to json schema
 2024-12-09  2:37 UTC  (5+ messages)

[GIT PULL] MMC fixes for v6.13-rc2
 2024-12-06 20:04 UTC  (2+ messages)

[RFC PATCH v2] mmc: suspend MMC also when unbinding
 2024-12-06 11:15 UTC  (2+ messages)

[PATCH v2] mmc: sdhci-msm: Correctly set the load for the regulator
 2024-12-06  3:25 UTC  (5+ messages)

[PATCH v4 0/2] Enable SDHC1 and SDHC2 on QCS615
 2024-12-06  2:37 UTC  (3+ messages)
` [PATCH v4 1/2] arm64: dts: qcom: qcs615: add SDHC1 and SDHC2
` [PATCH v4 2/2] arm64: dts: qcom: qcs615-ride: enable "

[PATCH v6 0/6] block: partition table OF support
 2024-12-05 12:12 UTC  (5+ messages)
` [PATCH v6 5/6] block: add support for partition table defined in OF
  ` Co-existence of GPT and fixed partitions (Was: Re: [PATCH v6 5/6] block: add support for partition table defined in OF)

[PATCH v4 0/5] dt-bindings: mmc: document mmc-slot and convert amlogic,meson-mx-sdio.txt to dtschema
 2024-12-04 14:15 UTC  (8+ messages)
` [PATCH v4 1/5] dt-bindings: mmc: controller: clarify the address-cells description
` [PATCH v4 2/5] dt-bindings: mmc: controller: move properties common with slot out to mmc-controller-common
` [PATCH v4 3/5] dt-bindings: mmc: controller: remove '|' when not needed
` [PATCH v4 4/5] dt-bindings: mmc: document mmc-slot
` [PATCH v4 5/5] dt-bindings: mmc: convert amlogic,meson-mx-sdio.txt to dtschema

[PATCH V5 0/9] ARM: bcm2835: Implement initial S2Idle for Raspberry Pi
 2024-12-04 12:27 UTC  (5+ messages)
` [PATCH V5 2/9] dmaengine: bcm2835-dma: add suspend/resume pm support

[PATCH RESEND v7 00/17] Hardware wrapped key support for QCom ICE and UFS core
 2024-12-03 15:09 UTC  (22+ messages)
` [PATCH RESEND v7 01/17] blk-crypto: add basic hardware-wrapped key support
` [PATCH RESEND v7 02/17] blk-crypto: show supported key types in sysfs
` [PATCH RESEND v7 03/17] blk-crypto: add ioctls to create and prepare hardware-wrapped keys
` [PATCH RESEND v7 04/17] fscrypt: add support for "
` [PATCH RESEND v7 05/17] ice, ufs, mmc: use the blk_crypto_key struct when programming the key
` [PATCH RESEND v7 06/17] firmware: qcom: scm: add a call for deriving the software secret
` [PATCH RESEND v7 07/17] firmware: qcom: scm: add calls for creating, preparing and importing keys
` [PATCH RESEND v7 08/17] firmware: qcom: scm: add a call for checking wrapped key support
` [PATCH RESEND v7 09/17] soc: qcom: ice: add HWKM support to the ICE driver
` [PATCH RESEND v7 10/17] soc: qcom: ice: add support for hardware wrapped keys
` [PATCH RESEND v7 11/17] soc: qcom: ice: add support for generating, importing and preparing keys
` [PATCH RESEND v7 12/17] ufs: core: add support for wrapped keys to UFS core
` [PATCH RESEND v7 13/17] ufs: core: add support for deriving the software secret
` [PATCH RESEND v7 14/17] ufs: core: add support for generating, importing and preparing keys
` [PATCH RESEND v7 15/17] ufs: host: add support for wrapped keys in QCom UFS
` [PATCH RESEND v7 16/17] ufs: host: add a callback for deriving software secrets and use it
` [PATCH RESEND v7 17/17] ufs: host: add support for generating, importing and preparing wrapped keys

[PATCH v2] mmc: mtk-sd: disable wakeup in .remove() and in the error path of .probe()
 2024-12-03  2:34 UTC 

[PATCH] mmc: sdhci-msm: Command Queue (CQ) Register changes for v5.0
 2024-12-02 16:05 UTC  (3+ messages)

[PATCH V6] mmc: bcm2835: add suspend/resume pm support
 2024-12-02 15:24 UTC  (2+ messages)

[PATCH] dt-bindings: Drop Bhupesh Sharma from maintainers
 2024-12-02 15:24 UTC  (3+ messages)

[PATCH 00/15] treewide: don't include 'pm_wakeup.h' directly
 2024-12-02 15:23 UTC  (3+ messages)
` [PATCH 08/15] mmc: core: "

[PATCH v2 0/2] Add mtk-sd support for ignoring cmd response CRC
 2024-12-02 15:23 UTC  (4+ messages)
` [PATCH v2 1/2] mmc: core: Introduce the MMC_RSP_R1B_NO_CRC response
` [PATCH v2 2/2] mmc: mtk-sd: Add support for ignoring cmd response CRC

[PATCH] mmc: sdhci-esdhc-imx: enable 'SDHCI_QUIRK_NO_LED' quirk for S32G
 2024-12-02 15:23 UTC  (5+ messages)

[PATCH] mmc: core: Further prevent card detect during shutdown
 2024-12-02 15:23 UTC  (4+ messages)

[PATCH 00/15] Add support for SAMA7D65
 2024-12-02 15:23 UTC  (25+ messages)
` [PATCH 02/15] dt-bindings: mfd: atmel,sama5d2-flexcom: add microchip,sama7d65-flexcom
` [PATCH 03/15] dt-bindings: atmel-sysreg: add sama7d65 RAM and PIT
` [PATCH 04/15] dt-bindings: mmc: atmel,sama5d2-sdhci: add microchip,sama7d65-sdhci
` [PATCH 09/15] dt-bindings: clock: at91: Allow MCKs to be exported and referenced in DT
` [PATCH 10/15] ARM: configs: at91: sama7: add new SoC config
` [PATCH 11/15] ARM: dts: microchip: add sama7d65 SoC DT
` [PATCH 12/15] ARM: dts: microchip: add support for sama7d65_curiosity board
` [PATCH 13/15] clk: at91: clk-master: increase maximum number of clocks
` [PATCH 15/15] clk: at91: sama7d65: add sama7d65 pmc driver

[PATCH] dt-bindings: mmc: marvell,xenon-sdhci: Simplify Armada 3700 if/then schema
 2024-12-02 15:23 UTC  (2+ messages)

[PATCH] mmc: core: sdio: Respect quirk_max_rate for non-UHS mode
 2024-12-02 15:23 UTC  (2+ messages)

[PATCH v4] mmc: sdhci-pci: Add DMI quirk for missing CD GPIO on Vexia Edu Atla 10 tablet
 2024-12-02 15:23 UTC  (5+ messages)

[PATCH] mmc: mtk-sd: call device_init_wakeup(&pdev->dev, false) on the error path of .probe()
 2024-12-02 14:57 UTC  (2+ messages)

[PATCH v3 0/2] Enable SDHC1 and SDHC2 on QCS615
 2024-11-28 20:51 UTC  (16+ messages)
` [PATCH v3 1/2] arm64: dts: qcom: qcs615: add SDHC1 and SDHC2
` [PATCH v3 2/2] arm64: dts: qcom: qcs615-ride: enable "

[PATCH v1] mmc: sdhci-msm: Enable aggressive PM
 2024-11-27  6:01 UTC  (3+ messages)

[PATCH v1] mmc: sdhci-msm: Correctly set the load for the regulator
 2024-11-27  2:39 UTC  (3+ messages)

[PATCH] mmc: sdhci-of-dwcmshc: Restore missing regs for RK3576 platform
 2024-11-26 11:35 UTC  (2+ messages)

[PATCH] mmc: core: Drop the MMC_RSP_R1_NO_CRC response
 2024-11-26  7:50 UTC  (3+ messages)

[PATCH] mmc: mtk-sd: Add support for ignoring cmd response CRC
 2024-11-26  1:08 UTC  (4+ messages)

MMC card detection may trip watchdog if card powered off
 2024-11-25 18:07 UTC  (7+ messages)

SDHCI: linux-6.11: mmc0: Reset 0x2 never completed
 2024-11-25 15:14 UTC  (5+ messages)

[PATCH AUTOSEL 6.1 5/9] mmc: core: Add SD card quirk for broken poweroff notification
 2024-11-24 12:54 UTC 

[PATCH AUTOSEL 6.6 09/16] mmc: core: Add SD card quirk for broken poweroff notification
 2024-11-24 12:52 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 10/16] mmc: sdhci-esdhc-imx: enable quirks SDHCI_QUIRK_NO_LED

[PATCH AUTOSEL 6.11 12/20] mmc: core: Add SD card quirk for broken poweroff notification
 2024-11-24 12:50 UTC  (2+ messages)
` [PATCH AUTOSEL 6.11 13/20] mmc: sdhci-esdhc-imx: enable quirks SDHCI_QUIRK_NO_LED

[PATCH AUTOSEL 6.12 14/23] mmc: core: Add SD card quirk for broken poweroff notification
 2024-11-24 12:48 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 15/23] mmc: sdhci-esdhc-imx: enable quirks SDHCI_QUIRK_NO_LED

brcmfmac: error messages while entering suspend
 2024-11-23  9:51 UTC  (6+ messages)

[PATCH RFC 0/2] Avoid reprogram all keys to Inline Crypto Engine for MMC runtime suspend resume
 2024-11-21 11:03 UTC  (10+ messages)
` [PATCH RFC v3 1/2] mmc: core: Add vendor hook to control reprogram keys to Crypto Engine

[GIT PULL] MMC and MEMSTICK updates for v6.13
 2024-11-20 21:00 UTC  (2+ messages)

[PATCH] mmc: sdhci-msm: Slot indexing for distinguishing multiple SDCC instances
 2024-11-20 12:07 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 NNTP newsgroup(s).