summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btmtksdio.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: btmtksdio: enable AOSP extension for MT7921Sean Wang2021-12-071-0/+1
* Bluetooth: btmtksdio: enable msft opcodeŁukasz Bartosik2021-12-071-0/+2
* Bluetooth: btmtksdio: fix resume failureSean Wang2021-12-031-0/+2
* Bluetooth: btmtksdio: handle runtime pm only when sdio_func is availableSean Wang2021-12-031-0/+10
* Bluetooth: btmtksdio: drop the unnecessary variable createdSean Wang2021-11-241-5/+6
* Bluetooth: btmtksdio: add support of processing firmware coredump and logSean Wang2021-11-241-1/+22
* Bluetooth: btmtksdio: add MT7921s Bluetooth supportSean Wang2021-10-251-8/+133
* Bluetooth: btmtksdio: transmit packet according to status TX_EMPTYMark-yw Chen2021-10-251-10/+15
* Bluetooth: btmtksdio: use register CRPLR to read packet lengthSean Wang2021-10-251-4/+5
* Bluetooth: btmtksdio: update register CSDIOCSR operationSean Wang2021-10-251-2/+6
* Bluetooth: btmtksdio: move interrupt service to workSean Wang2021-10-251-69/+63
* Bluetooth: btmtksdio: explicitly set WHISR as write-1-clearSean Wang2021-10-251-3/+8
* Bluetooth: btmtksdio: add .set_bdaddr supportSean Wang2021-10-251-0/+2
* Bluetooth: btmtksido: rely on BT_MTK moduleSean Wang2021-10-251-168/+24
* Bluetooth: btmtksdio: Fixed switch and case should be at the same indentJagdish Tirumala2020-12-181-8/+8
* Bluetooth: btmtksdio: Add the missed release_firmware() in mtk_setup_firmware()Jing Xiangfeng2020-12-071-1/+1
* Bluetooth: btmtksdio: use NULL instead of zeroYueHaibing2020-09-111-2/+2
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-07-311-1/+15
|\
| * Bluetooth: btmtksdio: fix up firmware download sequenceSean Wang2020-06-231-1/+15
* | mmc: sdio: Move SDIO IDs from btmtksdio driver to common include filePali Rohár2020-05-291-2/+2
|/
* Bluetooth: btmtksdio: add MODULE_DEVICE_TABLE()Bartosz Golaszewski2019-11-071-0/+1
* Bluetooth: btmtksdio: Add runtime PM support to SDIO based BluetoothSean Wang2019-04-231-0/+144
* Bluetooth: btmtksdio: Fix hdev->stat.byte_rx accumulationSean Wang2019-04-231-2/+2
* Bluetooth: btmtksdio: Add a bit definition for CHLPCRSean Wang2019-04-231-3/+4
* Bluetooth: btmtksdio: Drop newline with bt_dev logging macrosSean Wang2019-04-231-3/+3
* Bluetooth: btmtksdio: fix uninitialized symbol errors in btmtksdio_rx_packetSean Wang2019-04-231-10/+0
* Bluetooth: mediatek: Use module_sdio_driver helperSean Wang2019-04-231-14/+1
* Bluetooth: mediatek: add support for MediaTek MT7663S and MT7668S SDIO devicesSean Wang2019-04-231-0/+979