All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/1] mmc: dw_mmc: Add runtime pm to dw_mmc
@ 2015-03-19 13:44 Karol Wrona
  2015-03-19 13:44 ` [PATCH v4 1/1] " Karol Wrona
  2015-04-09  8:31 ` [PATCH v4 0/1] " Karol Wrona
  0 siblings, 2 replies; 4+ messages in thread
From: Karol Wrona @ 2015-03-19 13:44 UTC (permalink / raw)
  To: Seungwon Jeon, Jaehoon Chung, linux-mmc, linux-kernel,
	Ulf Hansson
  Cc: Bartlomiej Zolnierkiewicz, Kyungmin Park, Karol Wrona,
	Karol Wrona

Hello,

This patch adds runtime pm for dw_mmc.  There is no runtime pm callbacks for
exynos dw_mmc because the host hardware gates interface clock itself and it is
done separately.  The reason for runtime is mainly get an info about host state
for now.

>From v1:
	- move all pm_runtime functions to dw_mmc.c
	- change runtime autosuspend timeout

>From v2:
	- rebase on next-20150306

>From v3:
	- add wrappers for pm_runtime put and get - bare ones are used only in
	probe/remove

Thanks,
Karol

Karol Wrona (1):
  mmc: dw_mmc: Add runtime pm to dw_mmc

 drivers/mmc/host/dw_mmc.c |  117 +++++++++++++++++++++++++++++++++++++++++----
 drivers/mmc/host/dw_mmc.h |    2 +
 2 files changed, 110 insertions(+), 9 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2015-04-09  9:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-19 13:44 [PATCH v4 0/1] mmc: dw_mmc: Add runtime pm to dw_mmc Karol Wrona
2015-03-19 13:44 ` [PATCH v4 1/1] " Karol Wrona
2015-04-09  9:43   ` Ulf Hansson
2015-04-09  8:31 ` [PATCH v4 0/1] " Karol Wrona

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.