]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Bluetooth: hci_bcm4377: Use generic power management
authorVaibhav Gupta <vaibhavgupta40@gmail.com>
Wed, 10 Dec 2025 23:21:09 +0000 (23:21 +0000)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 29 Jan 2026 18:22:42 +0000 (13:22 -0500)
commit502a5731d3538b9b00fc7edea3aaf378bf916b96
tree45f09d4f7dfc2946fafd92e9095648c95c7ad846
parent2630bcc8343a9d2a38dc1793068e6754b3156811
Bluetooth: hci_bcm4377: Use generic power management

Switch to the generic PCI power management framework and remove legacy
callbacks like .suspend() and .resume(). With the generic framework, the
standard PCI related work like:
        - pci_save/restore_state()
        - pci_enable/disable_device()
        - pci_set_power_state()
is handled by the PCI core and this driver should implement only
hci_bcm4377 specific operations in its respective callback functions.

Signed-off-by: Vaibhav Gupta <vaibhavgupta40@gmail.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/hci_bcm4377.c