summaryrefslogtreecommitdiff
path: root/drivers/bluetooth/hci_h5.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hci_h5: Complements reliable packet processing logicQiqi Zhang2023-04-231-0/+2
* Bluetooth: btrtl: add support for the RTL8723CSVasily Khoruzhick2023-04-231-0/+4
* Bluetooth: hci_h5: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
* Bluetooth: hci_uart: add missing NULL check in h5_enqueuePavel Skripkin2022-03-181-3/+5
* Bluetooth: hci_h5: Add power reset via gpio in h5_btrtl_openVyacheslav Bocharov2022-01-261-0/+5
* Bluetooth: hci_h5: directly return hci_uart_register_device() ret-valHans de Goede2021-09-241-6/+1
* Bluetooth: hci_h5: Fix (runtime)suspend issues on RTL8723BS HCIsHans de Goede2021-09-241-9/+11
* Bluetooth: hci_uart: fix GPF in h5_recvPavel Skripkin2021-09-101-3/+5
* Bluetooth: hci_h5: Add runtime suspendArchie Pusaka2021-07-231-0/+20
* Bluetooth: hci_h5: btrtl: Maintain flow control if wakeup is enabledArchie Pusaka2021-07-231-0/+8
* Bluetooth: hci_h5: add WAKEUP_DISABLE flagArchie Pusaka2021-07-231-24/+59
* Bluetooth: hci_h5: Disable the hci_suspend_notifier for btrtl devicesHans de Goede2021-07-221-0/+7
* Bluetooth: hci_h5: Add RTL8822CS capabilitiesArchie Pusaka2021-06-261-4/+1
* Bluetooth: hci_h5: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for btrtlClaire Chang2021-01-251-0/+5
* Bluetooth: hci_h5: Add support for binding RTL8723DS with device treeJohn-Eric Kamps2021-01-061-0/+2
* Bluetooth: hci_h5: Add OBDA0623 ACPI HIDHans de Goede2020-11-231-0/+1
* Bluetooth: revert: hci_h5: close serdev device and free hu in h5_closeHans de Goede2020-11-231-6/+2
* Bluetooth: hci_h5: fix memory leak in h5_closeAnant Thazhemadam2020-11-091-0/+3
* Bluetooth: hci_h5: close serdev device and free hu in h5_closeAnant Thazhemadam2020-11-091-2/+6
* Bluetooth: hci_h5: Remove ignored flag HCI_UART_RESET_ON_INITSamuel Holland2020-08-021-2/+0
* Bluetooth: hci_h5: Set HCI_UART_RESET_ON_INIT to correct flagsNicolas Boichat2020-07-281-1/+1
* Bluetooth: hci_h5: Add support for binding RTL8723BS with device treeVasily Khoruzhick2020-05-111-0/+2
* Bluetooth: hci_h5: Switch from BT_ERR to bt_dev_err where possibleMarcel Holtmann2020-03-111-13/+13
* Bluetooth: hci_h5: Move variable into local scopeMarcel Holtmann2020-02-181-1/+2
* Bluetooth: hci_h5: btrtl: Add support for RTL8822CMax Chou2020-02-181-0/+20
* Bluetooth: hci_h5: Add support for ISO packetsLuiz Augusto von Dentz2020-01-151-0/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1
* Bluetooth: hci_h5: fix spelling mistake "sliped" -> "slipped"Colin Ian King2019-04-231-1/+1
* Bluetooth: hci_h5: Turn off RTL8723BS on suspend, reprobe on resumeHans de Goede2018-12-191-0/+52
* Bluetooth: hci_h5: Add suspend / resume opsHans de Goede2018-12-191-0/+29
* Bluetooth: Introduce BT_HCIUART_RTL configuration optionMarcel Holtmann2018-08-091-0/+4
* Bluetooth: hci_h5: Add support for enable and device-wake GPIOsHans de Goede2018-08-031-0/+41
* Bluetooth: hci_h5: Add support for the RTL8723BSJeremy Cline2018-08-031-0/+69
* Bluetooth: hci_h5: Add vendor setup, open, and close callbacksJeremy Cline2018-08-031-1/+39
* Bluetooth: hci_h5: Add support for serdev enumerated devicesHans de Goede2018-08-031-4/+48
* Bluetooth: Convert timers to use timer_setup()Kees Cook2017-10-061-4/+6
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-6/+6
* Bluetooth: hci_h5: Use setup_timer Kernel API instead of init_timerPrasanna Karthik2016-11-271-3/+1
* Bluetooth: h5: Do not initialize Configuration fieldAndrei Emeltchenko2015-12-101-2/+2
* Bluetooth: Simplify setting Configuration FieldAndrei Emeltchenko2015-12-101-5/+1
* Bluetooth: Use hexadecimal notation for maskAndrei Emeltchenko2015-12-101-1/+1
* Bluetooth: Use hex notation for maskAndrei Emeltchenko2015-11-191-1/+1
* Bluetooth: Fix mask for H5 header lenAndrei Emeltchenko2015-11-191-1/+1
* Bluetooth: Use new hci_skb_pkt_* wrappers for driversMarcel Holtmann2015-11-191-7/+7
* Bluetooth: hci_h5: clean up hci_h5 codePrasanna Karthik2015-09-301-5/+5
* Bluetooth: hci_h5: Cleaned up coding style warningsPrasanna Karthik2015-07-271-1/+1
* Bluetooth: hci_uart: Remove the manual protocol init messageMarcel Holtmann2015-04-071-8/+1
* Bluetooth: hci_uart: Add name information to hci_uart_proto structMarcel Holtmann2015-04-071-0/+1
* Bluetooth: hci_uart: Make struct hci_uart_proto always constMarcel Holtmann2015-04-071-1/+1
* Bluetooth: hci_uart: Use const data pointer for received dataMarcel Holtmann2015-04-071-2/+2