Re: [PATCH] Bluetooth: hci_qca: Fix crash with non-serdev devices

2019-03-21 Thread rjliao
在 2019-03-14 07:52,Matthias Kaehlcke 写道: qca_set_baudrate() calls serdev_device_wait_until_sent() assuming that the HCI is always associated with a serdev device. This isn't true for ROME controllers instantiated through ldisc, where the call causes a crash due to a NULL pointer

Re: [PATCH v1] Bluetooth: hci_qca: Give enough time to ROME controller to bootup.

2019-03-13 Thread rjliao
在 2019-03-07 14:49,Balakrishna Godavarthi 写道: Hi Stepen, On 2019-03-07 04:03, Stephen Boyd wrote: Quoting Balakrishna Godavarthi (2019-03-06 08:21:13) This patch enables enough time to ROME controller to bootup after we bring the enable ping out of reset. Signed-off-by: Balakrishna

Re: [PATCH v1] Bluetooth: hci_qca: Enable the ldisc for ROME for x86 platforms.

2019-03-13 Thread rjliao
在 2019-03-12 23:52,Matthias Kaehlcke 写道: Hi Rocky, On Tue, Mar 12, 2019 at 05:01:59PM +0800, rjl...@codeaurora.org wrote: 在 2019-03-09 02:52,Matthias Kaehlcke 写道: > On Fri, Mar 08, 2019 at 10:43:14AM +0530, Balakrishna Godavarthi wrote: > > Hi Matthias, > > > > On 2019-03-08 02:12, Matthias

Re: [PATCH v1] Bluetooth: hci_qca: Enable the ldisc for ROME for x86 platforms.

2019-03-12 Thread rjliao
在 2019-03-09 02:52,Matthias Kaehlcke 写道: On Fri, Mar 08, 2019 at 10:43:14AM +0530, Balakrishna Godavarthi wrote: Hi Matthias, On 2019-03-08 02:12, Matthias Kaehlcke wrote: > Hi Balakrishna, > > On Thu, Mar 07, 2019 at 03:47:22PM +0530, Balakrishna Godavarthi wrote: > > When using btattach to

Re: [PATCH v1] Bluetooth: hci_qca: Give enough time to ROME controller to bootup.

2019-03-07 Thread rjliao
在 2019-03-07 00:21,Balakrishna Godavarthi 写道: This patch enables enough time to ROME controller to bootup after we bring the enable ping out of reset. Signed-off-by: Balakrishna Godavarthi --- drivers/bluetooth/hci_qca.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [PATCH v1] Bluetooth: hci_qca: Give enough time to ROME controller to bootup.

2019-03-06 Thread rjliao
在 2019-03-07 14:49,Balakrishna Godavarthi 写道: Hi Stepen, On 2019-03-07 04:03, Stephen Boyd wrote: Quoting Balakrishna Godavarthi (2019-03-06 08:21:13) This patch enables enough time to ROME controller to bootup after we bring the enable ping out of reset. Signed-off-by: Balakrishna