diff options
| author | Johan Hovold <[email protected]> | 2017-10-10 08:01:52 +0000 |
|---|---|---|
| committer | Marcel Holtmann <[email protected]> | 2017-10-10 08:06:26 +0000 |
| commit | 4294625e029028854596865be401b9c5c1f906ef (patch) | |
| tree | 9f32ff5e75a3826147be43e7c656cf10dac20a5b /net/unix/af_unix.c | |
| parent | Bluetooth: hci_bcm: Correct context of IRQ polarity message (diff) | |
| download | kernel-4294625e029028854596865be401b9c5c1f906ef.tar.gz kernel-4294625e029028854596865be401b9c5c1f906ef.zip | |
Bluetooth: avoid silent hci_bcm ACPI PM regression
The hci_bcm platform-device hack which was used to implement
power management for ACPI devices is being replaced by a
serial-device-bus implementation.
Unfortunately, when the corresponding change to the ACPI code lands (a
change that will stop enumerating and registering the serial-device-node
child as a platform device) PM will break silently unless serdev
TTY-port controller support has been enabled. Specifically, hciattach
(btattach) would still succeed, but power management would no longer
work.
Although this is strictly a runtime dependency, let's make the driver
depend on SERIAL_DEV_CTRL_TTYPORT, which is the particular serdev
controller implementation used by the ACPI devices currently managed by
this driver, to avoid breaking PM without anyone noticing.
Note that the driver already has a (build-time) dependency on the serdev
bus code.
Signed-off-by: Johan Hovold <[email protected]>
Signed-off-by: Marcel Holtmann <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
