commit | 7a6127e39a16c97b505f13352238567fdc3f79a2 | [log] [tgz] |
---|---|---|
author | Douglas Anderson <dianders@chromium.org> | Wed Apr 17 17:13:53 2019 -0700 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Fri May 03 09:13:47 2019 +0300 |
tree | 5b6362eba21c4b3b879fa074f2837bdc26a13620 | |
parent | 6f6d70597c15b2a406afa541517e6ad35f56a8a3 [diff] |
USB: Export usb_wakeup_enabled_descendants() In (e583d9d USB: global suspend and remote wakeup don't mix) we introduced wakeup_enabled_descendants() as a static function. We'd like to use this function in USB controller drivers to know if we should keep the controller on during suspend time, since doing so has a power impact. Signed-off-by: Douglas Anderson <dianders@chromium.org> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>