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=-5.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 57FEBC43603 for ; Thu, 19 Dec 2019 19:54:58 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1D99A2467B for ; Thu, 19 Dec 2019 19:54:57 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="mlky0Z6U" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1D99A2467B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=holtmann.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:To:References:Message-Id:Date: In-Reply-To:From:Subject:Mime-Version:Reply-To:Content-ID:Content-Description :Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=HnUdOMltPt+O47nyjsVl85OjZw5EI1KKnpv8lSSjlvU=; b=mlky0Z6U/mAedV GQu98Eqa2n4WFK1EsrFKZF/qjGL+5A/IJePaiQYwbNLNvSp+v9rvWgVyR1WizqKvOEH+rzcNE58dg bEwOwuYa/iaFA72eYEy9TErQlb3eTiWkHOptVt5TuiZvFbnGukz9IxyOzQOdh83o+PSKcY6c0UVYx ZnX8UnzN8ismYi1y4db4ByMB6wTUDRl9DwgzTAY2d3Azzc2g9MUrA6+pSA3cDYbumg6StLUXcxmN7 OzY0p9zPhjpKmOMILrS+9kl2abVx02Ix5NOfJK0dl0J/I8+BvE/+Svz2rc7q+UQA1Qh7eB7Njv8pr n3IBdrgY+fZYREjzVk4g==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ii1su-0005C7-TY; Thu, 19 Dec 2019 19:54:56 +0000 Received: from coyote.holtmann.net ([212.227.132.17] helo=mail.holtmann.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ii1sq-0005BQ-Cn for linux-arm-kernel@lists.infradead.org; Thu, 19 Dec 2019 19:54:55 +0000 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) 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 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) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191219_115452_875462_4A757F8B X-CRM114-Status: UNSURE ( 9.25 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?utf-8?Q?Ond=C5=99ej_Jirman?= , Florian Fainelli , Johan Hedberg , linux-bluetooth@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Nicolas Saenz Julienne Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel