public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-29 10:16:07 to 2024-09-06 18:07:49 UTC [more...]

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

[PATCH v1] mmc: sdhci_am654: Add sdhci_am654_start_signal_voltage_switch
 2024-09-06 17:50 UTC 

[PATCH v6 0/9] Add SDUC Support
 2024-09-06 11:10 UTC  (28+ messages)
` [PATCH v6 1/9] mmc: sd: SDUC Support Recognition
` [PATCH v6 2/9] mmc: sd: Add Extension memory addressing
` [PATCH v6 3/9] mmc: core: Add open-ended Ext "
` [PATCH v6 4/9] mmc: core: Don't use close-ended rw for SDUC
` [PATCH v6 5/9] mmc: core: Allow mmc erase to carry large addresses
` [PATCH v6 6/9] mmc: core: Add Ext memory addressing for erase
` [PATCH v6 7/9] mmc: core: Adjust ACMD22 to SDUC
` [PATCH v6 8/9] mmc: core: Disable SDUC for mmc_test
` [PATCH v6 9/9] mmc: core: Enable SDUC

[PATCH V21 00/22] Add support UHS-II for GL9755 and GL9767
 2024-09-06 10:20 UTC  (23+ messages)
` [PATCH V21 01/22] mmc: core: Cleanup printing of speed mode at card insertion
` [PATCH V21 02/22] mmc: core: Prepare to support SD UHS-II cards
` [PATCH V21 03/22] mmc: core: Announce successful insertion of an SD UHS-II card
` [PATCH V21 04/22] mmc: core: Extend support for mmc regulators with a vqmmc2
` [PATCH V21 05/22] mmc: core: Add definitions for SD UHS-II cards
` [PATCH V21 06/22] mmc: core: Add New function to re-factoring the code
` [PATCH V21 07/22] mmc: core: Support UHS-II card control and access
` [PATCH V21 08/22] mmc: sdhci: add UHS-II related definitions in headers
` [PATCH V21 09/22] mmc: sdhci: add UHS-II module and add a kernel configuration
` [PATCH V21 10/22] mmc: sdhci-uhs2: dump UHS-II registers
` [PATCH V21 11/22] mmc: sdhci-uhs2: add reset function
` [PATCH V21 12/22] mmc: sdhci-uhs2: add set_power() to support vdd2
` [PATCH V21 13/22] mmc: sdhci-uhs2: add set_timeout()
` [PATCH V21 14/22] mmc: sdhci-uhs2: add set_ios()
` [PATCH V21 15/22] mmc: sdhci-uhs2: add uhs2_control() to initialise the interface
` [PATCH V21 16/22] mmc: sdhci-uhs2: add request() and others
` [PATCH V21 17/22] mmc: sdhci-uhs2: add irq() "
` [PATCH V21 18/22] mmc: sdhci-uhs2: add add_host() and others to set up the driver
` [PATCH V21 19/22] mmc: sdhci-uhs2: add pre-detect_init hook
` [PATCH V21 20/22] mmc: sdhci-pci: add UHS-II support framework
` [PATCH V21 21/22] mmc: sdhci-pci-gli: enable UHS-II mode for GL9755
` [PATCH V21 22/22] mmc: sdhci-pci-gli: enable UHS-II mode for GL9767

[GIT PULL] MMC fixes for v6.11-rc7
 2024-09-06 10:14 UTC 

Investment proposal
 2024-09-06  9:56 UTC 

[PATCH V20 00/22] Add support UHS-II for GL9755 and GL9767
 2024-09-06  9:58 UTC  (26+ messages)
` [PATCH V20 01/22] mmc: core: Cleanup printing of speed mode at card insertion
` [PATCH V20 02/22] mmc: core: Prepare to support SD UHS-II cards
` [PATCH V20 03/22] mmc: core: Announce successful insertion of an SD UHS-II card
` [PATCH V20 04/22] mmc: core: Extend support for mmc regulators with a vqmmc2
` [PATCH V20 05/22] mmc: core: Add definitions for SD UHS-II cards
` [PATCH V20 06/22] mmc: core: Add New function to re-factoring the code
` [PATCH V20 07/22] mmc: core: Support UHS-II card control and access
` [PATCH V20 08/22] mmc: sdhci: add UHS-II related definitions in headers
` [PATCH V20 09/22] mmc: sdhci: add UHS-II module and add a kernel configuration
` [PATCH V20 10/22] mmc: sdhci-uhs2: dump UHS-II registers
` [PATCH V20 11/22] mmc: sdhci-uhs2: add reset function
` [PATCH V20 12/22] mmc: sdhci-uhs2: add set_power() to support vdd2
` [PATCH V20 13/22] mmc: sdhci-uhs2: add set_timeout()
` [PATCH V20 14/22] mmc: sdhci-uhs2: add set_ios()
` [PATCH V20 15/22] mmc: sdhci-uhs2: add uhs2_control() to initialise the interface
` [PATCH V20 16/22] mmc: sdhci-uhs2: add request() and others
` [PATCH V20 17/22] mmc: sdhci-uhs2: add irq() "
` [PATCH V20 18/22] mmc: sdhci-uhs2: add add_host() and others to set up the driver
` [PATCH V20 19/22] mmc: sdhci-uhs2: add pre-detect_init hook
` [PATCH V20 20/22] mmc: sdhci-pci: add UHS-II support framework
` [PATCH V20 21/22] mmc: sdhci-pci-gli: enable UHS-II mode for GL9755
` [PATCH V20 22/22] mmc: sdhci-pci-gli: enable UHS-II mode for GL9767

[PATCH v4 0/1] dt-bindings: mmc: Add support for rk3576 eMMC
 2024-09-05 10:18 UTC  (4+ messages)
` [PATCH v4 1/1] "

[PATCH v2] Documentation: mmc: Add mmc-test doc
 2024-09-05 10:18 UTC  (2+ messages)

[PATCH v4 0/2] Add retry tuning sequence
 2024-09-05 10:18 UTC  (4+ messages)
` [PATCH v4 1/2] mmc: sdhci_am654: Add retry tuning
` [PATCH v4 2/2] mmc: sdhci_am654: Add prints to tuning algorithm

[PATCH V19 00/22] Add support UHS-II for GL9755 and GL9767
 2024-09-05 10:14 UTC  (24+ messages)
` [PATCH V19 05/22] mmc: core: Add definitions for SD UHS-II cards
` [PATCH V19 06/22] mmc: core: Add New function to re-factoring the code
` [PATCH V19 07/22] mmc: core: Support UHS-II card control and access
` [PATCH V19 08/22] mmc: sdhci: add UHS-II related definitions in headers
` [PATCH V19 09/22] mmc: sdhci: add UHS-II module and add a kernel configuration
` [PATCH V19 10/22] mmc: sdhci-uhs2: dump UHS-II registers
` [PATCH V19 11/22] mmc: sdhci-uhs2: add reset function
` [PATCH V19 12/22] mmc: sdhci-uhs2: add set_power() to support vdd2
` [PATCH V19 13/22] mmc: sdhci-uhs2: add set_timeout()
` [PATCH V19 14/22] mmc: sdhci-uhs2: add set_ios()
` [PATCH V19 15/22] mmc: sdhci-uhs2: add uhs2_control() to initialise the interface
` [PATCH V19 16/22] mmc: sdhci-uhs2: add request() and others
` [PATCH V19 17/22] mmc: sdhci-uhs2: add irq() "
` [PATCH V19 18/22] mmc: sdhci-uhs2: add add_host() and others to set up the driver
` [PATCH V19 19/22] mmc: sdhci-uhs2: add pre-detect_init hook
` [PATCH V19 20/22] mmc: sdhci-pci: add UHS-II support framework
` [PATCH V19 21/22] mmc: sdhci-pci-gli: enable UHS-II mode for GL9755
` [PATCH V19 22/22] mmc: sdhci-pci-gli: enable UHS-II mode for GL9767

[PATCH -next] mmc: sdhci-cadence: Annotate struct sdhci_cdns_phy_param with __counted_by()
 2024-09-05  1:10 UTC  (4+ messages)

[PATCH 0/1] dt-bindings: mmc: Add support for rk3576 eMMC
 2024-09-04 14:25 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH v5 0/9] Add SDUC Support
 2024-09-04 11:17 UTC  (8+ messages)
` [PATCH v5 3/9] mmc: core: Add open-ended Ext memory addressing

[PATCH] Documentation: mmc: Add mmc-test doc
 2024-09-03 13:22 UTC  (5+ messages)

[PATCH 1/2] mmc: block: add RPMB dependency
 2024-09-03 12:37 UTC  (5+ messages)
` [PATCH 2/2] optee: "

[PATCH] mmc: core Convert UNSTUFF_BITS macro to inline function
 2024-09-03 12:37 UTC  (2+ messages)

[PATCH v4] dt-bindings: mmc: sdhci-atmel: Convert to json schema
 2024-09-03 12:37 UTC  (3+ messages)

[PATCH] mmc: core: convert simple_stroul to kstroul
 2024-09-03 12:37 UTC  (2+ messages)

[PATCH] mmc: core: Calculate size from pointer
 2024-09-03 12:37 UTC  (2+ messages)

[PATCH v2 0/2] mmc: cqhci: Fix for check CQHCI_HALT state
 2024-09-03 12:37 UTC  (7+ messages)
  ` [PATCH v2 1/2] mmc: cqhci: Fix checking of "
  ` [PATCH v2 2/2] cqhci-core: Make use cqhci_halted() routine

[PATCH] mmc:sd:Replace the argument of mmc_sd_switch with the already declared define
 2024-09-03 12:37 UTC  (2+ messages)

[PATCH v5 0/3] Add dw_mmc support for rk3576
 2024-09-03 12:37 UTC  (3+ messages)

[PATCH v3 04/11] dt-bindings: mfd: syscon: Add rk3576 QoS register compatible
 2024-09-03 12:09 UTC  (4+ messages)
  ` (subset) "
` [PATCH v3 06/11] dt-bindings: mmc: Add support for rk3576 eMMC

Request for Quote and Meeting Availability
 2024-09-03 11:11 UTC 

Request for Quote and Meeting Availability
 2024-09-03 10:14 UTC 

[PATCH v3 0/2] Update sdhci-atmel dt-binding documentation
 2024-09-02 10:40 UTC  (9+ messages)
` [PATCH v3 1/2] dt-bindings: mmc: sdhci-atmel: Convert to json schema
` [PATCH v3 2/2] dt-bindings: mmc: atmel,sama5d2-sdhci: Add sama7d65 compatible

[PATCH v3 0/2] Add retry tuning sequence
 2024-09-02 10:19 UTC  (3+ messages)
` [PATCH v3 1/2] mmc: sdhci_am654: Add retry tuning

[PATCH v2 0/2] Update sdhci-atmel dt-binding documentation
 2024-08-30 14:18 UTC  (7+ messages)
` [PATCH v2 1/2] dt-bindings: mmc: sdhci-atmel: Convert to json schema
` [PATCH v2 2/2] dt-bindings: mmc: atmel,sama5d2-sdhci: Add sama7d65 compatible

[PATCH 0/9] mmc: convert to devm_clk_get_enabled() API
 2024-08-30 10:27 UTC  (3+ messages)

[PATCH 0/2] Update sdhci-atmel dt-binding documentation
 2024-08-30  8:14 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: mmc: sdhci-atmel: Convert to json schema
` [PATCH 2/2] dt-bindings: mmc: atmel,sama5d2-sdhci: Add sama7d65 compatible

[PATCH v2 00/12] Add device tree for ArmSoM Sige 5 board
 2024-08-29 11:52 UTC  (4+ messages)
` [PATCH v2 09/12] dt-bindings: watchdog: Add rockchip,rk3576-wdt compatible

[PATCH v5 1/3] dt-bindings: mmc: Add support for rk3576 dw-mshc
 2024-08-29 11:46 UTC  (6+ messages)
` [PATCH v5 2/3] mmc: dw_mmc-rockchip: Add internal phase support
` [PATCH v5 3/3] mmc: dw_mmc-rockchip: Add support for rk3576 SoCs


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox