• S
    usb: chipidea: msm: Mark device as runtime pm active · 2c8ea46d
    Stephen Boyd 提交于
    We're not properly marking the glue layer/wrapper device as
    runtime active, so runtime PM believes that the hardware state is
    inactive when we call pm_runtime_enable() in this driver. This
    causes a problem when the glue layer has a power domain
    associated with it, because runtime PM will go and disable the
    power domain to match the 'inactive' state of the device. Let's
    mark the device as active so that runtime PM doesn't improperly
    power down this device when it's actually active.
    Acked-by: NPeter Chen <peter.chen@nxp.com>
    Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Signed-off-by: NStephen Boyd <stephen.boyd@linaro.org>
    Signed-off-by: NPeter Chen <peter.chen@nxp.com>
    2c8ea46d
ci_hdrc_msm.c 3.0 KB