aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth/btqca.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-14Bluetooth: qca: Fix error code in qca_read_fw_build_info()Gravatar Dan Carpenter 1-1/+3
2024-05-14Bluetooth: qca: drop bogus module versionGravatar Johan Hovold 1-4/+1
2024-05-14Bluetooth: qca: drop bogus edl header checksGravatar Johan Hovold 1-20/+0
2024-05-14Bluetooth: qca: Support downloading board id specific NVM for WCN7850Gravatar Zijun Hu 1-3/+15
2024-05-03Bluetooth: qca: fix firmware check error pathGravatar Johan Hovold 1-1/+1
2024-05-03Bluetooth: qca: fix info leak when fetching board idGravatar Johan Hovold 1-0/+5
2024-05-03Bluetooth: qca: fix info leak when fetching fw build idGravatar Johan Hovold 1-4/+21
2024-05-03Bluetooth: qca: generalise device address checkGravatar Johan Hovold 1-9/+12
2024-05-03Bluetooth: qca: fix NVM configuration parsingGravatar Johan Hovold 1-2/+22
2024-05-03Bluetooth: qca: add missing firmware sanity checksGravatar Johan Hovold 1-6/+32
2024-05-03Bluetooth: qca: fix wcn3991 device address checkGravatar Johan Hovold 1-1/+4
2024-04-24Bluetooth: qca: fix invalid device address checkGravatar Johan Hovold 1-0/+38
2024-03-29Bluetooth: qca: fix device-address endiannessGravatar Johan Hovold 1-2/+6
2024-02-28Bluetooth: qca: Fix wrong event type for patch config commandGravatar Zijun Hu 1-1/+1
2023-10-23Bluetooth: qca: add support for QCA2066Gravatar Tim Jiang 1-0/+68
2023-08-24Bluetooth: qca: add support for WCN7850Gravatar Neil Armstrong 1-0/+10
2023-08-24Bluetooth: qca: use switch case for soc type behaviorGravatar Neil Armstrong 1-30/+57
2023-08-11Bluetooth: btqca: Add WCN3988 supportGravatar Luca Weiss 1-2/+11
2023-06-29Bluetooth: btqca: use le32_to_cpu for ver.soc_idGravatar Min-Hua Chen 1-1/+1
2023-04-23Bluetooth: hci_qca: Add support for QTI Bluetooth chip wcn6855Gravatar Steev Klimaszewski 1-1/+13
2022-01-07Bluetooth: btqca: sequential validationGravatar Sai Teja Aluvala 1-0/+47
2021-12-29net: Don't include filter.h from net/sock.hGravatar Jakub Kicinski 1-0/+1
2021-06-26Bluetooth: btqca: Moved extracting rom version info to common placeGravatar Venkata Lakshmi Narayana Gubba 1-9/+5
2021-06-26Bluetooth: btqca: Add support for firmware image with mbn type for WCN6750Gravatar Venkata Lakshmi Narayana Gubba 1-17/+52
2021-06-26Bluetooth: hci_qca: Add support for QTI Bluetooth chip wcn6750Gravatar Venkata Lakshmi Narayana Gubba 1-2/+11
2021-06-26Bluetooth: btqca: Don't modify firmware contents in-placeGravatar Connor Abbott 1-7/+20
2020-12-18Bluetooth: btqca: Enable MSFT extension for Qualcomm WCN399xGravatar Miao-chen Chou 1-0/+13
2020-12-18Bluetooth: btqca: Add support to read FW build version for WCN3991 BTSoCGravatar Venkata Lakshmi Narayana Gubba 1-0/+54
2020-12-07Bluetooth: btqca: Use NVM files based on SoC ID for WCN3991Gravatar Venkata Lakshmi Narayana Gubba 1-16/+20
2020-06-12Bluetooth: hci_qca: Disable SoC debug logging for WCN3991Gravatar Balakrishna Godavarthi 1-0/+27
2020-06-01Bluetooth: hci_qca: Improve controller ID info log levelGravatar Zijun Hu 1-5/+9
2020-04-02Bluetooth: hci_qca: Add support for Qualcomm Bluetooth SoC QCA6390Gravatar Rocky Liao 1-5/+13
2020-03-01Bluetooth: btqca: Fix the NVM baudrate tag offcet for wcn3991Gravatar Rocky Liao 1-3/+7
2019-11-09Bluetooth: hci_qca: Add support for Qualcomm Bluetooth SoC WCN3991Gravatar Balakrishna Godavarthi 1-15/+53
2019-11-09Bluetooth: btqca: Rename ROME specific variables to generic variablesGravatar Balakrishna Godavarthi 1-14/+14
2019-09-05Bluetooth: hci_qca: wait for Pre shutdown complete event before sending the P...Gravatar Harish Bandi 1-2/+3
2019-08-12Bluetooth: btqca: Reset download type to defaultGravatar Balakrishna Godavarthi 1-0/+1
2019-08-12Bluetooth: btqca: release_firmware after qca_inject_cmd_complete_eventGravatar Claire Chang 1-1/+1
2019-08-12Bluetooth: hci_qca: Send VS pre shutdown command.Gravatar Harish Bandi 1-0/+21
2019-08-12Bluetooth: btqca: Use correct byte format for opcode of injected commandGravatar Matthias Kaehlcke 1-1/+1
2019-08-12Bluetooth: btqca: Add a short delay before downloading the NVMGravatar Matthias Kaehlcke 1-0/+3
2019-07-06Bluetooth: hci_qca: Load customized NVM based on the device propertyGravatar Rocky Liao 1-2/+6
2019-07-06Bluetooth: btqca: inject command complete event during fw downloadGravatar Balakrishna Godavarthi 1-1/+38
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Gravatar Thomas Gleixner 1-14/+1
2019-05-03Bluetooth: hci_qca: Added support for WCN3998Gravatar Harish Bandi 1-3/+4
2019-01-22Bluetooth: hci_qca: Add helper to set device addressGravatar Balakrishna Godavarthi 1-0/+19
2018-08-06Bluetooth: btqca: Introduce HCI_EV_VENDOR and use itGravatar Marcel Holtmann 1-3/+3
2018-08-03Bluetooth: btqca: Add wcn3990 firmware download support.Gravatar Balakrishna Godavarthi 1-4/+21
2018-08-03Bluetooth: btqca: Redefine qca_uart_setup() to generic function.Gravatar Balakrishna Godavarthi 1-13/+8
2018-08-03Bluetooth: btqca: Rename ROME specific functions to generic functionsGravatar Balakrishna Godavarthi 1-43/+42