aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/htc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-02ath10k: change bundle count for max rx bundle for sdioWen Gong1-1/+1
2019-11-27ath10k: move non-fatal warn logs to dbg levelGovind Singh1-4/+4
2019-04-23ath10k: add initialization of HTC headerAlagu Sankar1-0/+1
2019-02-20ath10k: switch to use SPDX license identifiersKalle Valo1-12/+1
2019-02-11ath10k: request credit report if flow control enabled on epGovind Singh1-1/+2
2019-02-11ath10k: disable interface pause wow config for integrated chipsetGovind Singh1-3/+3
2018-09-06ath10k: DMA related fixes for high latency devicesErik Stromdahl1-7/+12
2018-09-06ath10k: enable pktlog for WCN3990 targetGovind Singh1-1/+62
2018-06-28ath10k: rename HTC_HOST_MAX_MSG_PER_BUNDLE defineErik Stromdahl1-2/+2
2018-04-19ath10k: add HTC services for WCN3990Govind Singh1-0/+6
2017-12-27ath10k: update copyright yearKalle Valo1-1/+1
2017-05-04ath10k: htc: ready_ext msg supportErik Stromdahl1-6/+22
2017-05-04ath10k: htc: refactorizationErik Stromdahl1-40/+34
2017-05-04ath10k: htc: move htc ctrl ep connect to htc_initErik Stromdahl1-22/+17
2017-05-04ath10k: htc: rx trailer lookahead supportErik Stromdahl1-2/+93
2017-05-04ath10k: htc: made static function publicErik Stromdahl1-6/+8
2017-04-05ath10k: fix block comments styleMarcin Rokicki1-1/+2
2017-04-05ath10k: enable a HTC debug message during insufficient tx creditsMohammed Shafi Shajakhan1-0/+3
2017-01-12ath10k: htc: simplified credit distributionErik Stromdahl1-24/+5
2017-01-12ath10k: htc: removal of unused struct membersErik Stromdahl1-6/+0
2016-09-02ath10k: hide kernel addresses from logs using %pK format specifierMaharaja Kennadyrajan1-3/+3
2015-10-16ath10k: remove htc polling for tx completionRajkumar Manoharan1-25/+1
2015-10-16ath10k: remove unused dl_is_polledRajkumar Manoharan1-4/+3
2015-10-16ath10k: register per copy engine receive callbacksRajkumar Manoharan1-12/+1
2015-10-16ath10k: register per copy engine send completion callbacksRajkumar Manoharan1-5/+2
2015-10-16ath10k: export htc tx rx handlersRajkumar Manoharan1-4/+4
2015-08-26ath10k: fix dma_mapping_error() handlingMichal Kazior1-1/+3
2015-04-09ath10k: replenish htc tx credits alwaysMichal Kazior1-19/+1
2015-04-01ath10k: htc: match wait_for_completion_timeout return typeNicholas Mc Guire1-10/+13
2015-03-19ath10k: protect driver from unsolicited htc ep0 eventsMichal Kazior1-1/+6
2015-01-13ath10k: fixup wait_for_completion_timeout return handlingNicholas Mc Guire1-4/+2
2014-12-01ath10k: remove transfer_id from ath10k_hif_cb::tx_completionMichal Kazior1-3/+7
2014-12-01ath10k: remove unused callback argument from struct ath10k_hif_cb::rx_completionMichal Kazior1-2/+1
2014-09-18ath10k: miscellaneous checkpatch fixesKalle Valo1-6/+2
2014-09-18ath10k: fix checkpatch warnings about parenthesis alignmentKalle Valo1-1/+1
2014-08-26ath10k: improve logging to include dev idMichal Kazior1-44/+55
2014-08-12ath10k: remove htc->stoppedMichal Kazior1-16/+0
2014-07-21ath10k: workaround boot issues with KVM/PCI-passthroughMichal Kazior1-2/+18
2014-05-23ath10k: fix core start sequenceMichal Kazior1-6/+0
2014-04-11ath10k: improve htc tx credit debugging printsMichal Kazior1-3/+9
2014-02-28ath10k: bypass htc for htt tx pathMichal Kazior1-3/+1
2014-02-28ath10k: replace send_head() with tx_sg()Michal Kazior1-2/+8
2014-02-28ath10k: remove DMA mapping wrappersMichal Kazior1-3/+8
2013-12-09Merge tag 'for-linville-20131203' of git://github.com/kvalo/athJohn W. Linville1-21/+10
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-2/+2
2013-11-12ath10k: fix core init failpathMichal Kazior1-21/+5
2013-11-12ath10k: guard against CE corruption from firmwareMichal Kazior1-0/+5
2013-09-20ath10k: avoid needless memset on TX pathMichal Kazior1-1/+1
2013-09-16ath10k: simplify HTC command submittingMichal Kazior1-134/+42
2013-09-16ath10k: add HTC TX credits replenishing notificationMichal Kazior1-0/+9