]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Bluetooth: hci_serdev: allow modular drivers
authorSebastian Reichel <sre@kernel.org>
Tue, 28 Mar 2017 15:59:37 +0000 (17:59 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 12 Apr 2017 20:12:17 +0000 (22:12 +0200)
commit081f36a8c2e0ae56f33ba6b12389b290a49b6508
tree840c0d0325b136f81a63733a72bf4b4467fbfd06
parent52b318e6196169e5ff8a52371833cd5a9dba05d1
Bluetooth: hci_serdev: allow modular drivers

For bluetooth protocol driver only supporting serdev it makes
sense to follow common practice and built them into their own
module.

Such modules need access to hci_uart_register_device and
hci_uart_tx_wakeup for using the common protocol helpers.

Signed-off-by: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_ldisc.c
drivers/bluetooth/hci_serdev.c