From patchwork Wed May 15 18:15:01 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Peter via B4 Relay X-Patchwork-Id: 13665463 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id BCFB0C25B75 for ; Wed, 15 May 2024 18:15:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:Reply-To:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Cc:To:MIME-Version:Message-Id :Date:Subject:From:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=3BPfRKogDtFZXqJ+utLKofXh1PV3cEEuuUM1Fll4pLs=; b=eM/2vx0NB+E4H0 Uqm0N0NwxQ4pgs08V/Fqqb5z87yEwQdKNNWdzeVCrGyGSIbZ0felKhPGwV9e9lI7ncqbttyPwqlZW l5RcqU7p7B9sczFU8D2QoxFnGTE5r0qLWcNevuqDFf/LLueqezAeray/d4THOCws1H+2BpWGgzcTx qsR3TYpFh09+kDG/DemhNH8ydDf0BD365oMKHJaFOn0tzwfb3/BtDiQFO0P4HGuZtQLIZsI7a+WEq qog5QHXIeEA434c7b06dVLrBta1koOIlmM0IzGe43Vo7ChSNcp/FOjQDQx42kFe+MYUYYAgV5+Ka/ VLsLcF9e9X9fkZDS1LGA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1s7J9w-00000002WMo-0wOD; Wed, 15 May 2024 18:15:24 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1s7J9n-00000002WKo-307l for linux-arm-kernel@lists.infradead.org; Wed, 15 May 2024 18:15:22 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id E4CA5CE1621; Wed, 15 May 2024 18:15:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 8769FC116B1; Wed, 15 May 2024 18:15:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1715796912; bh=PGURJy5MHlm6XUXszUKhFzRvUcIs8Hj8iEYpUECP0Y0=; h=From:Subject:Date:To:Cc:Reply-To:From; b=hd7/RcgeU+BH0ZVdd5Yv4E6Gc1pYPqQbLyN/McVEe81RoVUpZKEdkQcV852AEeB4W y2t19I7ndNisZyChd3JQzVOon9tqvDU1DLHo54Sndf4i9MMaHhPAlejBuNcw/8t80V YuhWhFz67Dfpkm0xX9jEKc5tbXsAYJ0p/REr11DjXbMJ2ActMLoJ/Pbudc8X0IxHib KnpQ3Vvnl9HdsloREjmwdClkd4kIqT6E3HcdxOyoGViToK2Pe8mlItEqKqeq6ZoJdm CNfQa37pJAXNVN7m0QkOHQahTkUdxH9hnBXXvAlLQdFcMrVnBrGRJYXZESVtFqtXc/ ckaq6Qei0W5BA== Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 76F79C25B75; Wed, 15 May 2024 18:15:12 +0000 (UTC) From: Sven Peter via B4 Relay Subject: [PATCH v2 0/3] Bluetooth: hci_bcm4377 fixes Date: Wed, 15 May 2024 18:15:01 +0000 Message-Id: <20240515-btfix-msgid-v2-0-bb06b9ecb6d1@svenpeter.dev> MIME-Version: 1.0 X-B4-Tracking: v=1; b=H4sIAKX7RGYC/22MQQ7CIBBFr9LM2jGAVcSV9zBdgEzbWUgbIETTc Hexa5fv/7y3QaLIlODWbRCpcOIlNFCHDp6zDRMh+8aghOrFWSp0eeQ3vtLEHr2+CGWs9kZqaMY aqZ177TE0njnlJX72eJG/9X+nSBRonXTenK5Wj/09FQorZYpHTwWGWusXkPK1faoAAAA= To: Hector Martin , Alyssa Rosenzweig , Marcel Holtmann , Luiz Augusto von Dentz Cc: asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org, Sven Peter , stable@vger.kernel.org, Neal Gompa X-Mailer: b4 0.13.0 X-Developer-Signature: v=1; a=ed25519-sha256; t=1715796911; l=1561; i=sven@svenpeter.dev; s=20240512; h=from:subject:message-id; bh=PGURJy5MHlm6XUXszUKhFzRvUcIs8Hj8iEYpUECP0Y0=; b=rWKwkEblh6RdLBuKAhQAswaTPpV6aL8Wlnu8pLb0phkNIIfvgOLdAMCME/FjRPa1SgQyUa4Vu txh3IgfhG9KCoQ9FpGoeKnyAJ6Htc4DOcOoVEJvVsMLLMP30Ve5yNKd X-Developer-Key: i=sven@svenpeter.dev; a=ed25519; pk=jIiCK29HFM4fFOT2YTiA6N+4N7W+xZYQDGiO0E37bNU= X-Endpoint-Received: by B4 Relay for sven@svenpeter.dev/20240512 with auth_id=159 X-Original-From: Sven Peter X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240515_111520_901616_0278A037 X-CRM114-Status: GOOD ( 10.38 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: sven@svenpeter.dev Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, There are just two minor fixes from Hector that we've been carrying downstream for a while now. One increases the timeout while waiting for the firmware to boot which is optional for the controller already supported upstream but required for a newer 4388 board for which we'll also submit support soon. It also fixes the units for the timeouts which is why I've already included it here. The other one fixes a call to bitmap_release_region where we only wanted to release a single bit but are actually releasing much more. Best, Sven To: Hector Martin To: Alyssa Rosenzweig To: Marcel Holtmann To: Luiz Augusto von Dentz Cc: asahi@lists.linux.dev Cc: linux-arm-kernel@lists.infradead.org Cc: linux-bluetooth@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Sven Peter Changes in v2: - split the timeout commit into two - collect Neal's tag - Link to v1: https://lore.kernel.org/r/20240512-btfix-msgid-v1-0-ab1bd938a7f4@svenpeter.dev --- Hector Martin (2): Bluetooth: hci_bcm4377: Increase boot timeout Bluetooth: hci_bcm4377: Fix msgid release Sven Peter (1): Bluetooth: hci_bcm4377: Use correct unit for timeouts drivers/bluetooth/hci_bcm4377.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) --- base-commit: cf87f46fd34d6c19283d9625a7822f20d90b64a4 change-id: 20240512-btfix-msgid-d76029a7d917 Best regards,