[PATCH v1 0/3]mmc: add runtime pm for mmc host stack

From: Chuanxiao Dong
Date: Fri Jan 14 2011 - 03:28:24 EST


Hi all,
These are the version 1 patches for enabling runtime power management for
mmc host driver stack.

Right now runtime pm in mmc driver stack can only care about the
power of SDIO card, not the host controller. Host controller also needs
runtime pm to save power.

MMC host can let the host device go into runtime suspended state when
there is no user request to deal, and wake up host device when there
comes one. MMC driver will manage the power of host controller like this
way.

patch1: implemented runtime pm for mmc host
patch2: implemented runtime pm for SDHCI host controller
patch3: Do not let mmc host clock gated when host is in runtime suspended
state.

Thanks
Chuanxiao
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/