[PATCH v4 0/6] Bluetooth: qca: add Qualcomm WCN3950 BT/WiFi chip support

Dmitry Baryshkov posted 6 patches 10 months, 1 week ago
There is a newer version of this series
.../bindings/net/bluetooth/qualcomm-bluetooth.yaml |  2 +
arch/arm64/boot/dts/qcom/qcm2290.dtsi              | 31 +++++---
arch/arm64/boot/dts/qcom/qrb2210-rb1.dts           | 83 ++++++++++++++++++++++
drivers/bluetooth/btqca.c                          | 27 +++++--
drivers/bluetooth/btqca.h                          |  4 ++
drivers/bluetooth/hci_qca.c                        | 25 +++++++
6 files changed, 157 insertions(+), 15 deletions(-)
[PATCH v4 0/6] Bluetooth: qca: add Qualcomm WCN3950 BT/WiFi chip support
Posted by Dmitry Baryshkov 10 months, 1 week ago
Qualcomm Robotics RB1 platform uses a new member of the WCN39xx family
of BT/WiFi chips. Add support for this member of the family and enable
it to be used on the RB1 board.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
Changes in v4:
- Added empty line before status property (Konrad)
- Reword Bluetooth commit message to follow linux-firmware changes
  (cmnv13t.bin and cmnv13s.bin were merged).
- Link to v3: https://lore.kernel.org/r/20250202-rb1-bt-v3-0-6797a4467ced@linaro.org

Changes in v3:
- Mention new firmware files.
- Link to v2: https://lore.kernel.org/r/20250201-rb1-bt-v2-0-fd44011749bb@linaro.org

Changes in v2:
- Corrected QUP interconnects (Konrad)
- Added /delete-property/ interrupts and an empty line before status
  (Konrad)
- Enabled downloading of different NVMs as required for v1.3 of the chip.
- Link to v1: https://lore.kernel.org/r/20250201-rb1-bt-v1-0-ae896c4923d8@linaro.org

---
Dmitry Baryshkov (6):
      dt-bindings: net: bluetooth: qualcomm: document WCN3950
      Bluetooth: qca: simplify WCN399x NVM loading
      Bluetooth: qca: add WCN3950 support
      arm64: dts: qcom: qcm2290: fix (some) of QUP interconnects
      arm64: dts: qcom: qcm2290: add UART3 device
      arm64: dts: qcom: qrb2210-rb1: add Bluetooth support

 .../bindings/net/bluetooth/qualcomm-bluetooth.yaml |  2 +
 arch/arm64/boot/dts/qcom/qcm2290.dtsi              | 31 +++++---
 arch/arm64/boot/dts/qcom/qrb2210-rb1.dts           | 83 ++++++++++++++++++++++
 drivers/bluetooth/btqca.c                          | 27 +++++--
 drivers/bluetooth/btqca.h                          |  4 ++
 drivers/bluetooth/hci_qca.c                        | 25 +++++++
 6 files changed, 157 insertions(+), 15 deletions(-)
---
base-commit: a1d1e1f2fae5fcb5f2e43b81afa9596c606e683d
change-id: 20250201-rb1-bt-cec7a314991d

Best regards,
-- 
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Re: [PATCH v4 0/6] Bluetooth: qca: add Qualcomm WCN3950 BT/WiFi chip support
Posted by Dmitry Baryshkov 9 months, 4 weeks ago
On Fri, Feb 07, 2025 at 10:41:14PM +0200, Dmitry Baryshkov wrote:
> Qualcomm Robotics RB1 platform uses a new member of the WCN39xx family
> of BT/WiFi chips. Add support for this member of the family and enable
> it to be used on the RB1 board.
> 
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
> Changes in v4:
> - Added empty line before status property (Konrad)
> - Reword Bluetooth commit message to follow linux-firmware changes
>   (cmnv13t.bin and cmnv13s.bin were merged).
> - Link to v3: https://lore.kernel.org/r/20250202-rb1-bt-v3-0-6797a4467ced@linaro.org
> 
> Changes in v3:
> - Mention new firmware files.
> - Link to v2: https://lore.kernel.org/r/20250201-rb1-bt-v2-0-fd44011749bb@linaro.org
> 
> Changes in v2:
> - Corrected QUP interconnects (Konrad)
> - Added /delete-property/ interrupts and an empty line before status
>   (Konrad)
> - Enabled downloading of different NVMs as required for v1.3 of the chip.
> - Link to v1: https://lore.kernel.org/r/20250201-rb1-bt-v1-0-ae896c4923d8@linaro.org
> 
> ---
> Dmitry Baryshkov (6):
>       dt-bindings: net: bluetooth: qualcomm: document WCN3950
>       Bluetooth: qca: simplify WCN399x NVM loading
>       Bluetooth: qca: add WCN3950 support

Gracious ping, these patches have been sent two weeks ago.

>       arm64: dts: qcom: qcm2290: fix (some) of QUP interconnects
>       arm64: dts: qcom: qcm2290: add UART3 device
>       arm64: dts: qcom: qrb2210-rb1: add Bluetooth support
> 
>  .../bindings/net/bluetooth/qualcomm-bluetooth.yaml |  2 +
>  arch/arm64/boot/dts/qcom/qcm2290.dtsi              | 31 +++++---
>  arch/arm64/boot/dts/qcom/qrb2210-rb1.dts           | 83 ++++++++++++++++++++++
>  drivers/bluetooth/btqca.c                          | 27 +++++--
>  drivers/bluetooth/btqca.h                          |  4 ++
>  drivers/bluetooth/hci_qca.c                        | 25 +++++++
>  6 files changed, 157 insertions(+), 15 deletions(-)
> ---
> base-commit: a1d1e1f2fae5fcb5f2e43b81afa9596c606e683d
> change-id: 20250201-rb1-bt-cec7a314991d
> 
> Best regards,
> -- 
> Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> 

-- 
With best wishes
Dmitry
Re: [PATCH v4 0/6] Bluetooth: qca: add Qualcomm WCN3950 BT/WiFi chip support
Posted by Luiz Augusto von Dentz 9 months, 3 weeks ago
Hi Dmitry,

On Fri, Feb 21, 2025 at 8:06 PM Dmitry Baryshkov
<dmitry.baryshkov@linaro.org> wrote:
>
> On Fri, Feb 07, 2025 at 10:41:14PM +0200, Dmitry Baryshkov wrote:
> > Qualcomm Robotics RB1 platform uses a new member of the WCN39xx family
> > of BT/WiFi chips. Add support for this member of the family and enable
> > it to be used on the RB1 board.
> >
> > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> > ---
> > Changes in v4:
> > - Added empty line before status property (Konrad)
> > - Reword Bluetooth commit message to follow linux-firmware changes
> >   (cmnv13t.bin and cmnv13s.bin were merged).
> > - Link to v3: https://lore.kernel.org/r/20250202-rb1-bt-v3-0-6797a4467ced@linaro.org
> >
> > Changes in v3:
> > - Mention new firmware files.
> > - Link to v2: https://lore.kernel.org/r/20250201-rb1-bt-v2-0-fd44011749bb@linaro.org
> >
> > Changes in v2:
> > - Corrected QUP interconnects (Konrad)
> > - Added /delete-property/ interrupts and an empty line before status
> >   (Konrad)
> > - Enabled downloading of different NVMs as required for v1.3 of the chip.
> > - Link to v1: https://lore.kernel.org/r/20250201-rb1-bt-v1-0-ae896c4923d8@linaro.org
> >
> > ---
> > Dmitry Baryshkov (6):
> >       dt-bindings: net: bluetooth: qualcomm: document WCN3950
> >       Bluetooth: qca: simplify WCN399x NVM loading
> >       Bluetooth: qca: add WCN3950 support
>
> Gracious ping, these patches have been sent two weeks ago.

Looks like it doesn't apply cleanly to bluetooth-next anymore, please
rebase/resend.

> >       arm64: dts: qcom: qcm2290: fix (some) of QUP interconnects
> >       arm64: dts: qcom: qcm2290: add UART3 device
> >       arm64: dts: qcom: qrb2210-rb1: add Bluetooth support
> >
> >  .../bindings/net/bluetooth/qualcomm-bluetooth.yaml |  2 +
> >  arch/arm64/boot/dts/qcom/qcm2290.dtsi              | 31 +++++---
> >  arch/arm64/boot/dts/qcom/qrb2210-rb1.dts           | 83 ++++++++++++++++++++++
> >  drivers/bluetooth/btqca.c                          | 27 +++++--
> >  drivers/bluetooth/btqca.h                          |  4 ++
> >  drivers/bluetooth/hci_qca.c                        | 25 +++++++
> >  6 files changed, 157 insertions(+), 15 deletions(-)
> > ---
> > base-commit: a1d1e1f2fae5fcb5f2e43b81afa9596c606e683d
> > change-id: 20250201-rb1-bt-cec7a314991d
> >
> > Best regards,
> > --
> > Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> >
>
> --
> With best wishes
> Dmitry



-- 
Luiz Augusto von Dentz
Re: (subset) [PATCH v4 0/6] Bluetooth: qca: add Qualcomm WCN3950 BT/WiFi chip support
Posted by Bjorn Andersson 7 months ago
On Fri, 07 Feb 2025 22:41:14 +0200, Dmitry Baryshkov wrote:
> Qualcomm Robotics RB1 platform uses a new member of the WCN39xx family
> of BT/WiFi chips. Add support for this member of the family and enable
> it to be used on the RB1 board.
> 
> 

Applied, thanks!

[4/6] arm64: dts: qcom: qcm2290: fix (some) of QUP interconnects
      commit: e07d2d57a1c7254d25597dcdd34f318a91ec9398
[5/6] arm64: dts: qcom: qcm2290: add UART3 device
      (no commit info)
[6/6] arm64: dts: qcom: qrb2210-rb1: add Bluetooth support
      commit: 9380e0a1d4498301798c71e7dbb3e61ce76f288d

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>