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=-3.7 required=3.0 tests=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 A7BA5C433E0 for ; Fri, 12 Jun 2020 13:19:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 82C79206A4 for ; Fri, 12 Jun 2020 13:19:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726263AbgFLNTl (ORCPT ); Fri, 12 Jun 2020 09:19:41 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:40600 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726109AbgFLNTj (ORCPT ); Fri, 12 Jun 2020 09:19:39 -0400 Received: from marcel-macbook.fritz.box (ip-109-41-64-170.web.vodafone.de [109.41.64.170]) by mail.holtmann.org (Postfix) with ESMTPSA id C462FCED04; Fri, 12 Jun 2020 15:29:23 +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: Increase SoC idle timeout to 200ms From: Marcel Holtmann In-Reply-To: <1591964491-9776-1-git-send-email-bgodavar@codeaurora.org> Date: Fri, 12 Jun 2020 15:19:32 +0200 Cc: Johan Hedberg , Matthias Kaehlcke , open list , Bluez mailing list , Hemantg , MSM , Abhishek Pandit-Subedi , Rocky Liao , gubbaven@codeaurora.org Content-Transfer-Encoding: 7bit Message-Id: <401C6D1C-3B67-4604-A83B-D2D4C4EE81DA@holtmann.org> References: <1591964491-9776-1-git-send-email-bgodavar@codeaurora.org> To: Balakrishna Godavarthi X-Mailer: Apple Mail (2.3608.80.23.2.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Balakrishna, > In some version of WCN399x, SoC idle timeout is configured > as 80ms instead of 20ms or 40ms. To honor all the SoC's > supported in the driver increasing SoC idle timeout to 200ms. > > Fixes: 41d5b25fed0a0 ("Bluetooth: hci_qca: add PM support") > Signed-off-by: Balakrishna Godavarthi > --- > drivers/bluetooth/hci_qca.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) patch has been applied to bluetooth-next tree. Regards Marcel