]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Bluetooth: hci_qca: Add support for QTI Bluetooth chip wcn6750
authorVenkata Lakshmi Narayana Gubba <gubbaven@codeaurora.org>
Tue, 18 May 2021 16:34:42 +0000 (22:04 +0530)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 20 May 2021 15:08:43 +0000 (17:08 +0200)
commitace4e30dbca706ec392b877b16031388366e2516
tree9d762a57bd299379e4fd3632a8123be4b18828a3
parent8bf7111b4bda00ae82e2de0cd871af997c3f2e9b
Bluetooth: hci_qca: Add support for QTI Bluetooth chip wcn6750

Added regulators,GPIOs and changes required to power on/off wcn6750.
Added support for firmware download for wcn6750.

Changes done in detail:
1. Added regulators and corresponding current values.
2. Added sw_ctrl GPIO pin which is output from BT SoC and indicates
   status of clock supply to BT SoC.
3. Added inline function to check if the SoC type is wcn6750.
4. Modified the function qca_wcn3990_init() to support wcn6750 and
   renamed it to qca_regulator_init().

Signed-off-by: Venkata Lakshmi Narayana Gubba <gubbaven@codeaurora.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btqca.c
drivers/bluetooth/btqca.h
drivers/bluetooth/hci_qca.c