Linux MultiMedia Card development
 help / color / mirror / Atom feed
 messages from 2023-03-23 11:17:09 to 2023-04-01 17:00:33 UTC [more...]

[PATCH V1 0/2] Introduce new vendor op and export few symbols
 2023-04-01 16:57 UTC  (3+ messages)
` [PATCH V1 1/2] mmc: core: Define new vendor ops to enable internal features
` [PATCH V1 2/2] mmc: core: Export core functions to let vendors use for their features

BUG: memstick_check() memleak in kernel 6.1.0+ introduced pre 4.17
 2023-04-01 14:56 UTC  (16+ messages)
` BUG FIX: [PATCH v1] "
  ` BUG FIX: [PATCH RFC v2] "
      ` BUG FIX: [PATCH RFC v3] "
                ` BUG FIX: [PATCH RFC v3] [TESTED OK] "

sdhci_am654 and runtime-pm issues
 2023-04-01 13:16 UTC 

[PATCH RFC 0/13] Fix deferred probing in the MMC/SD drivers
 2023-04-01  6:38 UTC  (3+ messages)
` [PATCH RFC 02/13] mmc: meson-gx: fix deferred probing

[PATCH v12 15/15] soc: amd: Add support for AMD Pensando SoC Controller
 2023-03-31 22:26 UTC  (2+ messages)

[PATCH v4 00/11] Improve the MT8365 SoC and EVK board support
 2023-03-31 18:45 UTC  (14+ messages)
` [PATCH v4 01/11] dt-bindings: watchdog: mediatek,mtk-wdt: add mt8365
` [PATCH v4 02/11] dt-bindings: pinctrl: mediatek,mt8365-pinctrl: add drive strength property
` [PATCH v4 03/11] arm64: dts: mediatek: add watchdog support for mt8365 SoC
` [PATCH v4 04/11] arm64: dts: mediatek: add mt6357 PMIC support for mt8365-evk
` [PATCH v4 05/11] arm64: dts: mediatek: add mmc "
` [PATCH v4 06/11] arm64: dts: mediatek: set vmc regulator as always on
` [PATCH v4 07/11] arm64: dts: mediatek: add usb controller support for mt8365-evk
` [PATCH v4 08/11] arm64: dts: mediatek: add ethernet "
` [PATCH v4 09/11] arm64: dts: mediatek: add OPP support for mt8365 SoC
` [PATCH v4 10/11] arm64: dts: mediatek: add cpufreq support for mt8365-evk
` [PATCH v4 11/11] arm64: dts: mediatek: Add CPU Idle support

[PATCH] mmc: inline the first mmc_scan() on mmc_start_host()
 2023-03-31 18:23 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v3] mmc: sdhci_am654: Add support for PM suspend/resume
 2023-03-31 14:31 UTC  (4+ messages)

[PATCH v3 00/17] Improve the MT8365 SoC and EVK board support
 2023-03-31 12:05 UTC  (50+ messages)
` [PATCH v3 01/17] dt-bindings: watchdog: mediatek,mtk-wdt: add mt8365
` [PATCH v3 02/17] dt-bindings: pinctrl: mediatek,mt8365-pinctrl: add drive strength property
` [PATCH v3 03/17] arm64: dts: mediatek: Increase the size BL31 reserved memory
` [PATCH v3 04/17] arm64: dts: mediatek: add watchdog support for mt8365 SoC
` [PATCH v3 05/17] arm64: dts: mediatek: add mt6357 device-tree
` [PATCH v3 06/17] arm64: dts: mediatek: add pwrap support to mt8365 SoC
` [PATCH v3 07/17] arm64: dts: mediatek: add mt6357 PMIC support for mt8365-evk
` [PATCH v3 08/17] arm64: dts: mediatek: add mmc support for mt8365 SoC
` [PATCH v3 09/17] arm64: dts: mediatek: add mmc support for mt8365-evk
` [PATCH v3 10/17] arm64: dts: mediatek: set vmc regulator as always on
` [PATCH v3 11/17] arm64: dts: mediatek: add usb controller support for mt8365-evk
` [PATCH v3 12/17] arm64: dts: mediatek: add ethernet support for mt8365 SoC
` [PATCH v3 13/17] arm64: dts: mediatek: add ethernet support for mt8365-evk
` [PATCH v3 14/17] arm64: dts: mediatek: add OPP support for mt8365 SoC
` [PATCH v3 15/17] arm64: dts: mediatek: add cpufreq support for mt8365-evk
` [PATCH v3 16/17] arm64: dts: mediatek: fix systimer properties
` [PATCH v3 17/17] arm64: dts: mediatek: Add CPU Idle support

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

[PATCH v4 0/4] StarFive's SDIO/eMMC driver support
 2023-03-31  9:33 UTC  (5+ messages)
` [PATCH v4 2/4] mmc: starfive: Add sdio/emmc "

[PATCH v2 0/2] mmc: sdhci-of-arasan: Add eMMC5.1 support for Xilinx Versal Net
 2023-03-31  8:50 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: mmc: arasan,sdci: Add Xilinx Versal Net compatible
` [PATCH v2 2/2] mmc: sdhci-of-arasan: Add support for eMMC5.1 on Xilinx Versal Net platform

[PATCH] mmc: allow mmc to block wait_for_device_probe()
 2023-03-31  7:30 UTC  (4+ messages)

[PATCH v4 0/7] Add dedicated Qcom ICE driver
 2023-03-31  5:13 UTC  (22+ messages)
` [PATCH v4 1/7] dt-bindings: crypto: Add Qualcomm Inline Crypto Engine
` [PATCH v4 2/7] dt-bindings: mmc: sdhci-msm: Add ICE phandle
` [PATCH v4 3/7] dt-bindings: ufs: qcom: "
` [PATCH v4 4/7] soc: qcom: Make the Qualcomm UFS/SDCC ICE a dedicated driver
` [PATCH v4 5/7] scsi: ufs: ufs-qcom: Switch to the new ICE API
` [PATCH v4 6/7] mmc: sdhci-msm: "
` [PATCH v4 7/7] arm64: dts: qcom: sm8550: Add the Inline Crypto Engine node

Słowa kluczowe do wypozycjonowania
 2023-03-28  7:45 UTC 

[PATCH 0/2] mmc: sdhci-of-arasan: Add eMMC5.1 support for Xilinx Versal Net
 2023-03-28  7:37 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: mmc: arasan,sdci: Add Xilinx Versal Net compatible
` [PATCH 2/2] mmc: sdhci-of-arasan: Add support for eMMC5.1 on Xilinx Versal Net platform

[PATCH] dt-bindings: mmc: fsl-imx-esdhc: ref sdhci-common.yaml
 2023-03-28  6:07 UTC 

[PATCH] mmc: core: remove unnecessary (void*) conversions
 2023-03-28  3:10 UTC  (7+ messages)
  ` [PATCH v2] "

Re: [PATCH] mmc: core: remove unnecessary (void*) conversions
 2023-03-27 10:28 UTC  (2+ messages)

[PATCH v3 0/9] rtw88: Add SDIO support
 2023-03-27  9:11 UTC  (8+ messages)
` [PATCH v3 2/9] wifi: rtw88: sdio: Add HCI implementation for SDIO based chipsets
` [PATCH v3 6/9] mmc: sdio: add Realtek SDIO vendor ID and various wifi device IDs

[RFC PATCH v3 0/7] Add dedicated Qcom ICE driver
 2023-03-24 20:08 UTC  (4+ messages)
` [RFC PATCH v3 4/7] soc: qcom: Make the Qualcomm UFS/SDCC ICE a dedicated driver

[PATCH] mmc: core: log empty non-removable slots
 2023-03-24 15:56 UTC  (4+ messages)

[PATCH v3 0/6] mmc: sdhci-cadence: SD6 controller support
 2023-03-24 15:19 UTC  (9+ messages)
` [PATCH v3 2/6] mmc: sdhci-cadence: Restructure the code
` [PATCH v3 5/6] dt-bindings: mmc: sdhci-cadence: SD6 support

[PATCH v2 0/2] MMC: add NPCM SDHCI driver support
 2023-03-23 12:19 UTC  (4+ messages)
` [PATCH v2 2/2] mmc: sdhci-npcm: Add NPCM SDHCI driver

[PATCH] mmc: sdhci-of-esdhc: fix quirk to ignore command inhibit for data
 2023-03-23 12:13 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] dt-bindings: mmc: fujitsu: Add Socionext Synquacer
 2023-03-23 12:13 UTC  (2+ messages)

[PATCH v2 0/4] Remove Intel Thunder Bay emmc patches
 2023-03-23 12:13 UTC  (5+ messages)
` [PATCH v2 1/4] mmc: sdhci-of-arasan: Remove Intel Thunder Bay SOC support
` [PATCH v2 2/4] dt-bindings: mmc: Remove bindings for Intel Thunder Bay SoC"

[PATCH] mmc: sdricoh_cs: remove unused sdricoh_readw function
 2023-03-23 12:13 UTC  (2+ messages)

[PATCH v2] mmc: sdhci_am654: Set HIGH_SPEED_ENA for SDR12 and SDR25
 2023-03-23 12:13 UTC  (2+ messages)

[PATCH -next] mmc: jz4740: Use devm_platform_get_and_ioremap_resource()
 2023-03-23 12:13 UTC  (2+ messages)

[PATCH -next] mmc: omap: Use devm_platform_get_and_ioremap_resource()
 2023-03-23 12:13 UTC  (2+ messages)

[PATCH -next] mmc: usdhi6rol0: Use devm_platform_get_and_ioremap_resource()
 2023-03-23 12:13 UTC  (2+ messages)

[PATCH -next] mmc: owl-mmc: Use devm_platform_get_and_ioremap_resource()
 2023-03-23 12:12 UTC  (2+ messages)

[PATCH -next] mmc: sdhci-of-aspeed: Use devm_platform_get_and_ioremap_resource()
 2023-03-23 12:12 UTC  (2+ messages)

[PATCH -next] mmc: dw_mmc-pltfm: Use devm_platform_get_and_ioremap_resource()
 2023-03-23 12:12 UTC  (2+ messages)

[PATCH v2] mmc: sdhci: drop useless sdhci_get_compatibility() !OF stub
 2023-03-23 12:12 UTC  (2+ messages)

[PATCH 0/6] QCM2290 compatibles
 2023-03-23 12:12 UTC  (3+ messages)
` [PATCH 4/6] dt-bindings: mmc: sdhci-msm: Document QCM2290 SDHCI

[PATCH 0/2] mmc: add and use helpers mmc_regulator_enable/disable_vqmmc
 2023-03-23 12:12 UTC  (2+ messages)

[PATCH] mmc: meson-gx: simplify usage of mmc_regulator_set_ocr
 2023-03-23 12:12 UTC  (2+ messages)


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