Bluetooth: hci_intel: Add runtime PM support
authorLoic Poulain <loic.poulain@intel.com>
Wed, 2 Sep 2015 10:04:13 +0000 (12:04 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 17 Sep 2015 11:20:02 +0000 (13:20 +0200)
commit74cdad37cd2410c5cec2160d031e04577948aff0
treea48b047d91ff2345d41610a3a37ce5c40070aaf6
parentaa6802df09fe324c2c19d75ab1a9a001cd7e4d4a
Bluetooth: hci_intel: Add runtime PM support

Implement runtime PM suspend/resume callbacks.
If LPM supported, controller is put into supsend after a delay of
inactivity (1s). Inactivity is based on LPM idle notification and
host TX traffic.

Signed-off-by: Loic Poulain <loic.poulain@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_intel.c