| Commit message (Expand) | Author | Age | Files | Lines |
* | Bluetooth: hci_h5: Switch from BT_ERR to bt_dev_err where possible | Marcel Holtmann | 2020-03-11 | 1 | -13/+13 |
* | Bluetooth: hci_h5: Move variable into local scope | Marcel Holtmann | 2020-02-18 | 1 | -1/+2 |
* | Bluetooth: hci_h5: btrtl: Add support for RTL8822C | Max Chou | 2020-02-18 | 1 | -0/+20 |
* | Bluetooth: hci_h5: Add support for ISO packets | Luiz Augusto von Dentz | 2020-01-15 | 1 | -0/+3 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2019-05-30 | 1 | -16/+1 |
* | Bluetooth: hci_h5: fix spelling mistake "sliped" -> "slipped" | Colin Ian King | 2019-04-23 | 1 | -1/+1 |
* | Bluetooth: hci_h5: Turn off RTL8723BS on suspend, reprobe on resume | Hans de Goede | 2018-12-19 | 1 | -0/+52 |
* | Bluetooth: hci_h5: Add suspend / resume ops | Hans de Goede | 2018-12-19 | 1 | -0/+29 |
* | Bluetooth: Introduce BT_HCIUART_RTL configuration option | Marcel Holtmann | 2018-08-09 | 1 | -0/+4 |
* | Bluetooth: hci_h5: Add support for enable and device-wake GPIOs | Hans de Goede | 2018-08-03 | 1 | -0/+41 |
* | Bluetooth: hci_h5: Add support for the RTL8723BS | Jeremy Cline | 2018-08-03 | 1 | -0/+69 |
* | Bluetooth: hci_h5: Add vendor setup, open, and close callbacks | Jeremy Cline | 2018-08-03 | 1 | -1/+39 |
* | Bluetooth: hci_h5: Add support for serdev enumerated devices | Hans de Goede | 2018-08-03 | 1 | -4/+48 |
* | Bluetooth: Convert timers to use timer_setup() | Kees Cook | 2017-10-06 | 1 | -4/+6 |
* | networking: introduce and use skb_put_data() | Johannes Berg | 2017-06-16 | 1 | -6/+6 |
* | Bluetooth: hci_h5: Use setup_timer Kernel API instead of init_timer | Prasanna Karthik | 2016-11-27 | 1 | -3/+1 |
* | Bluetooth: h5: Do not initialize Configuration field | Andrei Emeltchenko | 2015-12-10 | 1 | -2/+2 |
* | Bluetooth: Simplify setting Configuration Field | Andrei Emeltchenko | 2015-12-10 | 1 | -5/+1 |
* | Bluetooth: Use hexadecimal notation for mask | Andrei Emeltchenko | 2015-12-10 | 1 | -1/+1 |
* | Bluetooth: Use hex notation for mask | Andrei Emeltchenko | 2015-11-19 | 1 | -1/+1 |
* | Bluetooth: Fix mask for H5 header len | Andrei Emeltchenko | 2015-11-19 | 1 | -1/+1 |
* | Bluetooth: Use new hci_skb_pkt_* wrappers for drivers | Marcel Holtmann | 2015-11-19 | 1 | -7/+7 |
* | Bluetooth: hci_h5: clean up hci_h5 code | Prasanna Karthik | 2015-09-30 | 1 | -5/+5 |
* | Bluetooth: hci_h5: Cleaned up coding style warnings | Prasanna Karthik | 2015-07-27 | 1 | -1/+1 |
* | Bluetooth: hci_uart: Remove the manual protocol init message | Marcel Holtmann | 2015-04-07 | 1 | -8/+1 |
* | Bluetooth: hci_uart: Add name information to hci_uart_proto struct | Marcel Holtmann | 2015-04-07 | 1 | -0/+1 |
* | Bluetooth: hci_uart: Make struct hci_uart_proto always const | Marcel Holtmann | 2015-04-07 | 1 | -1/+1 |
* | Bluetooth: hci_uart: Use const data pointer for received data | Marcel Holtmann | 2015-04-07 | 1 | -2/+2 |
* | Bluetooth: Switch HCI H5 driver to use hci_reset_dev() function | Marcel Holtmann | 2014-11-02 | 1 | -11/+2 |
* | Bluetooth: Use HCI_EV_HARDWARE_ERROR define for event payload | Marcel Holtmann | 2014-11-02 | 1 | -2/+2 |
* | Bluetooth: HCI H5 peer reset detection | Loic Poulain | 2014-10-31 | 1 | -0/+34 |
* | Bluetooth: Fix HCI H5 corrupted ack value | Loic Poulain | 2014-08-14 | 1 | -1/+1 |
* | Bluetooth: Remove redundant calls to h5_reset_rx | Loic Poulain | 2014-07-03 | 1 | -4/+0 |
* | Bluetooth: Ignore H5 non-link packets in non-active state | Loic Poulain | 2014-06-23 | 1 | -0/+1 |
* | Bluetooth: Remove assignments in if-statements | Valentin Ilie | 2014-03-05 | 1 | -2/+4 |
* | Bluetooth: Stop BCSP/H5 timer before cleaning up | Michael Knudsen | 2014-03-04 | 1 | -2/+2 |
* | Bluetooth: Provide hdev parameter to hci_recv_frame() driver callback | Marcel Holtmann | 2013-10-11 | 1 | -1/+1 |
* | Bluetooth: Introduce a flags variable to Three-wire UART state | Johan Hedberg | 2012-07-17 | 1 | -11/+15 |
* | Bluetooth: Improve Three-wire UART configuration handling | Johan Hedberg | 2012-07-17 | 1 | -7/+27 |
* | Bluetooth: Remove unnecessary h5_build_pkt function | Johan Hedberg | 2012-07-17 | 1 | -26/+23 |
* | Bluetooth: Implement proper low-power support for Three-wire UART | Johan Hedberg | 2012-07-17 | 1 | -5/+32 |
* | Bluetooth: Add initialization tracking to HCI Three-wire driver | Johan Hedberg | 2012-07-17 | 1 | -16/+50 |
* | Bluetooth: Add initial sleep support to Three-wire UART | Johan Hedberg | 2012-07-17 | 1 | -0/+13 |
* | Bluetooth: Improve rx debug logs for Three-wire UART | Johan Hedberg | 2012-07-17 | 1 | -14/+3 |
* | Bluetooth: Use delayed init for Three-wire UART | Johan Hedberg | 2012-07-17 | 1 | -0/+3 |
* | Bluetooth: Add support for Three-wire Link Control packets | Johan Hedberg | 2012-07-17 | 1 | -17/+79 |
* | Bluetooth: Fix/implement Three-wire reliable packet sending | Johan Hedberg | 2012-07-17 | 1 | -17/+70 |
* | Bluetooth: Add Three-wire header value convenience macros | Johan Hedberg | 2012-07-17 | 1 | -0/+8 |
* | Bluetooth: Add initial packet sending support to Three-wire UART | Johan Hedberg | 2012-07-17 | 1 | -7/+98 |
* | Bluetooth: Add basic packet parsing to Three-wire UART driver | Johan Hedberg | 2012-07-17 | 1 | -8/+222 |