[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1693991785.git.jyanchou@realtek.com>
Date: Wed, 6 Sep 2023 17:28:04 +0800
From: Jyan Chou <jyanchou@...ltek.com>
To: <adrian.hunter@...el.com>, <ulf.hansson@...aro.org>,
<jh80.chung@...sung.com>
CC: <linux-mmc@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<james.tai@...ltek.com>, <jyanchou@...ltek.com>
Subject: [PATCH 0/3] Add DesignWare Mobile mmc driver
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
We added Synopsys DesignWare mmc cmdq driver and also added
Realtek mmc driver to make good use of it.
Jyan Chou (3):
[01/03] mmc: solve DMA boundary limitation of CQHCI driver
[02/03] mmc: Add Synopsys DesignWare mmc cmdq host driver
[03/03] mmc: Add dw mobile mmc cmdq rtk driver
drivers/mmc/host/Kconfig | 22 +
drivers/mmc/host/Makefile | 2 +
drivers/mmc/host/cqhci-core.c | 5 +
drivers/mmc/host/cqhci.h | 2 +
drivers/mmc/host/dw_mmc_cqe-rtk.c | 998 ++++++++++++++++++
drivers/mmc/host/dw_mmc_cqe-rtk.h | 159 +++
drivers/mmc/host/dw_mmc_cqe.c | 1634 +++++++++++++++++++++++++++++
drivers/mmc/host/dw_mmc_cqe.h | 443 ++++++++
8 files changed, 3265 insertions(+)
create mode 100644 drivers/mmc/host/dw_mmc_cqe-rtk.c
create mode 100644 drivers/mmc/host/dw_mmc_cqe-rtk.h
create mode 100644 drivers/mmc/host/dw_mmc_cqe.c
create mode 100644 drivers/mmc/host/dw_mmc_cqe.h
--
2.42.0
Powered by blists - more mailing lists