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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8FFE8C6FA99 for ; Tue, 7 Mar 2023 22:17:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230151AbjCGWRv (ORCPT ); Tue, 7 Mar 2023 17:17:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40132 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230082AbjCGWRu (ORCPT ); Tue, 7 Mar 2023 17:17:50 -0500 Received: from stravinsky.debian.org (stravinsky.debian.org [IPv6:2001:41b8:202:deb::311:108]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2836DABB23; Tue, 7 Mar 2023 14:17:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; s=smtpauto.stravinsky; h=X-Debian-User:Content-Transfer-Encoding:MIME-Version :Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-Type:Content-ID: Content-Description:In-Reply-To:References; bh=8rjXBuE+gHixTw4Z4jUm3aIm4vdeoaR8G/ycbzRuTz4=; b=a/kvWzbde+BQp3M0cSltAqAOKh yxmQljXZatg73eCssyfN7JPGbB+e0J9ZKDK7EjDknacFeKpB4ZlkLUgztE6f+/GW8uf6qWdl9SA89 oLdiKX3LqFzKtNpyN8AhZt0RBeL+jL3pSnvymlpPP0/95hDZ3FTRHiZl4hEa/VGy2pym8+X7VDSzq WbPA8hNrliNEk4LPq+kWVZaG/DCWaFZl9kWJGby6Poj3jBFMW9udOokGYam93c5vXjwJiGZbIwPsK f1ih8qzTBx2T5pPoNSWShv92InejXU0MSm0LWcN+Ll3m9wyVbVxmGoW2PrVWpe1qka/WCUVgh42lu HD1OUjrg==; Received: from authenticated user by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94.2) (envelope-from ) id 1pZfcq-0034fC-Gf; Tue, 07 Mar 2023 22:17:40 +0000 From: Bastian Germann To: Marcel Holtmann , Luiz Augusto von Dentz Cc: Bastian Germann , Johan Hedberg , "David S . Miller" , Eric Dumazet , Jakub Kicinski , linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: [PATCH v6 0/2] Bluetooth: btrtl: add support for the RTL8723CS Date: Tue, 7 Mar 2023 23:17:29 +0100 Message-Id: <20230307221732.3391-1-bage@debian.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Debian-User: bage Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Pinebook uses RTL8723CS for WiFi and bluetooth. Unfortunately, RTL8723CS has broken BT-4.1 support, so it requires a quirk. Add a quirk and wire up 8723CS support in btrtl. I was asked for a btmon output without the quirk; however, using the chip without the quirk ends up in a bad state with "Opcode 0x c77 failed: -56" (HCI_OP_READ_SYNC_TRAIN_PARAMS) on training. A btmon output with the quirk active was already sent by Vasily. v1 of this series was sent in July 2020 by Vasily Khoruzhick. I have tested it to work on the Pinebook. Changelog: v2: * Rebase * Add uart-has-rtscts to device tree as requested by reviewer v3: * Drop the device tree as it was split out and is already integrated. * Rename the quirk as requested by reviewer Marcel Holtmann v4: * Use skb_pull_data as requested by reviewer Luiz Augusto von Dentz v5: * Make use of skb_pull_data's length check v6: * Warn on active quirk Vasily Khoruzhick (2): Bluetooth: Add new quirk for broken local ext features page 2 Bluetooth: btrtl: add support for the RTL8723CS drivers/bluetooth/btrtl.c | 120 ++++++++++++++++++++++++++++++++++-- drivers/bluetooth/btrtl.h | 5 ++ drivers/bluetooth/hci_h5.c | 4 ++ include/net/bluetooth/hci.h | 7 +++ net/bluetooth/hci_event.c | 9 ++- 5 files changed, 139 insertions(+), 6 deletions(-) -- 2.39.2