summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/sdio.c
AgeCommit message (Expand)Author
2024-05-16Merge tag 'mmc-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2024-04-24wifi: ath10k: allocate dummy net_device dynamicallyBreno Leitao
2024-04-04wifi: ath10k: sdio: drop driver owner initializationKrzysztof Kozlowski
2024-04-04wifi: ath10k: sdio: simplify module initializationKrzysztof Kozlowski
2023-11-30wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrightsJeff Johnson
2023-08-23wifi: ath10k: Fix a few spelling errorsJeff Johnson
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-16wifi: ath10k: Fix miscellaneous spelling errorsJeff Johnson
2022-05-03Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-05-02ath10k: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski
2022-04-08mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang
2021-10-13wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-09-28ath10k: sdio: Add missing BH locking around napi_schdule()Fabio Estevam
2020-12-17ath10k: prevent deinitializing NAPI twiceWen Gong
2020-12-12ath10k: add atomic protection for device recoveryWen Gong
2020-12-07ath10k: fix a check patch warning returnNonBoolInBooleanFunction of sdio.cWen Gong
2020-11-07ath10k: cancel rx worker in hif_stop for SDIOWen Gong
2020-11-06ath10k: sdio: remove redundant check in for loopAlex Dewar
2020-10-28ath10k: remove repeated words in commentsKalle Valo
2020-08-19ath10k: sdio: add firmware coredump supportWen Gong
2020-08-14ath10k: start recovery process when payload length exceeds max htc length for...Wen Gong
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-05-29mmc: sdio: Move SDIO IDs from ath10k driver to common include filePali Rohár
2020-04-21ath10k: hif: make send_complete_check op optionalKalle Valo
2020-04-21ath10k: sdio: remove _hif_ prefix from functions not part of hif interfaceKalle Valo
2020-04-21ath10k: improve power save performance for sdioWen Gong
2020-04-21ath10k: rename ath10k_hif_swap_mailbox() to ath10k_hif_start_post()Kalle Valo
2020-04-15ath10k: Fix typo in warning messagesMamatha Telu
2020-04-09ath10k: disable TX complete indication of htt for sdioWen Gong
2020-03-11ath10k: use kzalloc to read for ath10k_sdio_hif_diag_readWen Gong
2020-03-11ath10k: start recovery process when read int status fail for sdioWen Gong
2020-02-11ath10k: fix few checkpatch warningsKalle Valo
2020-01-26ath10k: drop RX skb with invalid length for sdioWen Gong
2019-12-02ath10k: change bundle count for max rx bundle for sdioWen Gong
2019-12-02ath10k: enable napi on RX path for sdioWen Gong
2019-11-29ath10k: enable wow feature for sdio chipWen Gong
2019-11-29ath10k: set max mtu to 1500 for sdio chipWen Gong
2019-11-25ath10k: add large size for BMI download data for SDIOWen Gong
2019-11-25ath10k: sdio: remove struct ath10k_sdio_rx_data::statusKalle Valo
2019-11-25ath10k: sdio: cosmetic cleanupKalle Valo
2019-11-25ath10k: add workqueue for RX path of sdioWen Gong
2019-11-25ath10k: change max RX bundle size from 8 to 32 for sdioWen Gong
2019-11-25ath10k: enable RX bundle receive for sdioAlagu Sankar
2019-09-23ath10k: remove the warning of sdio not full supportWen Gong
2019-09-12ath10k: adjust skb length in ath10k_sdio_mbox_rx_packetNicolas Boichat
2019-06-28ath10k: destroy sdio workqueue while remove sdio moduleWen Gong
2019-06-25ath10k: add missing error handlingClaire Chang
2019-06-25ath10k: add support for firmware crash recovery on SDIO chipWen Gong
2019-05-07ath10k: change swap mail box config for UTF mode of SDIOWen Gong