public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] bluetooth: qca: Add QCA6698 Bluetooth chip
@ 2024-11-28 12:09 Cheng Jiang
  2024-11-28 12:09 ` [PATCH v1 1/3] arm64: dts: qcom: sa8775p-ride: Change the BT node Cheng Jiang
                   ` (3 more replies)
  0 siblings, 4 replies; 22+ messages in thread
From: Cheng Jiang @ 2024-11-28 12:09 UTC (permalink / raw)
  To: Marcel Holtmann, Luiz Augusto von Dentz, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Bjorn Andersson, Konrad Dybcio,
	Balakrishna Godavarthi, Rocky Liao
  Cc: linux-bluetooth, devicetree, linux-kernel, linux-arm-msm, quic_bt

QCA6698 chipset shares the same IP core as the WCN6855. However,
it has different RF components and RAM sizes, so new firmware
is needed.

This change allows driver to distinguish it from the WCN6855
and load the specific firmware. As the RF performance of
QCA6698 chip from different foundries may vary. Therefore use
different NVM to configure them based on board ID.

Cheng Jiang (3):
  arm64: dts: qcom: sa8775p-ride: Change the BT node
  dt-bindings: net: Add QCA6698 Bluetooth
  Bluetooth: btqca: Add QCA6698 support

 .../net/bluetooth/qualcomm-bluetooth.yaml     |  2 +
 arch/arm64/boot/dts/qcom/sa8775p-ride.dtsi    |  2 +-
 drivers/bluetooth/btqca.c                     | 47 ++++++++++++++++++-
 drivers/bluetooth/btqca.h                     |  1 +
 drivers/bluetooth/hci_qca.c                   | 36 +++++++++++++-
 5 files changed, 84 insertions(+), 4 deletions(-)


base-commit: f486c8aa16b8172f63bddc70116a0c897a7f3f02
--
2.25.1


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2024-11-30  3:16 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-28 12:09 [PATCH v1 0/3] bluetooth: qca: Add QCA6698 Bluetooth chip Cheng Jiang
2024-11-28 12:09 ` [PATCH v1 1/3] arm64: dts: qcom: sa8775p-ride: Change the BT node Cheng Jiang
2024-11-28 14:39   ` Krzysztof Kozlowski
2024-11-29  2:47     ` Cheng Jiang (IOE)
2024-11-28 12:09 ` [PATCH v1 2/3] dt-bindings: net: Add QCA6698 Bluetooth Cheng Jiang
2024-11-28 12:58   ` Dmitry Baryshkov
2024-11-29  2:30     ` Cheng Jiang (IOE)
2024-11-29 17:13       ` Dmitry Baryshkov
2024-11-30  3:16         ` Cheng Jiang (IOE)
2024-11-28 14:41   ` Krzysztof Kozlowski
2024-11-28 14:41     ` Krzysztof Kozlowski
2024-11-29  2:13       ` Cheng Jiang (IOE)
2024-11-29  6:56         ` Krzysztof Kozlowski
2024-11-29  2:15     ` Cheng Jiang (IOE)
2024-11-28 12:09 ` [PATCH v1 3/3] Bluetooth: btqca: Add QCA6698 support Cheng Jiang
2024-11-28 13:02   ` Dmitry Baryshkov
2024-11-29  2:05     ` Cheng Jiang (IOE)
2024-11-29 17:18       ` Dmitry Baryshkov
2024-11-29  1:13   ` kernel test robot
2024-11-29  3:38   ` kernel test robot
2024-11-28 12:57 ` [PATCH v1 0/3] bluetooth: qca: Add QCA6698 Bluetooth chip Dmitry Baryshkov
2024-11-29  1:20   ` Cheng Jiang (IOE)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox