summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btmtkuart.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: btmtk: move btusb_mtk_hci_wmt_sync to btmtk.cChris Lu2024-07-151-0/+1
* treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini2024-01-281-2/+2
* Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-181-2/+2
|\
| * tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-2/+2
* | Bluetooth: btmtkuart: fix recv_buf() return valueFrancesco Dolcini2023-12-221-8/+3
|/
* bluetooth: Explicitly include correct DT includesRob Herring2023-08-111-1/+0
* Bluetooth: btmtkuart: mark OF related data as maybe unusedKrzysztof Kozlowski2023-04-241-3/+3
* Bluetooth: btmtkuart: fix error handling in mtk_hci_wmt_sync()Dan Carpenter2022-03-181-5/+7
* Bluetooth: btmtkuart: fix the conflict between mtk and msft vendor eventSean Wang2022-03-181-8/+1
* Bluetooth: btmtkuart: add .set_bdaddr supportSean Wang2022-03-181-0/+1
* Bluetooth: btmtkuart: rely on BT_MTK moduleSean Wang2022-03-181-158/+26
* Bluetooth: btmtkuart: fix a memleak in mtk_hci_wmt_syncDinghao Liu2021-09-221-5/+8
* Bluetooth: btmtkuart: using pm_runtime_resume_and_get instead of pm_runtime_g...Zhang Qilong2021-06-261-4/+2
* Bluetooth: btmtkuart: Use serdev_device_write_buf() instead of serdev_device_...Zijun Hu2020-06-011-2/+1
* Bluetooth: btmtkuart: Improve exception handling in btmtuart_probe()Chuhong Yuan2020-05-291-6/+8
* Bluetooth: btmtkuart: add an implementation for clock osc propertySean Wang2019-07-061-3/+18
* Bluetooth: btmtkuart: add an implementation for boot-gpios propertySean Wang2019-07-061-9/+25
* Bluetooth: mediatek: Fixed incorrect type in assignmentSean Wang2019-04-231-1/+1
* Bluetooth: mediatek: add support for MediaTek MT7663U and MT7668U UART devicesSean Wang2019-03-021-10/+271
* Bluetooth: mediatek: update the common setup between MT7622 and other devicesSean Wang2019-02-181-14/+190
* Bluetooth: mediatek: pass a pointer to mtk_hci_wmt_syncSean Wang2019-02-181-15/+48
* Bluetooth: mediatek: fix up an error path to restore bdev->tx_stateSean Wang2019-02-181-0/+2
* Bluetooth: mediatek: trivial typo fixSean Wang2019-02-181-1/+1
* Bluetooth: mediatek: Fix memory leakGustavo A. R. Silva2018-08-211-3/+5
* Bluetooth: mediatek: pass correct size to h4_recv_buf()Dan Carpenter2018-08-131-1/+1
* Bluetooth: mediatek: Add protocol support for MediaTek serial devicesSean Wang2018-08-071-0/+629