]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Bluetooth: btmtk: move btusb_mtk_hci_wmt_sync to btmtk.c
authorChris Lu <chris.lu@mediatek.com>
Thu, 4 Jul 2024 06:01:13 +0000 (14:01 +0800)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 15 Jul 2024 14:11:46 +0000 (10:11 -0400)
commitd019930b0049fc2648a6b279893d8ad330596e81
treef5c2a5b20136b325608e6aa715d6454b4b68a5c7
parent95f92928ad2215b5f524903e67eebd8e14f99564
Bluetooth: btmtk: move btusb_mtk_hci_wmt_sync to btmtk.c

Move btusb_mtk_hci_wmt_sync from btusb.c to btmtk.c which holds
vendor specific stuff and would make btusb.c clean.

Add usb.h header to btmtksdio.c/btmtkuart.c for usb related element
defined in btmtk.h

Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Chris Lu <chris.lu@mediatek.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btmtk.c
drivers/bluetooth/btmtk.h
drivers/bluetooth/btmtksdio.c
drivers/bluetooth/btmtkuart.c
drivers/bluetooth/btusb.c