• Chuanxiao.Dong's avatar
    mmc: sdhci-pci: remove PCI PM functions in suspend/resume callback · 6b91f2d4
    Chuanxiao.Dong authored
    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. Thus
    remove these PCI functions.
    
    For the device which has wake up capability, use device_init_wakeup to
    init the wake up capability so that PCI core will help to enable the wakeup
    for it.
    Signed-off-by: default avatarChuanxiao Dong <chuanxiao.dong@intel.com>
    Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
    6b91f2d4
sdhci-pci.c 37.7 KB