mmc: SDHCI: The driver should not put the device into a low-power state
authorChuanxiao Dong <chuanxiao.dong@intel.com>
Mon, 24 Oct 2011 05:59:20 +0000 (13:59 +0800)
committermgross <mark.gross@intel.com>
Wed, 9 Nov 2011 21:21:12 +0000 (13:21 -0800)
commit5b30b2d304f397a4079bccab2515c853df8f80b5
tree79530d9cd6d2ffdf69f8e7a3e02daa05b5614749
parent9046ef3f4bd2392ac70db3d21174fca989ddd586
mmc: SDHCI: The driver should not put the device into a low-power state

It is not required (in fact it even is not recommended) that a PCI driver's
suspend() callback save the standard configuration registers of the device,
prepare it for waking up the system, or put it into a low-power state.
All of these operations can very well be taken care of by the PCI subsystem,
without the driver's participation.

Change-Id: I69184088bda601739faf1436629805034c07241f
Signed-off-by: Chuanxiao Dong <chuanxiao.dong@intel.com>
Reviewed-on: http://android.intel.com:8080/23127
Reviewed-by: Gross, Mark <mark.gross@intel.com>
Tested-by: Gross, Mark <mark.gross@intel.com>
drivers/mmc/host/sdhci-pci.c