public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: zijuhu@codeaurora.org
To: Marcel Holtmann <marcel@holtmann.org>
Cc: Johan Hedberg <johan.hedberg@gmail.com>,
	Luiz Augusto von Dentz <luiz.dentz@gmail.com>,
	linux-kernel@vger.kernel.org, linux-bluetooth@vger.kernel.org,
	linux-arm-msm@vger.kernel.org, c-hbandi@codeaurora.org,
	hemantg@codeaurora.org, rjliao@codeaurora.org,
	tjiang@codeaurora.org, Zijun Hu <quic_zijuhu@quicinc.com>
Subject: Re: [PATCH v2] Bluetooth: btusb: Improve stability for QCA devices
Date: Mon, 14 Feb 2022 17:09:00 +0800	[thread overview]
Message-ID: <d7fa066f93e5869d955da46c43f6b142@codeaurora.org> (raw)
In-Reply-To: <59F65F10-0988-4E50-8956-69C601F05434@holtmann.org>

On 2022-02-12 00:22, Marcel Holtmann wrote:
> Hi Zijun,
> 
>> Controller will reset after NVM is downloaded for QCA
>> device, so wait a moment for reset Done then go ahead
>> to improve stability.
>> 
>> Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
>> ---
>> drivers/bluetooth/btusb.c | 5 +++++
>> 1 file changed, 5 insertions(+)
>> 
>> diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
>> index e03dfbd92fcc..20e36f53d2e7 100644
>> --- a/drivers/bluetooth/btusb.c
>> +++ b/drivers/bluetooth/btusb.c
>> @@ -2994,6 +2994,7 @@ static int btusb_set_bdaddr_wcn6855(struct 
>> hci_dev *hdev,
>> #define QCA_PATCH_UPDATED	0x80
>> #define QCA_DFU_TIMEOUT		3000
>> #define QCA_FLAG_MULTI_NVM      0x80
>> +#define QCA_BT_RESET_WAIT_MS    100
>> 
>> #define WCN6855_2_0_RAM_VERSION_GF 0x400c1200
>> #define WCN6855_2_1_RAM_VERSION_GF 0x400c1211
>> @@ -3320,6 +3321,10 @@ static int btusb_setup_qca(struct hci_dev 
>> *hdev)
>> 		err = btusb_setup_qca_load_nvm(hdev, &ver, info);
>> 		if (err < 0)
>> 			return err;
>> +		/* Controller will reset after NVM is downloaded, so wait a moment
>> +		 * for reset Done, it will improve stability.
>> +		 */
>> +		msleep(QCA_BT_RESET_WAIT_MS);
> 
> how hard is to just grab the data sheet and figure out the appropriate
> time to wait? I will be all documented and then reference the
> documentation.
> 

let me explain more for this patch:
a BT enable failure issue is reported for WCN6855 2.1 chip, the root
cause located is that HCI command is sent before controller reset is 
Done.
100ms delay is suggested by firmware team and it is a appropriate 
interval
based on verification. so these info is not available from data sheet 
currently.

> I really dislike this "add a sleep here and sleep there". It might
> just work for now. The next hardware generation comes around or if
> placed on a different board just behaves a little bit different. And
> at some point we are at 10 seconds sleep and you start complaining why
> the controller initialization takes so long. Stop guessing and
> reference the data sheet.
> 

you are right.
i will only restrict that delay to WCN6855 2.1 chip this issue is 
reported for.

> Regards
> 
> Marcel

      reply	other threads:[~2022-02-14  9:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-11  8:03 [PATCH v2] Bluetooth: btusb: Improve stability for QCA devices Zijun Hu
2022-02-11 16:22 ` Marcel Holtmann
2022-02-14  9:09   ` zijuhu [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d7fa066f93e5869d955da46c43f6b142@codeaurora.org \
    --to=zijuhu@codeaurora.org \
    --cc=c-hbandi@codeaurora.org \
    --cc=hemantg@codeaurora.org \
    --cc=johan.hedberg@gmail.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luiz.dentz@gmail.com \
    --cc=marcel@holtmann.org \
    --cc=quic_zijuhu@quicinc.com \
    --cc=rjliao@codeaurora.org \
    --cc=tjiang@codeaurora.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox