summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_h5.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bluetooth: Switch HCI H5 driver to use hci_reset_dev() functionMarcel Holtmann2014-11-021-11/+2
* Bluetooth: Use HCI_EV_HARDWARE_ERROR define for event payloadMarcel Holtmann2014-11-021-2/+2
* Bluetooth: HCI H5 peer reset detectionLoic Poulain2014-10-311-0/+34
* Bluetooth: Fix HCI H5 corrupted ack valueLoic Poulain2014-08-141-1/+1
* Bluetooth: Remove redundant calls to h5_reset_rxLoic Poulain2014-07-031-4/+0
* Bluetooth: Ignore H5 non-link packets in non-active stateLoic Poulain2014-06-231-0/+1
* Bluetooth: Remove assignments in if-statementsValentin Ilie2014-03-051-2/+4
* Bluetooth: Stop BCSP/H5 timer before cleaning upMichael Knudsen2014-03-041-2/+2
* Bluetooth: Provide hdev parameter to hci_recv_frame() driver callbackMarcel Holtmann2013-10-111-1/+1
* Bluetooth: Introduce a flags variable to Three-wire UART stateJohan Hedberg2012-07-171-11/+15
* Bluetooth: Improve Three-wire UART configuration handlingJohan Hedberg2012-07-171-7/+27
* Bluetooth: Remove unnecessary h5_build_pkt functionJohan Hedberg2012-07-171-26/+23