public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] mmc: sdhci: refactor PM in sdhci-pltfm add support PM for cadence port
@ 2017-08-03  1:44 Masahiro Yamada
  2017-08-03  1:44 ` [PATCH v2 1/4] mmc: sdhci: enable/disable the clock in sdhci_pltfm_suspend/resume Masahiro Yamada
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Masahiro Yamada @ 2017-08-03  1:44 UTC (permalink / raw)
  To: linux-mmc
  Cc: Barry Song, Florian Fainelli, Al Cooper, Adrian Hunter,
	linux-kernel, Masahiro Yamada, bcm-kernel-feedback-list,
	Gregory Fong, Ulf Hansson, Brian Norris, linux-arm-kernel,
	Piotr Sroka


[1] adds clk handling for suspend/resume hooks of sdhci-pltfm.
    This also cleans up sdhci-brcmstb.c and sdhci-sirf.c

[2] Drop unneeded #ifdef CONFIG_PM, which will be used by [4]

[3] exports suspend / resume, which will be used by [4]

[4] implements suspend / resume for sdhci-cadence.c



Masahiro Yamada (4):
  mmc: sdhci: enable/disable the clock in sdhci_pltfm_suspend/resume
  mmc: sdhci: remove #indef CONFIG_PM around function declarations
  mmc: sdhci-pltfm: export sdhci_pltfm_suspend/resume
  mmc: sdhci-cadence: add suspend / resume support

 drivers/mmc/host/sdhci-brcmstb.c | 37 +------------------
 drivers/mmc/host/sdhci-cadence.c | 77 +++++++++++++++++++++++++++++++++++-----
 drivers/mmc/host/sdhci-pltfm.c   | 22 ++++++++++--
 drivers/mmc/host/sdhci-pltfm.h   |  2 ++
 drivers/mmc/host/sdhci-sirf.c    | 39 +-------------------
 drivers/mmc/host/sdhci.h         |  4 ---
 6 files changed, 91 insertions(+), 90 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-08-15  6:53 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-03  1:44 [PATCH v2 0/4] mmc: sdhci: refactor PM in sdhci-pltfm add support PM for cadence port Masahiro Yamada
2017-08-03  1:44 ` [PATCH v2 1/4] mmc: sdhci: enable/disable the clock in sdhci_pltfm_suspend/resume Masahiro Yamada
2017-08-14 10:28   ` Adrian Hunter
2017-08-14 10:28   ` Adrian Hunter
2017-08-03  1:44 ` [PATCH v2 2/4] mmc: sdhci: remove #indef CONFIG_PM around function declarations Masahiro Yamada
2017-08-14 10:29   ` Adrian Hunter
2017-08-03  1:44 ` [PATCH v2 3/4] mmc: sdhci-pltfm: export sdhci_pltfm_suspend/resume Masahiro Yamada
2017-08-03  1:44 ` [PATCH v2 4/4] mmc: sdhci-cadence: add suspend / resume support Masahiro Yamada
2017-08-14 10:53   ` Adrian Hunter
2017-08-14 15:28     ` Masahiro Yamada
2017-08-15  6:46       ` Adrian Hunter

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