Received: by 2002:a25:683:0:0:0:0:0 with SMTP id 125csp465542ybg; Fri, 12 Jun 2020 06:21:06 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyQdWjCUe1LN0Ai2nOtEVLuSf0vcwzQE4Eo9FoZgaD7s5GtkooQvzZQeXuVa1zm2Jurc6zb X-Received: by 2002:a50:ee18:: with SMTP id g24mr11841280eds.370.1591968065842; Fri, 12 Jun 2020 06:21:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1591968065; cv=none; d=google.com; s=arc-20160816; b=iTuX38pK2TvooqI5AfKysAolFPGvE2/R4y8jVtuGKbXz8esyxBvpqe5DdX3YaIuf6v G859cWklPe+zi8x8drl6+dBIHOsi8GZmaRKOFdtMBaiX01glDAisFh5vOdmC+8xHDETj cRlxe/MTch0jMEmP/umhu7uILkVW24PONXZAzEIkYO+NxY/LzAw5zBZxPWvn6NH5aKlq mGbzRlfyWQecATQfHl5KSQXhDC48fAzXXmH66YaGX7MUXbNWRP+ouSLZR47STr2MTbVz L/7Dcjx7sbRRp3v7hKf5rNhmpIfZ6htDSPQuDsJ20BKaqjwXzDxusxDksyie30d2UYzW fXgQ== 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=avfgbjze3eYwGIjYl4KjsH9r2ceVL/3nN3FTztEIpXo=; b=jbc6MamHgZFIb3FFeKDO2ihTejXKaBt3sbQxhKdn2BExUhk+KU4ZBj8qdgWGtINozo Kf1l2zFD7FM6M7SXRu9jo2vuBU5M+w5s3ArGprE0o+/Kk4eiTeVdvVC2oWIe+NGPo1yd HCHeoYwy8afMVG0H4wCEeemi5DUH+A6/dxFJomqDKV0BtKgU1LVRAs4nJD0ifXuKYyVi zxk2PGghwsNMJmfnUL58bue6U2+vMZ2PVS2VLBK4fX85WUOXuLT1XRemWXJo0ckt9lWB h4dCu+VNXqt7vJKSbUW9Vd/SRJbFLTvwOh7a7G/G1kYjl7KIL2HV3uNXaaYaECWe/BhO cWAA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y7si3576346edo.557.2020.06.12.06.20.41; Fri, 12 Jun 2020 06:21:05 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726513AbgFLNTj (ORCPT + 99 others); Fri, 12 Jun 2020 09:19:39 -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-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@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