Re: [PATCH v3 3/3] Bluetooth: hci_qca: Add serdev support

From: Thierry Escande
Date: Wed Mar 14 2018 - 04:48:22 EST


On 13/03/2018 21:57, Andy Shevchenko wrote:
On Tue, Mar 13, 2018 at 8:38 PM, Thierry Escande
<thierry.escande@xxxxxxxxxx> wrote:
Add support for Qualcomm serial slave devices. Probe the serial device,
retrieve its maximum speed and register a new hci uart device.

config BT_HCIUART_QCA
bool "Qualcomm Atheros protocol support"
- depends on BT_HCIUART
+ depends on BT_HCIUART_SERDEV

Consider to address Loic's comments.

+#include <linux/of.h>

This is still here. Why?

I forgot that one. This was for struct of_device_id. I'll replace it with mod_devicetable.h.

Regards,
Thierry