[PATCHv3 08/10] Bluetooth: hci_serdev: allow modular drivers

2017-03-28 Thread Sebastian Reichel
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

[PATCHv3 08/10] Bluetooth: hci_serdev: allow modular drivers

2017-03-28 Thread Sebastian Reichel
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 --- New patch