]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Bluetooth: hci_bcm: Prepare PM runtime support
authorFrederic Danis <frederic.danis@linux.intel.com>
Wed, 23 Sep 2015 16:18:09 +0000 (18:18 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 24 Sep 2015 14:25:44 +0000 (16:25 +0200)
commitb7a622a249736b36c0bf4c3f986ed431281d5e98
treeb53ecfd0bb4942abc7ecfaddb338390acb38f1e2
parent5cebdfea32b89911d4540440c1c2854a1a3d591e
Bluetooth: hci_bcm: Prepare PM runtime support

Change some CONFIG_PM_SLEEP to CONFIG_PM as hu and is_suspended parameters
will be used during PM runtime callbacks.

Add bcm_suspend_device() and bcm_resume_device() which performs link
management for PM callbacks.
These functions will be used for runtime management.

Signed-off-by: Frederic Danis <frederic.danis@linux.intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_bcm.c