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

2018-03-13 Thread Loic Poulain
On 13 March 2018 at 17:03, Thierry Escande wrote: > From: Thierry Escande > > Add support for Qualcomm serial slave devices. Probe the serial device, > retrieve its maximum speed and register a new hci uart device. > > Signed-off-by:

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

2018-03-13 Thread Loic Poulain
On 13 March 2018 at 17:03, Thierry Escande wrote: > From: Thierry Escande > > Add support for Qualcomm serial slave devices. Probe the serial device, > retrieve its maximum speed and register a new hci uart device. > > Signed-off-by: Thierry Escande > --- > drivers/bluetooth/Kconfig | 2 +-

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

2018-03-13 Thread Thierry Escande
From: Thierry Escande Add support for Qualcomm serial slave devices. Probe the serial device, retrieve its maximum speed and register a new hci uart device. Signed-off-by: Thierry Escande --- drivers/bluetooth/Kconfig | 2 +-

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

2018-03-13 Thread Thierry Escande
From: Thierry Escande Add support for Qualcomm serial slave devices. Probe the serial device, retrieve its maximum speed and register a new hci uart device. Signed-off-by: Thierry Escande --- drivers/bluetooth/Kconfig | 2 +- drivers/bluetooth/hci_qca.c | 102