Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp2257366imj; Mon, 18 Feb 2019 02:52:08 -0800 (PST) X-Google-Smtp-Source: AHgI3IYAoVIuJx6GBLgZ0kPsVabnAxfuweR1U9CPeo7WEQSqzqqzuMzipb7YELxPAkm6x+mupsvS X-Received: by 2002:a17:902:aa01:: with SMTP id be1mr24545466plb.60.1550487128192; Mon, 18 Feb 2019 02:52:08 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1550487128; cv=none; d=google.com; s=arc-20160816; b=n+Td62Nc7ZEXc0wmEYTcBeEdRvam0XVTvHqnNNAOSioZ9Nj3uiHFgedKd30mWYqEV2 osx4efErp0ow70jDpY5wbVh1bJX7y0zKJj2Tp17ta/k0lTt0jctg7RPmCNmBgOSFJw5V e51AIJKTyVqQh4ao0OYX6BTcqwWyxeeSvVKzJUVb8nykEq/AZbhc4UW3Td++564NDv/T po+9xxWfiRDxP8xGHn1eR3Vet38lXIw31jcLEMCc8OQBMCkgmISXrZB1U5k7KJ+Y5I0L euNaZYyvTeyyOnxD5VhrLG7wAI9DrpkiKn/q2+Ny8CCWnb9gq5RtyB18qtdQcCF80iYy Rkvg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=2+3Nk05kbkqdS6DtuajKufYXObueo3vyDlfpE+i76HE=; b=ctasYhxw10CEEAWHHCz9expGzjMIxb4W2aEctcF3uFjsmhal5YVfLpfVe6xuLoM92M Gni3ahl4oo93xuUbLWvBWvwE2fMcP3SP45BY92jKuJdUigjYXw0YqCeZC27maYODj4hU U+cgS3AWVKNjK5L5UYxLORW0o3pALKCMODYLT+iCdE3+YTqFZLD0PTqGzeEJHm9tFJ7k OuqN+GE++2Zo8ZE3mMYUuXp5neiqSEcHx606DLsAWkytGMEn7m4CRyKPaU8zEn5/sgio x3M1DLb27CIVZedVek/UrVQ8DHuVXIjIirCLMXd5RHsPl9Us8KVO7kZCV3BNG42bFKhx 7tzA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 3si12732101pgc.365.2019.02.18.02.51.52; Mon, 18 Feb 2019 02:52:08 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730355AbfBRKuz convert rfc822-to-8bit (ORCPT + 99 others); Mon, 18 Feb 2019 05:50:55 -0500 Received: from coyote.holtmann.net ([212.227.132.17]:50998 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728258AbfBRKuy (ORCPT ); Mon, 18 Feb 2019 05:50:54 -0500 Received: from marcel-macpro.fritz.box (p4FF9F361.dip0.t-ipconnect.de [79.249.243.97]) by mail.holtmann.org (Postfix) with ESMTPSA id 63B80CF2C7; Mon, 18 Feb 2019 11:58:45 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: Re: [PATCH v11 0/3] Bug fixes for Qualcomm BT chip wcn3990 From: Marcel Holtmann In-Reply-To: <20190204150643.25165-1-bgodavar@codeaurora.org> Date: Mon, 18 Feb 2019 11:50:51 +0100 Cc: Johan Hedberg , mka@chromium.org, linux-kernel@vger.kernel.org, linux-bluetooth@vger.kernel.org, hemantg@codeaurora.org, linux-arm-msm@vger.kernel.org Content-Transfer-Encoding: 8BIT Message-Id: References: <20190204150643.25165-1-bgodavar@codeaurora.org> To: Balakrishna Godavarthi X-Mailer: Apple Mail (2.3445.102.3) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Balakrishna, > The below issues are found in our recent testing. > > 1. Observed device is not going into off state or not responding. > As wcn3990 require a power pulses to turn on the irrespctive of > igniting regulators, it was observed that power on or power off > pulses are not in sync with respective to chip. > The below patch will help us to wait until byte is pushed on to wires. > > * Bluetooth: hci_qca: use wait_until_sent() for power pulses > > 2. Observed Chip responding when we are in sleep. > This is due to turn on flow control during change baudrate request. > The below patch will only pull the RTS line high instead of turning off > the flow. > > * Bluetooth: hci_qca: Pull RTS line high for baudrate change command. > > 3. Disable IBS state machine and flush Tx buffer > We are disabling IBS and flushing the Tx buffer before turning off the chip. > > This is due to IBS state machine is active when we turn off the chip. > This will stop queuing IBS protocol bytes. > > * Bluetooth: hci_qca: Disable IBS state machine and flush Tx buffer > > Changes in v11: > * added correct signatures for the patch. > > Changes in v10: > * Decreased wait time for power pulse to 100 ms instead of 1second. > * enabling the flow control back when baudarte change request fails. > * updated review comments. > > Changes in v9: > * Reverted the 100us delay and used msecs to jiffies inline call. > * Disabling the flow control and enabling it back while setting the firmware. > * Added spinlock while clearing the IBS state machine. > > Changes in v8: > * dropped inject the command complete event. > * added one second time for the power pules instead of the indefinite time. > > Changes in v7: > * dropped frame reassmebly error patch. > * dropped baudrate change wait time patch. > * increased a wait to 5 ms for power pulses. > > Changes in v6: > * added serdev_device_write_flush in qca_send_power_pulse(). > * added new patch to update the baudrate change wait time. > > Changes in V5: > * added serdev_device_write_flush before sending the power off pulse > during shutdown. > > Changes in v4: > * used serdev_device_write_buf() instead of serdev_device_write(). > * added new patch to stop logging of 0xfc00 timeout on console. > > Changes in v3: > * moved IBS & qca_flush to different patch > * updated comments in code fo Deassert RTS patch > Balakrishna Godavarthi (3): > Bluetooth: hci_qca: use wait_until_sent() for power pulses > Bluetooth: hci_qca: Deassert RTS while baudrate change command > Bluetooth: hci_qca: Disable IBS state machine and flush Tx buffer > > drivers/bluetooth/hci_qca.c | 82 ++++++++++++++++++++----------------- > 1 file changed, 44 insertions(+), 38 deletions(-) all 3 patches have been applied to bluetooth-next tree. Regards Marcel