Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp2342947ybl; Thu, 19 Dec 2019 11:55:23 -0800 (PST) X-Google-Smtp-Source: APXvYqxcYuQdghGa8G1Q5oAbC6mGwFSWX2C9xtn4i19n7OT2MuzWVfq9II+bT54aGLhyaksePicp X-Received: by 2002:a9d:768b:: with SMTP id j11mr10588128otl.116.1576785323652; Thu, 19 Dec 2019 11:55:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1576785323; cv=none; d=google.com; s=arc-20160816; b=Kat0NmuyQVTrMAHlr24nDK610v6rp4fNx5fk81erqQ83mFS8MQ/CoLICnSo6onzySC 71zRHqq1K97tambj3B03iiDBpMdwzpMXW7fPqx5i2DXp8BX6T4cshR1GPC63a50kbS/v /D6Dgf1OECmUw4s4HsRxKMgeSe+cFzOPRWW2UImbnjt6tissaSkUwJHyz5RbFWpV4yap 4O1Lr4n9HL/nzzwitv/hZ2m/1hqg0QaCT9vtaXyL5gqf9+f83JWoNDs6R0AEKtZNOilW KZiGbUD0dSyJyK5uD/qPC2T5RTxtd10ZzKsFvRYTqI/27VrmcUSDzb4TzyrboCCwd/9d BpPQ== 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=pe/LQeO7Dd/wguWiQi/wfEIpC6JWDAHpHF9w3VBe6Y8=; b=PLaWJJxeOAIv2G80tgA4QC18f693mtij5Xh8ymrnZ6K9o5i2gR9JPU6X7l3NSiH9EX +6lmZIdIY1WfJBy4FxaGNy4O8QTNraPWm3OKGD90jTUp2IbZF2TKE0rrFmeogWNA+yPT xfra0UdGBBrt61OM0kQshPjPA1uB+Qiq34K1DqatWaZ3alWNsmWSGWIIrZhfP0s6P4B6 mKoz41HSQbhoIkGbnDE4T6JbcqJsJpsmozhiu3HkKQRAX4x5t+8XcWWd3Gk2cygyBzCA MJpk4ZQna3zwPxgPomqy984uccXnBtVGSPaq81SV6FZtuJcPlDQbVnP8mH1qO7FIRBK1 hE0Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-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 f4si3674283oto.169.2019.12.19.11.54.54; Thu, 19 Dec 2019 11:55:23 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-bluetooth-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-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726880AbfLSTyj (ORCPT + 99 others); Thu, 19 Dec 2019 14:54:39 -0500 Received: from coyote.holtmann.net ([212.227.132.17]:35113 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726869AbfLSTyj (ORCPT ); Thu, 19 Dec 2019 14:54:39 -0500 Received: from marcel-macbook.fritz.box (p4FF9F0D1.dip0.t-ipconnect.de [79.249.240.209]) by mail.holtmann.org (Postfix) with ESMTPSA id A0333CECE9; Thu, 19 Dec 2019 21:03:50 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.40.2.2.4\)) Subject: Re: [PATCH V4 01/10] bluetooth: hci_bcm: Fix RTS handling during startup From: Marcel Holtmann In-Reply-To: <5bbda434-d0e4-7162-8634-9900a4fa9148@gmx.net> Date: Thu, 19 Dec 2019 20:54:37 +0100 Cc: Johan Hedberg , =?utf-8?Q?Ond=C5=99ej_Jirman?= , Florian Fainelli , linux-bluetooth@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Nicolas Saenz Julienne Content-Transfer-Encoding: 7bit Message-Id: References: <1570375708-26965-1-git-send-email-wahrenst@gmx.net> <1570375708-26965-2-git-send-email-wahrenst@gmx.net> <61789264-a4c2-ac85-9d74-d186213ec70a@gmx.net> <20191216132509.ofqcdpwxsd7324ql@core.my.home> <6f05f4d8-fa84-ae81-ac4f-00ab12fabeea@gmx.net> <5bbda434-d0e4-7162-8634-9900a4fa9148@gmx.net> To: Stefan Wahren X-Mailer: Apple Mail (2.3608.40.2.2.4) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Stefan, >>> Meanwhile i will play with modifications of original patch on the >>> Raspberry Pi 4 and come back to you. > > could you please test this patch [2] on top of current bluetooth-next? > > This is the solution in case we don't find the cause of this issue. I > don't prefer this one, because this is next stuff and we need to revert > the offending patch for Linux 5.5. > > [2] - https://gist.github.com/lategoodbye/3d39e4b07d401f07fa9f9c2f11e1f17d that patch looks fine to me. Just submit it and we will see how it works out. Regards Marcel