summaryrefslogtreecommitdiff
path: root/drivers/bluetooth
AgeCommit message (Expand)Author
2024-03-29Bluetooth: qca: fix device-address endiannessJohan Hovold
2024-03-29Revert "Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DT"Johan Hovold
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-03-06Bluetooth: Add new quirk for broken read key length on ATS2851Vinicius Peixoto
2024-03-06Bluetooth: btusb: Add support Mediatek MT7920Peter Tsao
2024-03-06Bluetooth: btmtk: Add MODULE_FIRMWARE() for MT7922Takashi Iwai
2024-03-06Bluetooth: btnxpuart: Fix btnxpuart_closeMarcel Ziswiler
2024-03-06Bluetooth: btusb: Fix memory leakLuiz Augusto von Dentz
2024-03-06Bluetooth: btrtl: fix out of bounds memory accessAndrey Skvortsov
2024-03-06Bluetooth: hci_h5: Add ability to allocate memory for private dataAndrey Skvortsov
2024-03-06Bluetooth: btintel: Fixe build regressionLuiz Augusto von Dentz
2024-03-06Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with gpiod_get_optional()Bartosz Golaszewski
2024-03-06Bluetooth: btintel: Print Firmware Sequencer informationKiran K
2024-03-06Bluetooth: btbcm: Use devm_kstrdup()Christophe JAILLET
2024-03-06Bluetooth: btbcm: Use strreplace()Christophe JAILLET
2024-03-06Bluetooth: btintel: Fix null ptr deref in btintel_read_versionEdward Adam Davis
2024-03-06Bluetooth: btusb: Add new VID/PID 13d3/3602 for MT7925Ulrik Strid
2024-03-06Bluetooth: btnxpuart: Resolve TX timeout error in power save stress testNeeraj Sanjay Kale
2024-03-06Bluetooth: btrtl: Add the support for RTL8852BT/RTL8852BE-VTMax Chou
2024-02-28Bluetooth: qca: Fix triggering coredump implementationZijun Hu
2024-02-28Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DTJanaki Ramaiah Thota
2024-02-28Bluetooth: qca: Fix wrong event type for patch config commandZijun Hu
2024-02-28Bluetooth: hci_bcm4377: do not mark valid bd_addr as invalidJohan Hovold
2024-01-27treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-01-04USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng
2023-12-22Bluetooth: Add device 13d3:3572 IMC Networks Bluetooth RadioJagan Teki
2023-12-22Bluetooth: btnxpuart: remove useless assignmentFrancesco Dolcini
2023-12-22Bluetooth: btmtkuart: fix recv_buf() return valueFrancesco Dolcini
2023-12-22Bluetooth: btnxpuart: fix recv_buf() return valueFrancesco Dolcini
2023-12-22Bluetooth: qca: Support HFP offload for QCA2066Zijun Hu
2023-12-22Bluetooth: btintel: Print firmware SHA1Kiran K
2023-12-22Bluetooth: btusb: Don't suspend when there are connectionsLuiz Augusto von Dentz
2023-12-22Bluetooth: qca: Set both WIDEBAND_SPEECH and LE_STATES quirks for QCA2066Zijun Hu
2023-12-15Bluetooth: Fix deadlock in vhci_send_frameYing Hsu
2023-12-08tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)
2023-10-23Bluetooth: btmtksdio: enable bluetooth wakeup in system suspendZhengping Jiang
2023-10-23Bluetooth: btusb: Add 0bda:b85b for Fn-Link RTL8852BEGuan Wentao
2023-10-23Bluetooth: hci_bcm4377: Mark bcm4378/bcm4387 as BROKEN_LE_CODEDJanne Grunau
2023-10-23Bluetooth: btusb: Add date->evt_skb is NULL checkyouwan Wang
2023-10-23Bluetooth: btusb: Add RTW8852BE device 13d3:3570 to device tablesMasum Reza
2023-10-23Bluetooth: qca: add support for QCA2066Tim Jiang
2023-10-23Bluetooth: Add support for Intel Misty Peak - 8087:0038Vijay Satija
2023-10-23Bluetooth: Add support ITTIM PE50-M75CJingyang Wang
2023-10-13Bluetooth: btrtl: Ignore error return for hci_devcd_register()Max Chou
2023-10-11Bluetooth: vhci: Fix race when opening vhci deviceArkadiusz Bokowy
2023-09-20Bluetooth: btusb: add shutdown function for QCA6174Rocky Liao
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-08-24Bluetooth: btusb: Do not call kfree_skb() under spin_lock_irqsave()Jinjie Ruan