summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/ce.c
Commit message (Expand)AuthorAgeFilesLines
* ath10k: perform crash dump collection in workqueueBrian Norris2019-04-291-1/+1
* ath10k: fix descriptor size in ce tx completion for WCN3990Rakesh Pillai2019-02-261-2/+64
* ath10k: switch to use SPDX license identifiersKalle Valo2019-02-201-12/+1
* ath10k: fix line length warning in ath10k_ce_alloc_dest_ring()Kalle Valo2019-02-121-1/+2
* ath10k: fix shadow register implementation for WCN3990Rakesh Pillai2019-02-111-13/+13
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2019-02-081-13/+62
|\
| * ath10k: Set DMA address mask to 35 bit for WCN3990Rakesh Pillai2019-02-041-13/+62
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-4/+3
|/
* ath10k: introduce CE_ATTR_POLL attribute for polling pipeGovind Singh2018-09-061-4/+14
* ath10k: use struct_size() in kzalloc()Gustavo A. R. Silva2018-08-281-16/+8
* ath10k: fix incorrect size of dma_free_coherent in ath10k_ce_alloc_src_ring_64YueHaibing2018-06-141-1/+1
* ath10k: enable SRRI/DRRI support on ddr for WCN3990Govind Singh2018-04-241-6/+96
* ath10k: add support for shadow register for WNC3990Rakesh Pillai2018-04-241-2/+141
* ath10k: correct target assert problem due to CE5 stuckManikanta Pubbisetty2018-04-191-1/+1
* ath10k: build ce layer in ath10k core moduleGovind Singh2018-04-191-0/+22
* ath10k: update copyright yearKalle Valo2017-12-271-1/+1
* ath10k: Add support for 64 bit ce descriptorGovind Singh2017-12-271-92/+538
* ath10k: Use dma_addr_t for ce buffers to support 64bit targetGovind Singh2017-12-271-6/+8
* ath10k: make CE layer bus agnosticGovind Singh2017-07-061-135/+164
* ath10k: define structures for CE ctrl/misc registerSarada Prasanna Garnayak2017-06-161-63/+101
* ath10k: initialize nbytes to 0Ben Greear2017-06-011-0/+4
* ath10k: fix compile time sanity check for CE4 buffer sizeMohammed Shafi Shajakhan2017-04-131-1/+1
* ath10k: remove obselete Copy Engine commentsMohammed Shafi Shajakhan2017-04-051-2/+1
* ath10k: few whitespace fixesKalle Valo2017-02-071-3/+3
* ath10k: use dma_zalloc_coherent()Srinivas Kandagatla2017-01-271-8/+1
* ath10k: dump Copy Engine registers during firmware crashMohammed Shafi Shajakhan2017-01-191-0/+39
* ath10k: fix copy engine 5 destination ring stuckRajkumar Manoharan2016-09-281-0/+7
* ath10k: spelling and miscellaneous neateningJoe Perches2016-09-271-1/+1
* ath10k: hide kernel addresses from logs using %pK format specifierMaharaja Kennadyrajan2016-09-021-2/+2
* ath10k: fix checkpatch warnings related to spacesKalle Valo2016-04-141-3/+3
* ath10k: reuse copy engine 5 (htt rx) descriptorsRajkumar Manoharan2016-04-041-3/+20
* ath10k: cleanup copy engine receive next completionRajkumar Manoharan2016-04-041-18/+3
* ath10k: remove shadow copy of CE descriptors for source ringRajkumar Manoharan2015-10-291-22/+0
* ath10k: cleanup copy engine send completionRajkumar Manoharan2015-10-291-21/+3
* ath10k: use local memory instead of shadow descriptor in ce_sendRajkumar Manoharan2015-10-291-7/+6
* ath10k: register per copy engine receive callbacksRajkumar Manoharan2015-10-161-3/+2
* ath10k: register per copy engine send completion callbacksRajkumar Manoharan2015-10-161-2/+1
* ath10k: optimize ce_lock on post rx buffer processingRajkumar Manoharan2015-10-091-1/+1
* ath10k: Extend CE src desc flags for interrupt indicationVasanthakumar Thiagarajan2015-06-301-0/+1
* ath10k: add support for qca6174Michal Kazior2015-01-271-6/+6
* ath10k: implement wmi-tlv backendMichal Kazior2014-12-081-0/+2
* ath10k: fix possible bmi crashMichal Kazior2014-10-311-0/+7
* ath10k: change ce ring cleanup logicMichal Kazior2014-10-311-6/+0
* ath10k: split ce pipe init/alloc furtherMichal Kazior2014-10-231-29/+27
* ath10k: add diag_read() to hif opsKalle Valo2014-09-261-11/+11
* ath10k: don't enable interrupts for the diagnostic windowKalle Valo2014-09-261-1/+4
* ath10k: fix use of multiple blank linesKalle Valo2014-09-181-2/+0
* ath10k: improve logging to include dev idMichal Kazior2014-08-261-7/+7
* ath10k: rework posting pci rx buffersMichal Kazior2014-08-251-28/+43
* ath10k: split ce irq/handler setupMichal Kazior2014-08-251-23/+13