aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth/hci_h5.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-07Bluetooth: hci_uart: Use const data pointer for received dataGravatar Marcel Holtmann 1-2/+2
2014-11-02Bluetooth: Switch HCI H5 driver to use hci_reset_dev() functionGravatar Marcel Holtmann 1-11/+2
2014-11-02Bluetooth: Use HCI_EV_HARDWARE_ERROR define for event payloadGravatar Marcel Holtmann 1-2/+2
2014-10-31Bluetooth: HCI H5 peer reset detectionGravatar Loic Poulain 1-0/+34
2014-08-14Bluetooth: Fix HCI H5 corrupted ack valueGravatar Loic Poulain 1-1/+1
2014-07-03Bluetooth: Remove redundant calls to h5_reset_rxGravatar Loic Poulain 1-4/+0
2014-06-23Bluetooth: Ignore H5 non-link packets in non-active stateGravatar Loic Poulain 1-0/+1
2014-03-05Bluetooth: Remove assignments in if-statementsGravatar Valentin Ilie 1-2/+4
2014-03-04Bluetooth: Stop BCSP/H5 timer before cleaning upGravatar Michael Knudsen 1-2/+2
2013-10-11Bluetooth: Provide hdev parameter to hci_recv_frame() driver callbackGravatar Marcel Holtmann 1-1/+1
2012-07-17Bluetooth: Introduce a flags variable to Three-wire UART stateGravatar Johan Hedberg 1-11/+15
2012-07-17Bluetooth: Improve Three-wire UART configuration handlingGravatar Johan Hedberg 1-7/+27
2012-07-17Bluetooth: Remove unnecessary h5_build_pkt functionGravatar Johan Hedberg 1-26/+23