summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-dw-bt1.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-29Bluetooth: hci_vhci: Add force_prevent_wake entryLuiz Augusto von Dentz1-0/+49
2021-09-29Bluetooth: hci_vhci: Add force_suspend entryLuiz Augusto von Dentz1-0/+53
2021-09-29Bluetooth: Make use of hci_{suspend,resume}_dev on suspend notifierLuiz Augusto von Dentz1-49/+67
2021-09-29Bluetooth: btrsi: remove superfluous header files from btrsi.cMianhan Liu1-1/+0
2021-09-28Bluetooth: btrtl: Set VsMsftOpCode based on device tableMarcel Holtmann1-5/+7
2021-09-28Bluetooth: Fix handling of experimental feature for codec offloadMarcel Holtmann1-13/+4
2021-09-28Bluetooth: Fix handling of experimental feature for quality reportsMarcel Holtmann1-11/+4
2021-09-28Bbluetooth: btusb: Add another Bluetooth part for Realtek 8852AELarry Finger1-4/+4
2021-09-28Bluetooth: btrtl: enable Realtek 8822C/8852A to support AOSP extensionJoseph Hwang1-0/+1
2021-09-28Bluetooth: hci_qca: enable Qualcomm WCN399x for AOSP extensionJoseph Hwang1-0/+1
2021-09-28Bluetooth: Fix wrong opcode when LL privacy enabledYun-Hao Chung1-1/+1
2021-09-28Bluetooth: Fix Advertisement Monitor Suspend/ResumeManish Mandlik3-21/+116
2021-09-24Bluetooth: hci_h5: directly return hci_uart_register_device() ret-valHans de Goede1-6/+1
2021-09-24Bluetooth: hci_h5: Fix (runtime)suspend issues on RTL8723BS HCIsHans de Goede1-9/+11
2021-09-22Bluetooth: hci_core: Move all debugfs handling to hci_debugfs.cLuiz Augusto von Dentz3-124/+128
2021-09-22Bluetooth: btmtkuart: fix a memleak in mtk_hci_wmt_syncDinghao Liu1-5/+8
2021-09-22Bluetooth: hci_ldisc: require CAP_NET_ADMIN to attach N_HCI ldiscThadeu Lima de Souza Cascardo1-0/+3
2021-09-21Bluetooth: btusb: Add gpio reset way for qca btsoc in cmd_timeouttjiang@codeaurora.org1-0/+22
2021-09-21Bluetooth: SCO: Fix sco_send_frame returning skb->lenLuiz Augusto von Dentz1-4/+6
2021-09-21Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz3-3/+3
2021-09-21Bluetooth: hci_sock: Add support for BT_{SND,RCV}BUFLuiz Augusto von Dentz1-11/+91
2021-09-21Bluetooth: eir: Move EIR/Adv Data functions to its own fileLuiz Augusto von Dentz9-463/+483
2021-09-13Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsgLuiz Augusto von Dentz2-43/+53
2021-09-13Bluetooth: SCO: Replace use of memcpy_from_msg with bt_skb_sendmsgLuiz Augusto von Dentz1-23/+11
2021-09-13Bluetooth: Add bt_skb_sendmmsg helperLuiz Augusto von Dentz1-0/+38
2021-09-13Bluetooth: Add bt_skb_sendmsg helperLuiz Augusto von Dentz1-0/+28
2021-09-10Bluetooth: hci_uart: fix GPF in h5_recvPavel Skripkin1-3/+5
2021-09-10Bluetooth: btintel: Fix incorrect out of memory checkColin Ian King1-1/+1
2021-09-10Bluetooth: Keep MSFT ext info throughout a hci_dev's life cycleMiao-chen Chou3-9/+53
2021-09-07Bluetooth: hci_vhci: Add support for offload codecs over SCOKiran K1-0/+20
2021-09-07Bluetooth: Allow usb to auto-suspend when SCO use non-HCI transportChethan T N1-4/+11
2021-09-07Bluetooth: Add offload feature under experimental flagKiran K1-1/+99
2021-09-07Bluetooth: Add support for msbc coding formatKiran K2-0/+27
2021-09-07Bluetooth: btintel: Define a callback to fetch codec config dataKiran K1-1/+52
2021-09-07Bluetooth: Configure codec for HFP offload use caseKiran K5-0/+64
2021-09-07Bluetooth: Add support for HCI_Enhanced_Setup_Synchronous_Connection commandKiran K6-6/+193
2021-09-07Bluetooth: Allow setting of codec for HFP offload use caseKiran K2-0/+62
2021-09-07Bluetooth: btintel: Define callback to fetch data_path_idKiran K1-0/+10
2021-09-07Bluetooth: Allow querying of supported offload codecs over SCO socketKiran K4-0/+126
2021-09-07Bluetooth: btintel: Read supported offload use casesKiran K2-0/+37
2021-09-07Bluetooth: Add support for Read Local Supported Codecs V2Kiran K4-1/+99
2021-09-07Bluetooth: Enumerate local supported codec and cache detailsKiran K6-5/+244
2021-09-04Bluetooth: fix init and cleanup of sco_conn.timeout_workDesmond Cheong Zhi Xi1-5/+4
2021-09-04Bluetooth: call sock_hold earlier in sco_conn_delDesmond Cheong Zhi Xi1-1/+2
2021-09-02Bluetooth: btusb: Add support for IMC Networks Mediatek Chip(MT7921)mark-yw.chen1-0/+3
2021-09-01Bluetooth: btusb: Add the new support ID for Realtek RTL8852AMax Chou1-0/+2
2021-09-01Bluetooth: btusb: Add protocol for MediaTek bluetooth devices(MT7922)mark-yw.chen1-0/+1
2021-09-01Bluetooth: btusb: Support public address configuration for MediaTek Chip.mark-yw.chen1-0/+18
2021-09-01Bluetooth: fix use-after-free error in lock_sock_nested()Wang ShaoBo1-1/+9
2021-08-31Bluetooth: btintel: Read boot address irrespective of controller modeKiran K1-16/+10