summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/sdio.c
Commit message (Expand)AuthorAgeFilesLines
* ath10k: prevent deinitializing NAPI twiceWen Gong2020-12-171-3/+2
* ath10k: add atomic protection for device recoveryWen Gong2020-12-121-3/+3
* ath10k: fix a check patch warning returnNonBoolInBooleanFunction of sdio.cWen Gong2020-12-071-1/+1
* ath10k: cancel rx worker in hif_stop for SDIOWen Gong2020-11-071-0/+6
* ath10k: sdio: remove redundant check in for loopAlex Dewar2020-11-061-9/+3
* ath10k: remove repeated words in commentsKalle Valo2020-10-281-1/+1
* ath10k: sdio: add firmware coredump supportWen Gong2020-08-191-4/+323
* ath10k: start recovery process when payload length exceeds max htc length for...Wen Gong2020-08-141-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-52/+139
|\
| * ath10k: hif: make send_complete_check op optionalKalle Valo2020-04-211-12/+0
| * ath10k: sdio: remove _hif_ prefix from functions not part of hif interfaceKalle Valo2020-04-211-17/+17
| * ath10k: improve power save performance for sdioWen Gong2020-04-211-27/+103
| * ath10k: rename ath10k_hif_swap_mailbox() to ath10k_hif_start_post()Kalle Valo2020-04-211-2/+2
| * ath10k: Fix typo in warning messagesMamatha Telu2020-04-151-1/+1
| * ath10k: disable TX complete indication of htt for sdioWen Gong2020-04-091-0/+23
* | mmc: sdio: Move SDIO IDs from ath10k driver to common include filePali Rohár2020-05-291-15/+10
|/
* ath10k: use kzalloc to read for ath10k_sdio_hif_diag_readWen Gong2020-03-111-4/+14
* ath10k: start recovery process when read int status fail for sdioWen Gong2020-03-111-1/+4
* ath10k: fix few checkpatch warningsKalle Valo2020-02-111-1/+1
* ath10k: drop RX skb with invalid length for sdioWen Gong2020-01-261-6/+18
* ath10k: change bundle count for max rx bundle for sdioWen Gong2019-12-021-4/+6
* ath10k: enable napi on RX path for sdioWen Gong2019-12-021-0/+28
* ath10k: enable wow feature for sdio chipWen Gong2019-11-291-2/+21
* ath10k: set max mtu to 1500 for sdio chipWen Gong2019-11-291-0/+2
* ath10k: add large size for BMI download data for SDIOWen Gong2019-11-251-1/+1
* ath10k: sdio: remove struct ath10k_sdio_rx_data::statusKalle Valo2019-11-251-2/+0
* ath10k: sdio: cosmetic cleanupKalle Valo2019-11-251-12/+9
* ath10k: add workqueue for RX path of sdioWen Gong2019-11-251-3/+35
* ath10k: change max RX bundle size from 8 to 32 for sdioWen Gong2019-11-251-2/+2
* ath10k: enable RX bundle receive for sdioAlagu Sankar2019-11-251-40/+70
* ath10k: remove the warning of sdio not full supportWen Gong2019-09-231-3/+0
* ath10k: adjust skb length in ath10k_sdio_mbox_rx_packetNicolas Boichat2019-09-121-8/+21
* ath10k: destroy sdio workqueue while remove sdio moduleWen Gong2019-06-281-0/+3
* ath10k: add missing error handlingClaire Chang2019-06-251-0/+4
* ath10k: add support for firmware crash recovery on SDIO chipWen Gong2019-06-251-2/+8
* ath10k: change swap mail box config for UTF mode of SDIOWen Gong2019-05-071-0/+5
* ath10k: enable QCA6174 hw3.2 SDIO hardwareWen Gong2019-04-291-1/+1
* ath10k: sdio: add missing error checkErik Stromdahl2019-04-231-0/+5
* ath10k: htt: support MSDU ids with SDIOAlagu Sankar2019-04-231-0/+2
* ath10k: initialise struct ath10k_bus params to zeroKalle Valo2019-04-231-1/+1
* ath10k: don't disable interrupts in ath10k_sdio_remove()Wen Gong2019-04-231-2/+0
* ath10k: sdio: reset chip on power_down()Wen Gong2019-02-261-8/+16
* ath10k: switch to use SPDX license identifiersKalle Valo2019-02-201-12/+1
* ath10k: enable Factory Test Mode for WCN3990Rakesh Pillai2019-02-111-1/+2
* ath10k: sdio: add .owner fieldBrian Norris2019-02-071-1/+4
* ath10k: change swap mail box check after htc readyWen Gong2019-02-071-15/+23
* ath10k: add device type enum to ath10k_bus_paramsErik Stromdahl2018-09-061-0/+1
* ath10k: add struct ath10k_bus_paramsErik Stromdahl2018-09-061-3/+4
* ath10k: sdio: set skb len for all rx packetsAlagu Sankar2018-07-021-0/+1
* ath10k: sdio: allocate correct size for RECV_1MORE_BLOCK rx packetsAlagu Sankar2018-07-021-0/+3