Message ID | 1621355686-29550-1-git-send-email-gubbaven@codeaurora.org |
---|---|
Headers | show |
Series | Enable Bluetooth functionality for WCN6750 | expand |
On Tue, 18 May 2021 22:04:46 +0530, Venkata Lakshmi Narayana Gubba wrote: > This patch enables regulators and gpios for the Qualcomm Bluetooth wcn6750 > controller. > > Signed-off-by: Venkata Lakshmi Narayana Gubba <gubbaven@codeaurora.org> > --- > .../bindings/net/qualcomm-bluetooth.yaml | 71 ++++++++++++++++++++++ > 1 file changed, 71 insertions(+) > Reviewed-by: Rob Herring <robh@kernel.org>
Hi Venkata, > These patches enables Bluetooth functionalties for new Qualcomm > Bluetooth SoC wcn6750. > > Venkata Lakshmi Narayana Gubba (5): > Bluetooth: hci_qca: Add support for QTI Bluetooth chip wcn6750 > Bluetooth: btqca: Add support for firmware image with mbn type for > WCN6750 > Bluetooth: btqca: Moved extracting rom version info to common place > dt-bindings: net: bluetooth: Convert Qualcomm BT binding to DT schema > dt-bindings: net: bluetooth: Add device tree bindings for QTI chip > wcn6750 > > .../devicetree/bindings/net/qualcomm-bluetooth.txt | 69 -------- > .../bindings/net/qualcomm-bluetooth.yaml | 183 +++++++++++++++++++++ > drivers/bluetooth/btqca.c | 90 +++++++--- > drivers/bluetooth/btqca.h | 14 +- > drivers/bluetooth/hci_qca.c | 114 ++++++++++--- > 5 files changed, 354 insertions(+), 116 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/net/qualcomm-bluetooth.txt > create mode 100644 Documentation/devicetree/bindings/net/qualcomm-bluetooth.yaml all 5 patches have been applied to bluetooth-next tree. Regards Marcel