Re: [PATCH v10 4/7] Bluetooth: hci_qca: Add wrapper functions for setting UART speed

2018-07-25 Thread Matthias Kaehlcke
On Tue, Jul 24, 2018 at 12:32:36PM +0530, Balakrishna Godavarthi wrote: > Hi Matthias, > > On 2018-07-23 23:26, Matthias Kaehlcke wrote: > > On Fri, Jul 20, 2018 at 07:02:40PM +0530, Balakrishna Godavarthi wrote: > > > In function qca_setup, we set initial and operating speeds for > > > Qualcomm

Re: [PATCH v10 4/7] Bluetooth: hci_qca: Add wrapper functions for setting UART speed

2018-07-25 Thread Matthias Kaehlcke
On Tue, Jul 24, 2018 at 12:32:36PM +0530, Balakrishna Godavarthi wrote: > Hi Matthias, > > On 2018-07-23 23:26, Matthias Kaehlcke wrote: > > On Fri, Jul 20, 2018 at 07:02:40PM +0530, Balakrishna Godavarthi wrote: > > > In function qca_setup, we set initial and operating speeds for > > > Qualcomm

Re: [PATCH v10 4/7] Bluetooth: hci_qca: Add wrapper functions for setting UART speed

2018-07-24 Thread Balakrishna Godavarthi
Hi Matthias, On 2018-07-23 23:26, Matthias Kaehlcke wrote: On Fri, Jul 20, 2018 at 07:02:40PM +0530, Balakrishna Godavarthi wrote: In function qca_setup, we set initial and operating speeds for Qualcomm Bluetooth SoC's. This block of code is common across different Qualcomm Bluetooth SoC's.

Re: [PATCH v10 4/7] Bluetooth: hci_qca: Add wrapper functions for setting UART speed

2018-07-24 Thread Balakrishna Godavarthi
Hi Matthias, On 2018-07-23 23:26, Matthias Kaehlcke wrote: On Fri, Jul 20, 2018 at 07:02:40PM +0530, Balakrishna Godavarthi wrote: In function qca_setup, we set initial and operating speeds for Qualcomm Bluetooth SoC's. This block of code is common across different Qualcomm Bluetooth SoC's.

Re: [PATCH v10 4/7] Bluetooth: hci_qca: Add wrapper functions for setting UART speed

2018-07-23 Thread Matthias Kaehlcke
On Fri, Jul 20, 2018 at 07:02:40PM +0530, Balakrishna Godavarthi wrote: > In function qca_setup, we set initial and operating speeds for Qualcomm > Bluetooth SoC's. This block of code is common across different > Qualcomm Bluetooth SoC's. Instead of duplicating the code, created > a wrapper

Re: [PATCH v10 4/7] Bluetooth: hci_qca: Add wrapper functions for setting UART speed

2018-07-23 Thread Matthias Kaehlcke
On Fri, Jul 20, 2018 at 07:02:40PM +0530, Balakrishna Godavarthi wrote: > In function qca_setup, we set initial and operating speeds for Qualcomm > Bluetooth SoC's. This block of code is common across different > Qualcomm Bluetooth SoC's. Instead of duplicating the code, created > a wrapper

[PATCH v10 4/7] Bluetooth: hci_qca: Add wrapper functions for setting UART speed

2018-07-20 Thread Balakrishna Godavarthi
In function qca_setup, we set initial and operating speeds for Qualcomm Bluetooth SoC's. This block of code is common across different Qualcomm Bluetooth SoC's. Instead of duplicating the code, created a wrapper function to set the speeds. So that future coming SoC's can use these wrapper

[PATCH v10 4/7] Bluetooth: hci_qca: Add wrapper functions for setting UART speed

2018-07-20 Thread Balakrishna Godavarthi
In function qca_setup, we set initial and operating speeds for Qualcomm Bluetooth SoC's. This block of code is common across different Qualcomm Bluetooth SoC's. Instead of duplicating the code, created a wrapper function to set the speeds. So that future coming SoC's can use these wrapper