]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mmc: loongson2: Add Loongson-2K SD/SDIO controller driver
authorBinbin Zhou <zhoubinbin@loongson.cn>
Tue, 24 Jun 2025 11:58:11 +0000 (19:58 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 3 Jul 2025 10:56:28 +0000 (12:56 +0200)
commit2115772014bdac368317e997ed15016cf2792665
tree0adb37fe68c48dc3a917066031e98e830c9f71c1
parentfe62ee33fcf9248530b4339a8cf9ec4c6147d3b4
mmc: loongson2: Add Loongson-2K SD/SDIO controller driver

The MMC controllers on the Loongson-2K series CPUs are similar,
except for the interface characteristics and the use of DMA controllers.

This patch describes the MMC controllers on the Loongson-2K0500/2K1000,
with the distinguishing feature being the use of an externally shared
APBDMA engine.

Signed-off-by: Binbin Zhou <zhoubinbin@loongson.cn>
Reviewed-by: Huacai Chen <chenhuacai@loongson.cn>
Link: https://lore.kernel.org/r/c0a9f0c0279d8e09165c6e2d694b0c35f7fc7e31.1750765495.git.zhoubinbin@loongson.cn
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
MAINTAINERS
drivers/mmc/host/Kconfig
drivers/mmc/host/Makefile
drivers/mmc/host/loongson2-mmc.c [new file with mode: 0644]