summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/ce.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-24ath10k: enable SRRI/DRRI support on ddr for WCN3990Govind Singh1-6/+96
2018-04-24ath10k: add support for shadow register for WNC3990Rakesh Pillai1-2/+141
2018-04-19ath10k: correct target assert problem due to CE5 stuckManikanta Pubbisetty1-1/+1
2018-04-19ath10k: build ce layer in ath10k core moduleGovind Singh1-0/+22
2017-12-27ath10k: update copyright yearKalle Valo1-1/+1
2017-12-27ath10k: Add support for 64 bit ce descriptorGovind Singh1-92/+538
2017-12-27ath10k: Use dma_addr_t for ce buffers to support 64bit targetGovind Singh1-6/+8
2017-07-06ath10k: make CE layer bus agnosticGovind Singh1-135/+164
2017-06-16ath10k: define structures for CE ctrl/misc registerSarada Prasanna Garnayak1-63/+101
2017-06-01ath10k: initialize nbytes to 0Ben Greear1-0/+4
2017-04-13ath10k: fix compile time sanity check for CE4 buffer sizeMohammed Shafi Shajakhan1-1/+1
2017-04-05ath10k: remove obselete Copy Engine commentsMohammed Shafi Shajakhan1-2/+1
2017-02-07ath10k: few whitespace fixesKalle Valo1-3/+3
2017-01-27ath10k: use dma_zalloc_coherent()Srinivas Kandagatla1-8/+1
2017-01-19ath10k: dump Copy Engine registers during firmware crashMohammed Shafi Shajakhan1-0/+39
2016-09-28ath10k: fix copy engine 5 destination ring stuckRajkumar Manoharan1-0/+7
2016-09-27ath10k: spelling and miscellaneous neateningJoe Perches1-1/+1
2016-09-02ath10k: hide kernel addresses from logs using %pK format specifierMaharaja Kennadyrajan1-2/+2
2016-04-14ath10k: fix checkpatch warnings related to spacesKalle Valo1-3/+3
2016-04-04ath10k: reuse copy engine 5 (htt rx) descriptorsRajkumar Manoharan1-3/+20
2016-04-04ath10k: cleanup copy engine receive next completionRajkumar Manoharan1-18/+3
2015-10-29ath10k: remove shadow copy of CE descriptors for source ringRajkumar Manoharan1-22/+0
2015-10-29ath10k: cleanup copy engine send completionRajkumar Manoharan1-21/+3
2015-10-29ath10k: use local memory instead of shadow descriptor in ce_sendRajkumar Manoharan1-7/+6
2015-10-16ath10k: register per copy engine receive callbacksRajkumar Manoharan1-3/+2
2015-10-16ath10k: register per copy engine send completion callbacksRajkumar Manoharan1-2/+1
2015-10-09ath10k: optimize ce_lock on post rx buffer processingRajkumar Manoharan1-1/+1
2015-06-30ath10k: Extend CE src desc flags for interrupt indicationVasanthakumar Thiagarajan1-0/+1
2015-01-27ath10k: add support for qca6174Michal Kazior1-6/+6
2014-12-08ath10k: implement wmi-tlv backendMichal Kazior1-0/+2
2014-10-31ath10k: fix possible bmi crashMichal Kazior1-0/+7
2014-10-31ath10k: change ce ring cleanup logicMichal Kazior1-6/+0
2014-10-23ath10k: split ce pipe init/alloc furtherMichal Kazior1-29/+27
2014-09-26ath10k: add diag_read() to hif opsKalle Valo1-11/+11
2014-09-26ath10k: don't enable interrupts for the diagnostic windowKalle Valo1-1/+4
2014-09-18ath10k: fix use of multiple blank linesKalle Valo1-2/+0
2014-08-26ath10k: improve logging to include dev idMichal Kazior1-7/+7
2014-08-25ath10k: rework posting pci rx buffersMichal Kazior1-28/+43
2014-08-25ath10k: split ce irq/handler setupMichal Kazior1-23/+13
2014-08-12ath10k: remove target soc ps codeMichal Kazior1-63/+5
2014-07-15ath10k: sanitize tx ring index access properlyMichal Kazior1-4/+7
2014-05-27ath10k: abort incomplete scatter-gather pci tx properlyMichal Kazior1-0/+27
2014-03-28ath10k: split ce initialization and allocationMichal Kazior1-129/+178
2014-03-28ath10k: convert pci_alloc_consistent() to dma_alloc_coherent()Michal Kazior1-28/+25
2014-02-28ath10k: bypass htc for htt tx pathMichal Kazior1-2/+2
2014-02-28ath10k: replace send_head() with tx_sg()Michal Kazior1-6/+6
2013-11-27ath10k: defer irq registration until hif start()Michal Kazior1-15/+0
2013-11-12ath10k: re-arrange PCI init codeMichal Kazior1-4/+15
2013-11-12ath10k: propagate ath10k_ce_disable_interrupts() errorsMichal Kazior1-2/+5
2013-11-12ath10k: fix ath10k_ce_init() failpathMichal Kazior1-4/+6