aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth/hci_h5.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-11bluetooth: Explicitly include correct DT includesGravatar Rob Herring 1-1/+1
2023-04-23Bluetooth: hci_h5: Complements reliable packet processing logicGravatar Qiqi Zhang 1-0/+2
2023-04-23Bluetooth: btrtl: add support for the RTL8723CSGravatar Vasily Khoruzhick 1-0/+4
2022-12-12Bluetooth: hci_h5: don't call kfree_skb() under spin_lock_irqsave()Gravatar Yang Yingliang 1-1/+1
2022-03-18Bluetooth: hci_uart: add missing NULL check in h5_enqueueGravatar Pavel Skripkin 1-3/+5
2022-01-26Bluetooth: hci_h5: Add power reset via gpio in h5_btrtl_openGravatar Vyacheslav Bocharov 1-0/+5
2021-09-24Bluetooth: hci_h5: directly return hci_uart_register_device() ret-valGravatar Hans de Goede 1-6/+1
2021-09-24Bluetooth: hci_h5: Fix (runtime)suspend issues on RTL8723BS HCIsGravatar Hans de Goede 1-9/+11
2021-09-10Bluetooth: hci_uart: fix GPF in h5_recvGravatar Pavel Skripkin 1-3/+5
2021-07-23Bluetooth: hci_h5: Add runtime suspendGravatar Archie Pusaka 1-0/+20
2021-07-23Bluetooth: hci_h5: btrtl: Maintain flow control if wakeup is enabledGravatar Archie Pusaka 1-0/+8
2021-07-23Bluetooth: hci_h5: add WAKEUP_DISABLE flagGravatar Archie Pusaka 1-24/+59
2021-07-22Bluetooth: hci_h5: Disable the hci_suspend_notifier for btrtl devicesGravatar Hans de Goede 1-0/+7
2021-06-26Bluetooth: hci_h5: Add RTL8822CS capabilitiesGravatar Archie Pusaka 1-4/+1
2021-01-25Bluetooth: hci_h5: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for btrtlGravatar Claire Chang 1-0/+5
2021-01-06Bluetooth: hci_h5: Add support for binding RTL8723DS with device treeGravatar John-Eric Kamps 1-0/+2
2020-11-23Bluetooth: hci_h5: Add OBDA0623 ACPI HIDGravatar Hans de Goede 1-0/+1
2020-11-23Bluetooth: revert: hci_h5: close serdev device and free hu in h5_closeGravatar Hans de Goede 1-6/+2
2020-11-09Bluetooth: hci_h5: fix memory leak in h5_closeGravatar Anant Thazhemadam 1-0/+3
2020-11-09Bluetooth: hci_h5: close serdev device and free hu in h5_closeGravatar Anant Thazhemadam 1-2/+6
2020-08-02Bluetooth: hci_h5: Remove ignored flag HCI_UART_RESET_ON_INITGravatar Samuel Holland 1-2/+0
2020-07-28Bluetooth: hci_h5: Set HCI_UART_RESET_ON_INIT to correct flagsGravatar Nicolas Boichat 1-1/+1
2020-05-11Bluetooth: hci_h5: Add support for binding RTL8723BS with device treeGravatar Vasily Khoruzhick 1-0/+2
2020-03-11Bluetooth: hci_h5: Switch from BT_ERR to bt_dev_err where possibleGravatar Marcel Holtmann 1-13/+13
2020-02-18Bluetooth: hci_h5: Move variable into local scopeGravatar Marcel Holtmann 1-1/+2
2020-02-18Bluetooth: hci_h5: btrtl: Add support for RTL8822CGravatar Max Chou 1-0/+20
2020-01-15Bluetooth: hci_h5: Add support for ISO packetsGravatar Luiz Augusto von Dentz 1-0/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-16/+1
2019-04-23Bluetooth: hci_h5: fix spelling mistake "sliped" -> "slipped"Gravatar Colin Ian King 1-1/+1
2018-12-19Bluetooth: hci_h5: Turn off RTL8723BS on suspend, reprobe on resumeGravatar Hans de Goede 1-0/+52
2018-12-19Bluetooth: hci_h5: Add suspend / resume opsGravatar Hans de Goede 1-0/+29
2018-08-09Bluetooth: Introduce BT_HCIUART_RTL configuration optionGravatar Marcel Holtmann 1-0/+4
2018-08-03Bluetooth: hci_h5: Add support for enable and device-wake GPIOsGravatar Hans de Goede 1-0/+41
2018-08-03Bluetooth: hci_h5: Add support for the RTL8723BSGravatar Jeremy Cline 1-0/+69
2018-08-03Bluetooth: hci_h5: Add vendor setup, open, and close callbacksGravatar Jeremy Cline 1-1/+39
2018-08-03Bluetooth: hci_h5: Add support for serdev enumerated devicesGravatar Hans de Goede 1-4/+48
2017-10-06Bluetooth: Convert timers to use timer_setup()Gravatar Kees Cook 1-4/+6
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 1-6/+6
2016-11-27Bluetooth: hci_h5: Use setup_timer Kernel API instead of init_timerGravatar Prasanna Karthik 1-3/+1
2015-12-10Bluetooth: h5: Do not initialize Configuration fieldGravatar Andrei Emeltchenko 1-2/+2
2015-12-10Bluetooth: Simplify setting Configuration FieldGravatar Andrei Emeltchenko 1-5/+1
2015-12-10Bluetooth: Use hexadecimal notation for maskGravatar Andrei Emeltchenko 1-1/+1
2015-11-19Bluetooth: Use hex notation for maskGravatar Andrei Emeltchenko 1-1/+1
2015-11-19Bluetooth: Fix mask for H5 header lenGravatar Andrei Emeltchenko 1-1/+1
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for driversGravatar Marcel Holtmann 1-7/+7
2015-09-30Bluetooth: hci_h5: clean up hci_h5 codeGravatar Prasanna Karthik 1-5/+5
2015-07-27Bluetooth: hci_h5: Cleaned up coding style warningsGravatar Prasanna Karthik 1-1/+1
2015-04-07Bluetooth: hci_uart: Remove the manual protocol init messageGravatar Marcel Holtmann 1-8/+1
2015-04-07Bluetooth: hci_uart: Add name information to hci_uart_proto structGravatar Marcel Holtmann 1-0/+1
2015-04-07Bluetooth: hci_uart: Make struct hci_uart_proto always constGravatar Marcel Holtmann 1-1/+1