linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-22 18:08:27 to 2024-02-03 14:21:35 UTC [more...]

[PATCH 0/9] rtw88: Add support for RTL8723CS/RTL8703B
 2024-02-03 14:20 UTC  (20+ messages)
` [PATCH 1/9] wifi: rtw88: Shared module for rtw8723x devices
` [PATCH 2/9] wifi: rtw88: Debug output for rtw8723x EFUSE
` [PATCH 3/9] wifi: rtw88: Add definitions for 8703b chip
` [PATCH 4/9] wifi: rtw88: Add rtw8703b.h
` [PATCH 5/9] wifi: rtw88: Add rtw8703b.c
` [PATCH 6/9] wifi: rtw88: Add rtw8703b_tables.h
` [PATCH 7/9] wifi: rtw88: Add rtw8703b_tables.c
` [PATCH 8/9] wifi: rtw88: Reset 8703b firmware before download
` [PATCH 9/9] wifi: rtw88: SDIO device driver for RTL8723CS

[PATCH V1 1/1] mmc: sdhci-pci-o2micro: Fix a warm reboot issue that disk can't be detected by BIOS
 2024-02-03 10:29 UTC 

[PATCH v2 0/4] Add 8qm SMMU information
 2024-02-02 22:28 UTC  (9+ messages)
` [PATCH v2 1/4] dt-bindings: mmc: fsl-imx-esdhc: add iommus property
` [PATCH v2 2/4] dt-bindings: net: fec: "
` [PATCH v2 3/4] arm64: dts: imx8qm: add smmu node
` [PATCH v2 4/4] arm64: dts: imx8qm: add smmu stream id information

[PATCH v1] mmc: sdhci: fix max req size based on spec
 2024-02-02 18:36 UTC  (3+ messages)

[PATCH] MAINTAINERS: Update bouncing @codeaurora addresses
 2024-02-02 16:30 UTC 

[PATCH v2 0/3] Replay Protected Memory Block (RPMB) subsystem
 2024-02-02 10:46 UTC  (12+ messages)
` [PATCH v2 1/3] rpmb: add "
` [PATCH v2 2/3] mmc: block: register RPMB partition with the RPMB subsystem
` [PATCH v2 3/3] optee: probe RPMB device using "

[RFC PATCH 00/13] Add tuning algorithm for delay chain
 2024-02-02 10:00 UTC  (26+ messages)
` [RFC PATCH 01/13] drivers: mmc: host: sdhci_am654: "
` [RFC PATCH 02/13] drivers: mmc: host: sdhci_am654: Write ITAPDLY for DDR52 timing
` [RFC PATCH 03/13] drivers: mmc: host: sdhci_am654: Add missing OTAP/ITAP enable
` [RFC PATCH 04/13] drivers: mmc: host: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clock
` [RFC PATCH 05/13] drivers: mmc: host: sdhci_am654: Fix ITAPDLY for HS400 timing
` [RFC PATCH 06/13] arm64: dts: ti: k3-am62a-main: Add sdhci0 instance
` [RFC PATCH 07/13] arm64: dts: ti: k3-am62a7-sk: Enable eMMC support
` [RFC PATCH 08/13] arm64: dts: ti: k3-am62a-main: Add sdhci2 instance
` [RFC PATCH 09/13] arm64: dts: ti: k3-am64-main: Update ITAP/OTAP values for MMC
` [RFC PATCH 10/13] arm64: dts: ti: k3-am62-main: "
` [RFC PATCH 11/13] arm64: dts: ti: k3-am62p: Add missing properties "
` [RFC PATCH 12/13] arm64: dts: ti: k3-am6*: Remove DLL properties for soft phys
` [RFC PATCH 13/13] arm64: dts: ti: k3-am6*: Reorganize MMC properties

[PATCH v1 0/5] Add tuning algorithm for delay chain
 2024-02-02  4:42 UTC  (12+ messages)
` [PATCH v1 1/5] mmc: sdhci_am654: "
` [PATCH v1 2/5] mmc: sdhci_am654: Write ITAPDLY for DDR52 timing
` [PATCH v1 3/5] mmc: sdhci_am654: Add missing OTAP/ITAP enable
` [PATCH v1 4/5] mmc: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clock
` [PATCH v1 5/5] mmc: sdhci_am654: Fix ITAPDLY for HS400 timing

sdhci-omap: issues with PM features since 5.16
 2024-02-02  4:36 UTC  (3+ messages)

[PATCH] mmc: pwrseq: Use proper reboot notifier path
 2024-02-01 22:56 UTC  (5+ messages)

[PATCH v2 00/33] spi: get rid of some legacy macros
 2024-02-01 21:47 UTC  (11+ messages)
` [PATCH v2 11/33] mmc: mmc_spi: Follow renaming of SPI "master" to "controller"

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

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

[PATCH] mmc: core Drop BLK_BOUNCE_HIGH
 2024-01-30 12:06 UTC  (4+ messages)

[PATCH] dt-bindings: mmc: fsl-imx-esdhc: add i.MX95 compatible string
 2024-01-30 12:06 UTC  (2+ messages)

[PATCH] mmc: core: Remove usage of the deprecated ida_simple_xx() API
 2024-01-30 12:06 UTC  (2+ messages)

[PATCH v2] mmc: renesas_sdhi: Fix change point of data handling
 2024-01-30  7:51 UTC  (8+ messages)

[PATCH V3 0/3] mmc: Add partial initialization support
 2024-01-29  6:50 UTC  (6+ messages)
` [PATCH V3 1/3] mmc: core: "

[PATCH v2 0/9] mmc: Use proper sg_miter for scatterlists
 2024-01-27 22:23 UTC  (13+ messages)
` [PATCH v2 1/9] mmc: davinci_mmc: Use sg_miter for PIO
` [PATCH v2 2/9] mmc: moxart-mmc: Factor out moxart_use_dma() helper
` [PATCH v2 3/9] mmc: moxart-mmc: Fix accounting in DMA transfer
` [PATCH v2 4/9] mmc: moxart-mmc: Use sg_miter for PIO
` [PATCH v2 5/9] mmc: mvsdio: "
` [PATCH v2 6/9] mmc: mxcmmc: "
` [PATCH v2 7/9] mmc: omap: "
` [PATCH v2 8/9] mmc: sdhci-esdhc-mcf: Use sg_miter for swapping
` [PATCH v2 9/9] mmc: sh_mmcif: Use sg_miter for PIO

[PATCH] mmc: core: Fix null pointer dereference in bus_shutdown
 2024-01-26  5:16 UTC  (3+ messages)

[PATCH 0/7] mmc: Try to do proper kmap_local() for scatterlists
 2024-01-25 23:18 UTC  (10+ messages)
` [PATCH 1/7] mmc: davinci_mmc: Map the virtual page for PIO
` [PATCH 2/7] mmc: moxart-mmc: "
` [PATCH 3/7] mmc: mvsdio: "
` [PATCH 4/7] mmc: mxcmmc: "
` [PATCH 5/7] mmc: omap: "
` [PATCH 6/7] mmc: sdhci-esdhc-mcf: Map the virtual page for swapping
` [PATCH 7/7] mmc: sh_mmcif: Map the virtual page for PIO

Regression in sdhci-pci-o2micro.c
 2024-01-25 20:36 UTC  (6+ messages)

[PATCH 2/2] blk-mq: ensure a q_usage_counter reference is held when splitting bios
 2024-01-24 16:35 UTC  (16+ messages)
    ` mmc vs highmem, was: "


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