aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth/btrtl.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-14Bluetooth: Populate hci_set_hw_info for Intel and RealtekGravatar Archie Pusaka 1-0/+7
2024-03-06Bluetooth: btrtl: Add the support for RTL8852BT/RTL8852BE-VTGravatar Max Chou 1-0/+14
2023-10-13Bluetooth: btrtl: Ignore error return for hci_devcd_register()Gravatar Max Chou 1-7/+3
2023-08-11Bluetooth: btrtl: Load FW v2 otherwise FW v1 for RTL8852CGravatar Max Chou 1-25/+45
2023-08-11Bluetooth: msft: Extended monitor tracking by address filterGravatar Hilda Wu 1-0/+4
2023-08-11Bluetooth: btrtl: Correct the length of the HCI command for drop fwGravatar Max Chou 1-8/+6
2023-08-11Bluetooth: btrtl: Add Realtek devcoredump supportGravatar Hilda Wu 1-27/+118
2023-06-29Bluetooth: btrtl: Add missing MODULE_FIRMWARE declarationsGravatar Dan Gora 1-2/+16
2023-04-23Bluetooth: btrtl: Add the support for RTL8851BGravatar Max Chou 1-0/+15
2023-04-23Bluetooth: btrtl: Firmware format v2 supportGravatar Max Chou 1-40/+310
2023-04-23Bluetooth: btrtl: check for NULL in btrtl_set_quirks()Gravatar Max Chou 1-0/+3
2023-04-23Bluetooth: btrtl: add support for the RTL8723CSGravatar Vasily Khoruzhick 1-4/+116
2023-04-23Bluetooth: hci_h5: btrtl: Add support for RTL8821CSGravatar Chris Morgan 1-0/+8
2023-04-23Bluetooth: btrtl: Add support for RTL8852BSGravatar Victor Hassan 1-0/+10
2022-12-12Bluetooth: btusb: Ignore zero length of USB packets on ALT 6 for specific chipGravatar Hilda Wu 1-0/+7
2022-07-22Bluetooth: btrtl: Fix typo in commentGravatar shaomin Deng 1-1/+1
2022-05-13Bluetooth: btrtl: Add support for RTL8852CGravatar Max Chou 1-0/+13
2022-03-18Bluetooth: btrtl: Add support for RTL8852BGravatar Max Chou 1-0/+13
2022-01-26Bluetooth: btrtl: Add support for RTL8822C hci_ver 0x08Gravatar Vyacheslav Bocharov 1-0/+8
2021-10-01Bluetooth: btrtl: Ask ic_info to drop firmwareGravatar Hilda Wu 1-5/+7
2021-09-30Bluetooth: btrtl: Add support for MSFT extension to rtl8821c devicesGravatar Marcel Holtmann 1-0/+1
2021-09-28Bluetooth: btrtl: Set VsMsftOpCode based on device tableGravatar Marcel Holtmann 1-5/+7
2021-09-28Bluetooth: btrtl: enable Realtek 8822C/8852A to support AOSP extensionGravatar Joseph Hwang 1-0/+1
2021-07-22Bluetooth: btrtl: Set MSFT opcode for RTL8852Gravatar Archie Pusaka 1-3/+7
2021-06-26Bluetooth: btrtl: rename USB fw for RTL8761Gravatar Joakim Tjernlund 1-1/+8
2021-06-26Bluetooth: hci_h5: Add RTL8822CS capabilitiesGravatar Archie Pusaka 1-10/+16
2021-01-29Bluetooth: btrtl: Enable WBS for the specific Realtek devicesGravatar Max Chou 1-7/+23
2021-01-06Bluetooth: btrtl: Add null check in setupGravatar Abhishek Pandit-Subedi 1-0/+4
2020-12-22Bluetooth: btrtl: Enable central-peripheral roleGravatar Abhishek Pandit-Subedi 1-2/+13
2020-12-18Bluetooth: btrtl: Enable MSFT extension for RTL8822CE controllerGravatar Miao-chen Chou 1-0/+6
2020-11-11Bluetooth: btrtl: fix incorrect skb allocation failure checkGravatar Colin Ian King 1-1/+1
2020-11-10Bluetooth: btusb: btrtl: Add support for RTL8852AGravatar Max Chou 1-0/+12
2020-11-09Bluetooth: btrtl: Ask 8821C to drop old firmwareGravatar Kai-Heng Feng 1-0/+46
2020-11-09Bluetooth: btrtl: Refine the ic_id_table for clearer and more regularGravatar Max Chou 1-46/+19
2020-04-11Bluetooth: btrtl: Add support for RTL8761BGravatar Ziqian SUN (Zamir) 1-1/+9
2020-02-18Bluetooth: hci_h5: btrtl: Add support for RTL8822CGravatar Max Chou 1-0/+12
2020-01-24Bluetooth: btrtl: Use kvmalloc for FW allocationsGravatar Maxim Mikityanskiy 1-9/+11
2019-10-26Bluetooth: btrtl: remove unneeded semicolonGravatar YueHaibing 1-1/+1
2019-10-16Bluetooth: btrtl: Fix an issue for the incorrect error return code.Gravatar Max Chou 1-1/+1
2019-09-05Bluetooth: btrtl: Fix an issue that failing to download the FW which size is ...Gravatar Max Chou 1-1/+5
2019-09-05Bluetooth: btrtl: Remove trailing newline from calls to rtl_dev macrosGravatar Alex Lu 1-28/+28
2019-09-05Bluetooth: btrtl: Remove redundant prefix from calls to rtl_dev macrosGravatar Alex Lu 1-6/+6
2019-09-05Bluetooth: btrtl: Add firmware version printGravatar Alex Lu 1-21/+35
2019-09-05Bluetooth: btrtl: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERYGravatar Alex Lu 1-0/+5
2019-07-06Bluetooth:: btrtl: Add support for RTL8723DUGravatar Larry Finger 1-0/+8
2019-07-06Bluetooth: btrtl: HCI reset on close for Realtek BT chipGravatar Jian-Hong Pan 1-0/+20
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 1-11/+1
2019-01-28Bluetooth: btrtl: Restore old logic to assume firmware is already loadedGravatar Kai-Heng Feng 1-3/+7
2018-09-27Bluetooth: btrtl: Add support for RTL8822C with USB interfaceGravatar Alex Lu 1-0/+8
2018-09-27Bluetooth: btrtl: Make array extension_sig static, shrinks object sizeGravatar Colin Ian King 1-1/+1