]> www.infradead.org Git - users/dwmw2/linux.git/commit
mmc: sdhci: add UHS-II module and add a kernel configuration
authorVictor Shih <victor.shih@genesyslogic.com.tw>
Fri, 18 Oct 2024 10:53:20 +0000 (18:53 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 24 Oct 2024 12:36:08 +0000 (14:36 +0200)
commit2af7dd8b64f2fd6ac84d2a3cffa24eaf1a00d7a6
treeb2070a6f77a1f10cea44271565948db3d7bc493e
parent928ad8caf2f22385a55fa899b56f83443e7d9a37
mmc: sdhci: add UHS-II module and add a kernel configuration

This patch adds sdhci-uhs2.c as a module for UHS-II support.
This is a skeleton for further development in this patch series.

This kernel configuration, CONFIG_MMC_SDHCI_UHS2, will be used
in the following commits to indicate UHS-II specific code in sdhci
controllers.

Signed-off-by: Ben Chuang <ben.chuang@genesyslogic.com.tw>
Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Signed-off-by: Victor Shih <victor.shih@genesyslogic.com.tw>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Message-ID: <20241018105333.4569-4-victorshihgli@gmail.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/Kconfig
drivers/mmc/host/Makefile
drivers/mmc/host/sdhci-uhs2.c [new file with mode: 0644]