On Sun, Mar 10, 2024 at 01:51:55AM +0800, Kongyang Liu wrote: > Add sdhci driver for cv1800b SoC. > > Signed-off-by: Kongyang Liu <seashell11234...@gmail.com> > --- > > Changes in v2: > - Refactored and simplified some of the code. > > drivers/mmc/Kconfig | 13 ++++ > drivers/mmc/Makefile | 1 + > drivers/mmc/cv1800b_sdhci.c | 116 ++++++++++++++++++++++++++++++++++++ > 3 files changed, 130 insertions(+) > create mode 100644 drivers/mmc/cv1800b_sdhci.c
Reviewed-by: Leo Yu-Chi Liang <ycli...@andestech.com>