Message ID | 20230803-topic-sm8550-upstream-bt-v3-0-6874a1507288@linaro.org |
---|---|
Headers | show |
Series | bluetooth: qca: enable WCN7850 support | expand |
Hello: This series was applied to bluetooth/bluetooth-next.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Thu, 03 Aug 2023 10:45:25 +0200 you wrote: > This serie enables WCN7850 on the Qualcomm SM8550 QRD > reference platform. > > The WCN7850 is close to the WCN6855 but uses different > firmware names. > > Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> > > [...] Here is the summary with links: - [v3,1/3] dt-bindings: net: bluetooth: qualcomm: document WCN7850 chipset https://git.kernel.org/bluetooth/bluetooth-next/c/f38a5adcbd53 - [v3,2/3] bluetooth: qca: use switch case for soc type behavior https://git.kernel.org/bluetooth/bluetooth-next/c/08292727a9fc - [v3,3/3] bluetooth: qca: add support for WCN7850 https://git.kernel.org/bluetooth/bluetooth-next/c/ef6d9b23aa58 You are awesome, thank you!
This serie enables WCN7850 on the Qualcomm SM8550 QRD reference platform. The WCN7850 is close to the WCN6855 but uses different firmware names. Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> --- Changes in v3: - Rebased on next-20230803 (including WCN3988 changes) - Dropped DT patches to be sent in a separate serie - Link to v2: https://lore.kernel.org/r/20230620-topic-sm8550-upstream-bt-v2-0-98b0043d31a4@linaro.org Changes in v2: - Convert if/else and qca_is_*() macros by switch/case to simplify adding now BT SoCs - Add bindings reviewed-by - Link to v1: https://lore.kernel.org/r/20230620-topic-sm8550-upstream-bt-v1-0-4728564f8872@linaro.org --- Neil Armstrong (3): dt-bindings: net: bluetooth: qualcomm: document WCN7850 chipset bluetooth: qca: use switch case for soc type behavior bluetooth: qca: add support for WCN7850 .../bindings/net/bluetooth/qualcomm-bluetooth.yaml | 23 ++ drivers/bluetooth/btqca.c | 97 +++++--- drivers/bluetooth/btqca.h | 37 +-- drivers/bluetooth/hci_qca.c | 264 ++++++++++++++++----- 4 files changed, 300 insertions(+), 121 deletions(-) --- base-commit: fb4327106e5250ee360d0d8b056c1eef7eeb9a98 change-id: 20230620-topic-sm8550-upstream-bt-dfc4305f9c14 Best regards,