commit | e88ab30d3669f08e94e66e7f926713be93af97fc | [log] [tgz] |
---|---|---|
author | Frederic Danis <frederic.danis@linux.intel.com> | Wed Sep 23 18:18:11 2015 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Sep 24 16:25:44 2015 +0200 |
tree | 34f074a384a4965259f81ee045b022e9c615f8eb | |
parent | 7649faff1cfe4f76dabf78cd53d659d39f65b3c1 [diff] |
Bluetooth: hci_bcm: Add suspend/resume runtime PM functions Adds autosuspend runtime functionality to BCM UART driver. Autosuspend is enabled at end of bcm_setup. bcm_device_lock is used for system sleep functions as they can be called at any time. bcm_device_lock is not held for runtime suspend functions as this is only enabled as long as platform device is opened. Signed-off-by: Frederic Danis <frederic.danis@linux.intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>