summaryrefslogtreecommitdiff
path: root/drivers/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2024-05-30Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz10-47/+1
2024-05-30Bluetooth: qca: Fix error code in qca_read_fw_build_info()Dan Carpenter1-1/+3
2024-05-25Bluetooth: btusb: Fix the patch for MT7920 the affected to MT7921Peter Tsao1-0/+1
2024-05-03Bluetooth: qca: fix firmware check error pathJohan Hovold1-1/+1
2024-05-03Bluetooth: qca: fix info leak when fetching board idJohan Hovold1-0/+5
2024-05-03Bluetooth: qca: fix info leak when fetching fw build idJohan Hovold2-5/+21
2024-05-03Bluetooth: qca: generalise device address checkJohan Hovold2-9/+14
2024-05-03Bluetooth: qca: fix NVM configuration parsingJohan Hovold1-2/+22
2024-05-03Bluetooth: qca: add missing firmware sanity checksJohan Hovold1-6/+32
2024-05-03Bluetooth: qca: fix wcn3991 device address checkJohan Hovold1-1/+4
2024-04-24Bluetooth: qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional()Bartosz Golaszewski1-5/+13
2024-04-24Bluetooth: qca: fix NULL-deref on non-serdev setupJohan Hovold1-2/+4
2024-04-24Bluetooth: qca: fix NULL-deref on non-serdev suspendJohan Hovold1-0/+3
2024-04-24Bluetooth: btusb: mediatek: Fix double free of skb in coredumpSean Wang1-4/+3
2024-04-24Bluetooth: qca: fix invalid device address checkJohan Hovold2-2/+38
2024-04-24Bluetooth: btusb: Fix triggering coredump implementation for QCAZijun Hu1-5/+4
2024-04-24Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853WangYuli1-0/+2
2024-03-29Bluetooth: qca: fix device-address endiannessJohan Hovold2-2/+16
2024-03-29Revert "Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DT"Johan Hovold1-12/+1
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-6/+6
2024-03-07Bluetooth: Add new quirk for broken read key length on ATS2851Vinicius Peixoto1-0/+1
2024-03-07Bluetooth: btusb: Add support Mediatek MT7920Peter Tsao1-1/+10
2024-03-07Bluetooth: btmtk: Add MODULE_FIRMWARE() for MT7922Takashi Iwai2-0/+2
2024-03-07Bluetooth: btnxpuart: Fix btnxpuart_closeMarcel Ziswiler1-0/+3
2024-03-07Bluetooth: btusb: Fix memory leakLuiz Augusto von Dentz2-5/+9
2024-03-07Bluetooth: btrtl: fix out of bounds memory accessAndrey Skvortsov1-0/+1
2024-03-07Bluetooth: hci_h5: Add ability to allocate memory for private dataAndrey Skvortsov3-6/+19
2024-03-07Bluetooth: btintel: Fixe build regressionLuiz Augusto von Dentz1-2/+2
2024-03-07Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with gpiod_get_optional()Bartosz Golaszewski1-3/+3
2024-03-07Bluetooth: btintel: Print Firmware Sequencer informationKiran K1-0/+114
2024-03-07Bluetooth: btbcm: Use devm_kstrdup()Christophe JAILLET1-4/+1
2024-03-07Bluetooth: btbcm: Use strreplace()Christophe JAILLET1-5/+2
2024-03-07Bluetooth: btintel: Fix null ptr deref in btintel_read_versionEdward Adam Davis1-1/+1
2024-03-07Bluetooth: btusb: Add new VID/PID 13d3/3602 for MT7925Ulrik Strid1-0/+5
2024-03-07Bluetooth: btnxpuart: Resolve TX timeout error in power save stress testNeeraj Sanjay Kale1-3/+21
2024-03-07Bluetooth: btrtl: Add the support for RTL8852BT/RTL8852BE-VTMax Chou2-0/+17
2024-02-28Bluetooth: qca: Fix triggering coredump implementationZijun Hu1-5/+4
2024-02-28Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DTJanaki Ramaiah Thota1-1/+12
2024-02-28Bluetooth: qca: Fix wrong event type for patch config commandZijun Hu1-1/+1
2024-02-28Bluetooth: hci_bcm4377: do not mark valid bd_addr as invalidJohan Hovold1-2/+1
2024-01-28treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini3-6/+6
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-4/+2
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-6/+6
2024-01-04USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng1-4/+2
2023-12-22Bluetooth: Add device 13d3:3572 IMC Networks Bluetooth RadioJagan Teki1-0/+2
2023-12-22Bluetooth: btnxpuart: remove useless assignmentFrancesco Dolcini1-1/+0
2023-12-22Bluetooth: btmtkuart: fix recv_buf() return valueFrancesco Dolcini1-8/+3
2023-12-22Bluetooth: btnxpuart: fix recv_buf() return valueFrancesco Dolcini1-4/+3
2023-12-22Bluetooth: qca: Support HFP offload for QCA2066Zijun Hu1-0/+22
2023-12-22Bluetooth: btintel: Print firmware SHA1Kiran K2-1/+8