]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: mediatek: add support for MediaTek MT7663U and MT7668U UART devices
authorSean Wang <sean.wang@mediatek.com>
Sat, 2 Mar 2019 18:44:09 +0000 (02:44 +0800)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 2 Mar 2019 18:51:23 +0000 (19:51 +0100)
commit031f6c3dc4f8e2537085abc442423553ba5e249e
tree794524b693d0a6cc226209bff7953e39aa867b12
parent1a2e792064cfc3894b992dd1c3f1278bd9e4cdc1
Bluetooth: mediatek: add support for MediaTek MT7663U and MT7668U UART devices

This adds the support of enabling MT7663U and MT7668U Bluetooth function
running on the top of btmtkuart driver.

There are a few differences between MT766[3,8]U and MT7622 where
MT766[3,8]U are standalone devices based on UART transport while MT7622
bluetooth is a built-in device on MediaTek SoC communicating with the host
through BTIF serial transport. Thus, extra setup sequence is necessary
for these standalone devices such as remote regulator and reset control via
GPIO, baud rate changing handshake between the host and device and so on.

Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btmtkuart.c