All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add DesignWare Mobile mmc driver
@ 2023-09-06  9:28 Jyan Chou
  2023-09-06  9:28 ` [PATCH 1/3] [01/03] mmc: solve DMA boundary limitation of CQHCI driver Jyan Chou
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jyan Chou @ 2023-09-06  9:28 UTC (permalink / raw)
  To: adrian.hunter, ulf.hansson, jh80.chung
  Cc: linux-mmc, linux-kernel, james.tai, jyanchou

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-10-18  6:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-06  9:28 [PATCH 0/3] Add DesignWare Mobile mmc driver Jyan Chou
2023-09-06  9:28 ` [PATCH 1/3] [01/03] mmc: solve DMA boundary limitation of CQHCI driver Jyan Chou
2023-09-06  9:28 ` [PATCH 2/3] [02/03] mmc: Add Synopsys DesignWare mmc cmdq host driver Jyan Chou
2023-10-10  7:04   ` Adrian Hunter
2023-10-18  6:17     ` Jyan Chou [周芷安]
2023-09-06  9:28 ` [PATCH 3/3] [03/03] mmc: Add dw mobile mmc cmdq rtk driver Jyan Chou

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.