]> 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)
commitdea2d64a26647afac1c4850843d676e10bc1fe9f
tree794524b693d0a6cc226209bff7953e39aa867b12
parent5a73fe8a91e8d1421235a6a06aebc728689131db
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