aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/sdio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski1-1/+1
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-09-16wifi: ath10k: Fix miscellaneous spelling errorsJeff Johnson1-1/+1
2022-05-03Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski1-1/+1
2022-05-02ath10k: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski1-1/+1
2022-04-08mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang1-1/+1
2021-10-13wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-1/+0
2021-09-28ath10k: sdio: Add missing BH locking around napi_schdule()Fabio Estevam1-1/+4
2020-12-17ath10k: prevent deinitializing NAPI twiceWen Gong1-3/+2
2020-12-12ath10k: add atomic protection for device recoveryWen Gong1-3/+3
2020-12-07ath10k: fix a check patch warning returnNonBoolInBooleanFunction of sdio.cWen Gong1-1/+1
2020-11-07ath10k: cancel rx worker in hif_stop for SDIOWen Gong1-0/+6
2020-11-06ath10k: sdio: remove redundant check in for loopAlex Dewar1-9/+3
2020-10-28ath10k: remove repeated words in commentsKalle Valo1-1/+1
2020-08-19ath10k: sdio: add firmware coredump supportWen Gong1-4/+323
2020-08-14ath10k: start recovery process when payload length exceeds max htc length for sdioWen Gong1-0/+4
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-52/+139
2020-05-29mmc: sdio: Move SDIO IDs from ath10k driver to common include filePali Rohár1-15/+10
2020-04-21ath10k: hif: make send_complete_check op optionalKalle Valo1-12/+0
2020-04-21ath10k: sdio: remove _hif_ prefix from functions not part of hif interfaceKalle Valo1-17/+17
2020-04-21ath10k: improve power save performance for sdioWen Gong1-27/+103
2020-04-21ath10k: rename ath10k_hif_swap_mailbox() to ath10k_hif_start_post()Kalle Valo1-2/+2
2020-04-15ath10k: Fix typo in warning messagesMamatha Telu1-1/+1
2020-04-09ath10k: disable TX complete indication of htt for sdioWen Gong1-0/+23
2020-03-11ath10k: use kzalloc to read for ath10k_sdio_hif_diag_readWen Gong1-4/+14
2020-03-11ath10k: start recovery process when read int status fail for sdioWen Gong1-1/+4
2020-02-11ath10k: fix few checkpatch warningsKalle Valo1-1/+1
2020-01-26ath10k: drop RX skb with invalid length for sdioWen Gong1-6/+18
2019-12-02ath10k: change bundle count for max rx bundle for sdioWen Gong1-4/+6
2019-12-02ath10k: enable napi on RX path for sdioWen Gong1-0/+28
2019-11-29ath10k: enable wow feature for sdio chipWen Gong1-2/+21
2019-11-29ath10k: set max mtu to 1500 for sdio chipWen Gong1-0/+2
2019-11-25ath10k: add large size for BMI download data for SDIOWen Gong1-1/+1
2019-11-25ath10k: sdio: remove struct ath10k_sdio_rx_data::statusKalle Valo1-2/+0
2019-11-25ath10k: sdio: cosmetic cleanupKalle Valo1-12/+9
2019-11-25ath10k: add workqueue for RX path of sdioWen Gong1-3/+35
2019-11-25ath10k: change max RX bundle size from 8 to 32 for sdioWen Gong1-2/+2
2019-11-25ath10k: enable RX bundle receive for sdioAlagu Sankar1-40/+70
2019-09-23ath10k: remove the warning of sdio not full supportWen Gong1-3/+0
2019-09-12ath10k: adjust skb length in ath10k_sdio_mbox_rx_packetNicolas Boichat1-8/+21
2019-06-28ath10k: destroy sdio workqueue while remove sdio moduleWen Gong1-0/+3
2019-06-25ath10k: add missing error handlingClaire Chang1-0/+4
2019-06-25ath10k: add support for firmware crash recovery on SDIO chipWen Gong1-2/+8
2019-05-07ath10k: change swap mail box config for UTF mode of SDIOWen Gong1-0/+5
2019-04-29ath10k: enable QCA6174 hw3.2 SDIO hardwareWen Gong1-1/+1
2019-04-23ath10k: sdio: add missing error checkErik Stromdahl1-0/+5
2019-04-23ath10k: htt: support MSDU ids with SDIOAlagu Sankar1-0/+2
2019-04-23ath10k: initialise struct ath10k_bus params to zeroKalle Valo1-1/+1
2019-04-23ath10k: don't disable interrupts in ath10k_sdio_remove()Wen Gong1-2/+0
2019-02-26ath10k: sdio: reset chip on power_down()Wen Gong1-8/+16