linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/27] mmc: Remove the deprecated APIs mmc_suspend|resume_host
@ 2013-09-26 14:54 Ulf Hansson
  2013-09-26 14:54 ` [PATCH 01/27] mmc: atmel-mci: Remove redundant suspend and resume callbacks Ulf Hansson
                   ` (26 more replies)
  0 siblings, 27 replies; 40+ messages in thread
From: Ulf Hansson @ 2013-09-26 14:54 UTC (permalink / raw)
  To: linux-kernel, linux-mmc, Chris Ball; +Cc: Ulf Hansson

This patchset is removing the use of the deprecated APIs from each and every
host driver. The final patch then removes the acutal APIs from mmc core.

I hope to collect acks from each maintainer and then try to merge this through
Chris tree, unless anybody has a better suggestion for the way forward.

Ulf Hansson (27):
  mmc: atmel-mci: Remove redundant suspend and resume callbacks
  mmc: au1xmmc: Move away from using deprecated APIs
  mmc: bfin_sdh: Move away from using deprecated APIs
  mmc: cb710: Move away from using deprecated APIs
  mmc: davinci_mmc: Move away from using deprecated APIs
  mmc: dw_mmc: Move away from using deprecated APIs
  mmc: jz4740: Move away from using deprecated APIs
  mmc: msm_sdcc: Move away from using deprecated APIs
  mmc: mvsdio: Remove redundant suspend and resume callbacks
  mmc: vub300: Remove redundant suspend and resume callbacks
  mmc: sdhci: Move away from using deprecated APIs
  mmc: tifm_sd: Move away from using deprecated APIs
  mmc: omap: Remove redundant suspend and resume callbacks
  mmc: omap_hsmmc: Move away from using deprecated APIs
  mmc: mxs-mmc: Move away from using deprecated APIs
  mmc: mxcmmc: Move away from using deprecated APIs
  mmc: wmt-sdmmc: Move away from using deprecated APIs
  mmc: s3cmci: Remove redundant suspend and resume callbacks
  mmc: pxamci: Remove redundant suspend and resume callbacks
  mmc: wbsd: Move away from using deprecated APIs
  mmc: rtsx: Remove redundant suspend and resume callbacks
  mmc: sdricoh_cs: Move away from using deprecated APIs
  mmc: sh_mmcif: Move away from using deprecated APIs
  mmc: tmio: Move away from using deprecated APIs
  mmc: via-sdmmc: Move away from using deprecated APIs
  mmc: mmci: Move away from using deprecated APIs
  mmc: core: Remove deprecated mmc_suspend|resume_host APIs

 drivers/mmc/core/core.c           |   22 -------------
 drivers/mmc/host/atmel-mci.c      |   61 -------------------------------------
 drivers/mmc/host/au1xmmc.c        |    7 +----
 drivers/mmc/host/bfin_sdh.c       |   12 +-------
 drivers/mmc/host/cb710-mmc.c      |   10 +-----
 drivers/mmc/host/davinci_mmc.c    |   26 +++-------------
 drivers/mmc/host/dw_mmc.c         |   21 -------------
 drivers/mmc/host/jz4740_mmc.c     |    4 ---
 drivers/mmc/host/mmci.c           |   17 +++--------
 drivers/mmc/host/msm_sdcc.c       |   27 ++--------------
 drivers/mmc/host/mvsdio.c         |   29 ------------------
 drivers/mmc/host/mxcmmc.c         |   12 ++------
 drivers/mmc/host/mxs-mmc.c        |   12 ++------
 drivers/mmc/host/omap.c           |   53 --------------------------------
 drivers/mmc/host/omap_hsmmc.c     |   37 ++--------------------
 drivers/mmc/host/pxamci.c         |   32 -------------------
 drivers/mmc/host/rtsx_pci_sdmmc.c |   33 --------------------
 drivers/mmc/host/s3cmci.c         |   29 ------------------
 drivers/mmc/host/sdhci.c          |   20 ++----------
 drivers/mmc/host/sdricoh_cs.c     |    3 --
 drivers/mmc/host/sh_mmcif.c       |   10 ++----
 drivers/mmc/host/tifm_sd.c        |    4 +--
 drivers/mmc/host/tmio_mmc_pio.c   |    9 ++----
 drivers/mmc/host/via-sdmmc.c      |    7 +----
 drivers/mmc/host/vub300.c         |   30 ------------------
 drivers/mmc/host/wbsd.c           |   33 +++-----------------
 drivers/mmc/host/wmt-sdmmc.c      |   27 ++++++----------
 include/linux/mmc/host.h          |    3 --
 28 files changed, 46 insertions(+), 544 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2013-10-23 11:17 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-26 14:54 [PATCH 00/27] mmc: Remove the deprecated APIs mmc_suspend|resume_host Ulf Hansson
2013-09-26 14:54 ` [PATCH 01/27] mmc: atmel-mci: Remove redundant suspend and resume callbacks Ulf Hansson
2013-09-26 14:54 ` [PATCH 02/27] mmc: au1xmmc: Move away from using deprecated APIs Ulf Hansson
2013-09-26 14:54 ` [PATCH 03/27] mmc: bfin_sdh: " Ulf Hansson
2013-10-08  3:05   ` Sonic Zhang
2013-09-26 14:54 ` [PATCH 04/27] mmc: cb710: " Ulf Hansson
2013-09-27 16:08   ` Michał Mirosław
2013-09-26 14:54 ` [PATCH 05/27] mmc: davinci_mmc: " Ulf Hansson
2013-09-26 14:54 ` [PATCH 06/27] mmc: dw_mmc: " Ulf Hansson
2013-10-23 11:17   ` Seungwon Jeon
2013-09-26 14:54 ` [PATCH 07/27] mmc: jz4740: " Ulf Hansson
2013-09-26 14:54 ` [PATCH 08/27] mmc: msm_sdcc: " Ulf Hansson
2013-09-26 20:58   ` David Brown
2013-09-26 14:54 ` [PATCH 09/27] mmc: mvsdio: Remove redundant suspend and resume callbacks Ulf Hansson
2013-09-26 15:40   ` Nicolas Pitre
2013-09-27  8:55     ` Ulf Hansson
2013-09-26 14:54 ` [PATCH 10/27] mmc: vub300: " Ulf Hansson
2013-09-27 16:22   ` Alan Stern
2013-09-30  8:24     ` Ulf Hansson
2013-09-26 14:54 ` [PATCH 11/27] mmc: sdhci: Move away from using deprecated APIs Ulf Hansson
2013-09-26 14:54 ` [PATCH 12/27] mmc: tifm_sd: " Ulf Hansson
2013-09-26 14:54 ` [PATCH 13/27] mmc: omap: Remove redundant suspend and resume callbacks Ulf Hansson
2013-09-26 14:54 ` [PATCH 14/27] mmc: omap_hsmmc: Move away from using deprecated APIs Ulf Hansson
2013-10-10 14:06   ` Balaji T K
2013-09-26 14:54 ` [PATCH 15/27] mmc: mxs-mmc: " Ulf Hansson
2013-09-27  1:30   ` Shawn Guo
2013-09-26 14:54 ` [PATCH 16/27] mmc: mxcmmc: " Ulf Hansson
2013-09-27  7:19   ` Sascha Hauer
2013-09-26 14:54 ` [PATCH 17/27] mmc: wmt-sdmmc: " Ulf Hansson
2013-09-26 14:54 ` [PATCH 18/27] mmc: s3cmci: Remove redundant suspend and resume callbacks Ulf Hansson
2013-09-26 14:54 ` [PATCH 19/27] mmc: pxamci: " Ulf Hansson
2013-09-26 14:54 ` [PATCH 20/27] mmc: wbsd: Move away from using deprecated APIs Ulf Hansson
2013-09-26 14:54 ` [PATCH 21/27] mmc: rtsx: Remove redundant suspend and resume callbacks Ulf Hansson
2013-09-26 14:54 ` [PATCH 22/27] mmc: sdricoh_cs: Move away from using deprecated APIs Ulf Hansson
2013-09-29 17:56   ` Sascha Sommer
2013-09-26 14:54 ` [PATCH 23/27] mmc: sh_mmcif: " Ulf Hansson
2013-09-26 14:54 ` [PATCH 24/27] mmc: tmio: " Ulf Hansson
2013-09-26 14:54 ` [PATCH 25/27] mmc: via-sdmmc: " Ulf Hansson
2013-09-26 14:54 ` [PATCH 26/27] mmc: mmci: " Ulf Hansson
2013-09-26 14:54 ` [PATCH 27/27] mmc: core: Remove deprecated mmc_suspend|resume_host APIs Ulf Hansson

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).