linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL FOR renesas-drivers] mmc: renesas-sdhi: refactor DMA support
@ 2017-05-10  9:50 Simon Horman
  2017-05-10 11:21 ` Geert Uytterhoeven
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Horman @ 2017-05-10  9:50 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: linux-renesas-soc

Hi Geert,

please consider pulling the refactoring of DMA support for SDHI (v2).

This pull request is based on mmc-v4.12.

As this pull request conflicts with recent work by Wolfram,
"[PULL REQUEST] renesas/topic/sdhi-cmd23 for renesas drivers",
I have provided a sample merge resolution at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git topic/sdhi-refactor-v2+sdhi-cmd23


The following changes since commit a627f025eb0534052ff451427c16750b3530634c:

  mmc: sdhci-of-esdhc: limit SD clock for ls1012a/ls1046a (2017-04-28 14:53:13 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git topic/sdhi-refactor-v2

for you to fetch changes up to 2156a07053f52c85fba8b715116b0241d5fca25b:

  mmc: renesas-sdhi: make renesas_sdhi_sys_dmac main module file (2017-05-09 15:19:55 +0200)

----------------------------------------------------------------
Simon Horman (6):
      mmc: tmio: drop filenames from comment at top of source
      mmc: renesas-sdhi, tmio: make dma more modular
      mmc: tmio: rename tmio_mmc_{pio => core}.c
      mmc: renesas-sdhi: rename tmio_mmc_dma.c => renesas_sdhi_sys_dmac.c
      mmc: renesas-sdhi: rename sh_mobile_sdhi.c => renesas_sdhi_core.c
      mmc: renesas-sdhi: make renesas_sdhi_sys_dmac main module file

 drivers/mmc/host/Kconfig                           |   4 +-
 drivers/mmc/host/Makefile                          |   4 +-
 drivers/mmc/host/renesas_sdhi.h                    |  39 ++++
 .../host/{sh_mobile_sdhi.c => renesas_sdhi_core.c} | 229 +++++----------------
 .../{tmio_mmc_dma.c => renesas_sdhi_sys_dmac.c}    | 164 +++++++++++++--
 drivers/mmc/host/tmio_mmc.c                        |  10 +-
 drivers/mmc/host/tmio_mmc.h                        |  53 ++---
 .../mmc/host/{tmio_mmc_pio.c => tmio_mmc_core.c}   |  51 ++++-
 8 files changed, 304 insertions(+), 250 deletions(-)
 create mode 100644 drivers/mmc/host/renesas_sdhi.h
 rename drivers/mmc/host/{sh_mobile_sdhi.c => renesas_sdhi_core.c} (68%)
 rename drivers/mmc/host/{tmio_mmc_dma.c => renesas_sdhi_sys_dmac.c} (58%)
 rename drivers/mmc/host/{tmio_mmc_pio.c => tmio_mmc_core.c} (97%)

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

end of thread, other threads:[~2017-05-10 11:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-10  9:50 [GIT PULL FOR renesas-drivers] mmc: renesas-sdhi: refactor DMA support Simon Horman
2017-05-10 11:21 ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).