Bluetooth: Introduce Qualcomm WCNSS SMD based HCI driver
authorBjorn Andersson <bjorn.andersson@sonymobile.com>
Sat, 13 Aug 2016 00:01:28 +0000 (17:01 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 19 Sep 2016 18:19:34 +0000 (20:19 +0200)
commit1511cc750c3d9a1c402d71e3522c9cf1fad0ad9c
treed670ac2f67288f16f17b30e2e86e72db2b916e06
parent65010e68efbeda4275845240869138c0c4587422
Bluetooth: Introduce Qualcomm WCNSS SMD based HCI driver

The Qualcomm WCNSS chip provides two SMD channels to the BT core; one
for command and one for event packets. This driver exposes the two
channels as a hci device.

Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/Kconfig
drivers/bluetooth/Makefile
drivers/bluetooth/btqcomsmd.c [new file with mode: 0644]