Re: [PATCH v1 3/4] Bluetooth: hci_qca: clear HCI_QUIRK_RESET_ON_CLOSE flag

2018-11-14 Thread Balakrishna Godavarthi
Hi Marcel, On 2018-11-14 13:18, Marcel Holtmann wrote: Hi Balakrishna, During hci down we are sending reset command to chip, which is not required for wcn3990, as hdev->shutdown() will turn off the regulators. Signed-off-by: Balakrishna Godavarthi --- drivers/bluetooth/hci_qca.c | 1 + 1 fil

Re: [PATCH v1 3/4] Bluetooth: hci_qca: clear HCI_QUIRK_RESET_ON_CLOSE flag

2018-11-13 Thread Marcel Holtmann
Hi Balakrishna, >> During hci down we are sending reset command to chip, which >> is not required for wcn3990, as hdev->shutdown() will turn off the >> regulators. >> Signed-off-by: Balakrishna Godavarthi >> --- >> drivers/bluetooth/hci_qca.c | 1 + >> 1 file changed, 1

Re: [PATCH v1 3/4] Bluetooth: hci_qca: clear HCI_QUIRK_RESET_ON_CLOSE flag

2018-11-13 Thread Balakrishna Godavarthi
Hi Matthias, On 2018-11-14 07:44, Matthias Kaehlcke wrote: On Tue, Nov 06, 2018 at 06:44:07PM +0530, Balakrishna Godavarthi wrote: Hi Marcel, On 2018-11-06 18:32, Marcel Holtmann wrote: > Hi Balakrishna, > > > > > During hci down we are sending reset command to chip, which > > > > is not requi

Re: [PATCH v1 3/4] Bluetooth: hci_qca: clear HCI_QUIRK_RESET_ON_CLOSE flag

2018-11-13 Thread Matthias Kaehlcke
On Tue, Nov 06, 2018 at 06:44:07PM +0530, Balakrishna Godavarthi wrote: > Hi Marcel, > > On 2018-11-06 18:32, Marcel Holtmann wrote: > > Hi Balakrishna, > > > > > > > During hci down we are sending reset command to chip, which > > > > > is not required for wcn3990, as hdev->shutdown() will turn o

Re: [PATCH v1 3/4] Bluetooth: hci_qca: clear HCI_QUIRK_RESET_ON_CLOSE flag

2018-11-06 Thread Balakrishna Godavarthi
Hi Marcel, On 2018-11-06 18:44, Balakrishna Godavarthi wrote: Hi Marcel, On 2018-11-06 18:32, Marcel Holtmann wrote: Hi Balakrishna, During hci down we are sending reset command to chip, which is not required for wcn3990, as hdev->shutdown() will turn off the regulators. Signed-off-by: Balak

Re: [PATCH v1 3/4] Bluetooth: hci_qca: clear HCI_QUIRK_RESET_ON_CLOSE flag

2018-11-06 Thread Balakrishna Godavarthi
Hi Marcel, On 2018-11-06 18:32, Marcel Holtmann wrote: Hi Balakrishna, During hci down we are sending reset command to chip, which is not required for wcn3990, as hdev->shutdown() will turn off the regulators. Signed-off-by: Balakrishna Godavarthi --- drivers/bluetooth/hci_qca.c | 1 + 1 file

Re: [PATCH v1 3/4] Bluetooth: hci_qca: clear HCI_QUIRK_RESET_ON_CLOSE flag

2018-11-06 Thread Marcel Holtmann
Hi Balakrishna, >>> During hci down we are sending reset command to chip, which >>> is not required for wcn3990, as hdev->shutdown() will turn off the >>> regulators. >>> Signed-off-by: Balakrishna Godavarthi >>> --- >>> drivers/bluetooth/hci_qca.c | 1 + >>> 1 file changed, 1 insertion(+) >>> dif

Re: [PATCH v1 3/4] Bluetooth: hci_qca: clear HCI_QUIRK_RESET_ON_CLOSE flag

2018-11-06 Thread Balakrishna Godavarthi
Hi Marcel, On 2018-11-06 18:03, Marcel Holtmann wrote: Hi Balakrishna, During hci down we are sending reset command to chip, which is not required for wcn3990, as hdev->shutdown() will turn off the regulators. Signed-off-by: Balakrishna Godavarthi --- drivers/bluetooth/hci_qca.c | 1 + 1 file

Re: [PATCH v1 3/4] Bluetooth: hci_qca: clear HCI_QUIRK_RESET_ON_CLOSE flag

2018-11-06 Thread Marcel Holtmann
Hi Balakrishna, > During hci down we are sending reset command to chip, which > is not required for wcn3990, as hdev->shutdown() will turn off the > regulators. > > Signed-off-by: Balakrishna Godavarthi > --- > drivers/bluetooth/hci_qca.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/

[PATCH v1 3/4] Bluetooth: hci_qca: clear HCI_QUIRK_RESET_ON_CLOSE flag

2018-11-06 Thread Balakrishna Godavarthi
During hci down we are sending reset command to chip, which is not required for wcn3990, as hdev->shutdown() will turn off the regulators. Signed-off-by: Balakrishna Godavarthi --- drivers/bluetooth/hci_qca.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/bluetooth/hci_qca.c b/drive