public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 00/11] mmc: rename mmc_retune_* to mmc_host_retune_*
@ 2025-04-25 11:13 Wolfram Sang
  2025-04-25 11:14 ` [PATCH 11/11] mmc: rename mmc_retune_needed() to mmc_host_retune_needed() Wolfram Sang
  2025-04-28  9:58 ` [PATCH 00/11] mmc: rename mmc_retune_* to mmc_host_retune_* Ulf Hansson
  0 siblings, 2 replies; 5+ messages in thread
From: Wolfram Sang @ 2025-04-25 11:13 UTC (permalink / raw)
  To: linux-mmc
  Cc: Wolfram Sang, Adrian Hunter, Alexandre Belloni, Aubin Constans,
	Ben Dooks, Claudiu Beznea, Eugen Hristev, Fabio Estevam,
	Haibo Chen, Hu Ziji, imx, Jaehoon Chung, linux-arm-kernel,
	linux-renesas-soc, Michal Simek, Nicolas Ferre, Patrice Chotard,
	Pengutronix Kernel Team, s32, Sascha Hauer, Shawn Guo,
	Ulf Hansson, Vignesh Raghavendra, Viresh Kumar

As discussed previously[1], here is the next set of MMC core function
renaming to indicate if an action is relevant for the host or for the
card. Local build tests went fine, buildbots were happy too.

[1] https://lore.kernel.org/r/CAPDyKFpsJpLre2bO9T7gsSthsta9f3JXoXTGZbjTjWVXH47gCw@mail.gmail.com

Wolfram Sang (11):
  mmc: rename mmc_retune_enable() to mmc_host_retune_enable()
  mmc: rename mmc_retune_disable() to mmc_host_retune_disable()
  mmc: rename mmc_retune_hold() to mmc_host_retune_hold()
  mmc: rename mmc_retune_release() to mmc_host_retune_release()
  mmc: rename mmc_retune() to mmc_host_retune()
  mmc: rename mmc_retune_pause() to mmc_host_retune_pause()
  mmc: rename mmc_retune_unpause() to mmc_host_retune_unpause()
  mmc: rename mmc_retune_clear() to mmc_host_retune_clear()
  mmc: rename mmc_retune_hold_now() to mmc_host_retune_hold_now()
  mmc: rename mmc_retune_recheck() to mmc_host_retune_recheck()
  mmc: rename mmc_retune_needed() to mmc_host_retune_needed()

 drivers/mmc/core/block.c           | 16 +++++++-------
 drivers/mmc/core/core.c            | 28 ++++++++++++------------
 drivers/mmc/core/host.c            | 34 +++++++++++++++---------------
 drivers/mmc/core/host.h            | 22 +++++++++----------
 drivers/mmc/core/mmc.c             |  8 +++----
 drivers/mmc/core/mmc_ops.c         | 12 +++++------
 drivers/mmc/core/mmc_test.c        |  4 ++--
 drivers/mmc/core/sdio.c            |  6 +++---
 drivers/mmc/core/sdio_io.c         |  4 ++--
 drivers/mmc/host/sdhci-acpi.c      |  4 ++--
 drivers/mmc/host/sdhci-esdhc-imx.c |  6 +++---
 drivers/mmc/host/sdhci-of-arasan.c |  2 +-
 drivers/mmc/host/sdhci-of-at91.c   |  2 +-
 drivers/mmc/host/sdhci-of-esdhc.c  |  2 +-
 drivers/mmc/host/sdhci-omap.c      |  2 +-
 drivers/mmc/host/sdhci-pci-core.c  |  6 +++---
 drivers/mmc/host/sdhci-pltfm.c     |  2 +-
 drivers/mmc/host/sdhci-pxav3.c     |  4 ++--
 drivers/mmc/host/sdhci-s3c.c       |  4 ++--
 drivers/mmc/host/sdhci-spear.c     |  2 +-
 drivers/mmc/host/sdhci-st.c        |  2 +-
 drivers/mmc/host/sdhci-xenon.c     |  2 +-
 drivers/mmc/host/sdhci.c           |  2 +-
 drivers/mmc/host/sdhci_am654.c     |  2 +-
 drivers/mmc/host/tmio_mmc_core.c   |  4 ++--
 include/linux/mmc/host.h           |  2 +-
 26 files changed, 92 insertions(+), 92 deletions(-)

-- 
2.47.2



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

end of thread, other threads:[~2025-04-29  9:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-25 11:13 [PATCH 00/11] mmc: rename mmc_retune_* to mmc_host_retune_* Wolfram Sang
2025-04-25 11:14 ` [PATCH 11/11] mmc: rename mmc_retune_needed() to mmc_host_retune_needed() Wolfram Sang
2025-04-28  9:58 ` [PATCH 00/11] mmc: rename mmc_retune_* to mmc_host_retune_* Ulf Hansson
2025-04-28 16:52   ` Wolfram Sang
2025-04-29  9:16     ` Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox