[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1535978548.git.sean.wang@mediatek.com>
Date: Mon, 3 Sep 2018 20:53:38 +0800
From: <sean.wang@...iatek.com>
To: <marcel@...tmann.org>, <johan.hedberg@...il.com>
CC: <linux-bluetooth@...r.kernel.org>,
<linux-mediatek@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>, Sean Wang <sean.wang@...iatek.com>
Subject: [PATCH v3 0/2] Bluetooth: mediatek: Add protocol support for MediaTek USB devices
From: Sean Wang <sean.wang@...iatek.com>
v3:
add fixes and enhancements based on [1]
* reuse flags and evt_skb btusb already had
* add ctrl_anchor and the corresponding handling
* apply mtk specific recv function
* add more comments explaining wmt ctrl urbs behavior.
[1]
http://lists.infradead.org/pipermail/linux-mediatek/2018-August/014724.html
v2:
add fixes and enhancements based on [1]
* include /sys/kernel/debug/usb/devices portion in the commit message.
* turn default into n for config BT_HCIBTUSB_MTK in Kconfig
* only add MediaTek support to btusb.c
* drop cmd_sync callback usage
* use __hci_cmd_send to send WMT commands
* add wait event handling similar to what is being done in btmtkuart.c
* submit a control IN URB similar to interrupt IN URB on demand for the WMT
commands during setup
* add cosmetic changes
[1]
http://lists.infradead.org/pipermail/linux-mediatek/2018-August/014650.html
http://lists.infradead.org/pipermail/linux-mediatek/2018-August/014656.html
v1:
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 | 11 +
drivers/bluetooth/btusb.c | 552 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 563 insertions(+)
--
2.7.4
Powered by blists - more mailing lists