linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Bluetooth: mediatek: Add protocol support for MediaTek USB devices
@ 2018-08-12  8:46 sean.wang
  2018-08-12  8:46 ` [PATCH v1 1/2] Bluetooth: mediatek: Add protocol support for MediaTek MT7668U " sean.wang
  2018-08-12  8:46 ` [PATCH v1 2/2] Bluetooth: mediatek: Add protocol support for MediaTek MT7663U " sean.wang
  0 siblings, 2 replies; 9+ messages in thread
From: sean.wang @ 2018-08-12  8:46 UTC (permalink / raw)
  To: marcel, johan.hedberg
  Cc: linux-bluetooth, linux-mediatek, linux-kernel, Sean Wang

From: Sean Wang <sean.wang@mediatek.com>

This adds the support of enabling MT7668U and MT7663U Bluetooth
function running on the top of btusb driver. The patch also adds
a newly created file mtkbt.c able to be reused independently from
the transport type such as UART, USB and SDIO.

Sean Wang (2):
  Bluetooth: mediatek: Add protocol support for MediaTek MT7668U USB
    devices
  Bluetooth: mediatek: Add protocol support for MediaTek MT7663U USB
    devices

 drivers/bluetooth/Kconfig  |  16 +++
 drivers/bluetooth/Makefile |   1 +
 drivers/bluetooth/btmtk.c  | 309 +++++++++++++++++++++++++++++++++++++++++++++
 drivers/bluetooth/btmtk.h  | 100 +++++++++++++++
 drivers/bluetooth/btusb.c  | 177 ++++++++++++++++++++++++++
 5 files changed, 603 insertions(+)
 create mode 100644 drivers/bluetooth/btmtk.c
 create mode 100644 drivers/bluetooth/btmtk.h

-- 
2.7.4


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-08-13 13:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-12  8:46 [PATCH v1 0/2] Bluetooth: mediatek: Add protocol support for MediaTek USB devices sean.wang
2018-08-12  8:46 ` [PATCH v1 1/2] Bluetooth: mediatek: Add protocol support for MediaTek MT7668U " sean.wang
2018-08-13  0:35   ` kbuild test robot
2018-08-13  0:35   ` [PATCH] Bluetooth: mediatek: fix semicolon.cocci warnings kbuild test robot
2018-08-13  8:00   ` [PATCH v1 1/2] Bluetooth: mediatek: Add protocol support for MediaTek MT7668U USB devices Marcel Holtmann
2018-08-13 10:20     ` Sean Wang
2018-08-13 10:27       ` Sean Wang
2018-08-13 13:37       ` Marcel Holtmann
2018-08-12  8:46 ` [PATCH v1 2/2] Bluetooth: mediatek: Add protocol support for MediaTek MT7663U " sean.wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).