public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] mmc: sdhci: refactor PM in sdhci-pltfm add support PM for cadence port
@ 2017-08-23  4:14 Masahiro Yamada
  2017-08-23  4:15 ` [PATCH v4 1/4] mmc: sdhci-cadence: add suspend / resume support Masahiro Yamada
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Masahiro Yamada @ 2017-08-23  4:14 UTC (permalink / raw)
  To: linux-mmc
  Cc: Barry Song, Florian Fainelli, Kevin Hao, Scott Branden,
	Masahiro Yamada, Christian Daudt, Al Cooper, Adrian Hunter,
	linux-kernel, Hu Ziji, bcm-kernel-feedback-list, Zhangfei Gao,
	Gregory Fong, Olof Johansson, Ulf Hansson, Brian Norris,
	linux-arm-kernel, Piotr Sroka


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

[2] refactor sdhci-pxav2

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

[4] export sdhci_pltfm_suspend/resume to reduce code duplication


Masahiro Yamada (4):
  mmc: sdhci-cadence: add suspend / resume support
  mmc: sdhci-pxav2: switch to managed clk and sdhci_pltfm_unregister()
  mmc: sdhci: enable/disable the clock in sdhci_pltfm_suspend/resume
  mmc: sdhci-pltfm: export sdhci_pltfm_suspend/resume

 drivers/mmc/host/sdhci-brcmstb.c | 37 +----------------
 drivers/mmc/host/sdhci-cadence.c | 88 ++++++++++++++++++++++++++++++++++++----
 drivers/mmc/host/sdhci-pltfm.c   | 28 +++++++++++--
 drivers/mmc/host/sdhci-pltfm.h   |  2 +
 drivers/mmc/host/sdhci-pxav2.c   | 30 ++++----------
 drivers/mmc/host/sdhci-sirf.c    | 39 +-----------------
 6 files changed, 114 insertions(+), 110 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-08-30 13:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-23  4:14 [PATCH v4 0/4] mmc: sdhci: refactor PM in sdhci-pltfm add support PM for cadence port Masahiro Yamada
2017-08-23  4:15 ` [PATCH v4 1/4] mmc: sdhci-cadence: add suspend / resume support Masahiro Yamada
2017-08-28 10:11   ` Adrian Hunter
2017-08-23  4:15 ` [PATCH v4 2/4] mmc: sdhci-pxav2: switch to managed clk and sdhci_pltfm_unregister() Masahiro Yamada
2017-08-23  4:15 ` [PATCH v4 3/4] mmc: sdhci: enable/disable the clock in sdhci_pltfm_suspend/resume Masahiro Yamada
2017-08-28 10:34   ` Adrian Hunter
2017-08-28 15:35     ` Alan Cooper
2017-08-23  4:15 ` [PATCH v4 4/4] mmc: sdhci-pltfm: export sdhci_pltfm_suspend/resume Masahiro Yamada
2017-08-28 10:36   ` Adrian Hunter
2017-08-30 13:13 ` [PATCH v4 0/4] mmc: sdhci: refactor PM in sdhci-pltfm add support PM for cadence port Ulf Hansson

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