From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 63D3AC433E6 for ; Mon, 13 Jul 2020 16:38:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4E5442067D for ; Mon, 13 Jul 2020 16:38:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730286AbgGMQif (ORCPT ); Mon, 13 Jul 2020 12:38:35 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:47939 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730652AbgGMQid (ORCPT ); Mon, 13 Jul 2020 12:38:33 -0400 Received: from marcel-macbook.fritz.box (p5b3d2638.dip0.t-ipconnect.de [91.61.38.56]) by mail.holtmann.org (Postfix) with ESMTPSA id 82B46CECC9; Mon, 13 Jul 2020 18:48:29 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\)) Subject: Re: [PATCH v1] Bluetooth: hci_qca: Bug fixes for SSR From: Marcel Holtmann In-Reply-To: <1594467072-13332-1-git-send-email-gubbaven@codeaurora.org> Date: Mon, 13 Jul 2020 18:38:31 +0200 Cc: Johan Hedberg , Matthias Kaehlcke , kernel list , Bluetooth Kernel Mailing List , hemantg@codeaurora.org, linux-arm-msm@vger.kernel.org, bgodavar@codeaurora.org, rjliao@codeaurora.org, hbandi@codeaurora.org, abhishekpandit@chromium.org Content-Transfer-Encoding: 7bit Message-Id: References: <1594467072-13332-1-git-send-email-gubbaven@codeaurora.org> To: Venkata Lakshmi Narayana Gubba X-Mailer: Apple Mail (2.3608.80.23.2.2) Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Hi Venkata, > 1.During SSR for command time out if BT SoC goes to inresponsive > state, power cycling of BT SoC was not happening.Given the fix by > sending hw error event to reset the BT SoC. > > 2.If SSR is triggered then ignore the transmit data requests to > BT SoC until SSR is completed. > > Signed-off-by: Venkata Lakshmi Narayana Gubba > --- > drivers/bluetooth/hci_qca.c | 40 ++++++++++++++++++++++++++++++++++++---- > 1 file changed, 36 insertions(+), 4 deletions(-) patch has been applied to bluetooth-next tree. Regards Marcel