summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/ce.c
AgeCommit message (Expand)Author
2016-04-14ath10k: fix checkpatch warnings related to spacesKalle Valo
2016-04-04ath10k: reuse copy engine 5 (htt rx) descriptorsRajkumar Manoharan
2016-04-04ath10k: cleanup copy engine receive next completionRajkumar Manoharan
2015-10-29ath10k: remove shadow copy of CE descriptors for source ringRajkumar Manoharan
2015-10-29ath10k: cleanup copy engine send completionRajkumar Manoharan
2015-10-29ath10k: use local memory instead of shadow descriptor in ce_sendRajkumar Manoharan
2015-10-16ath10k: register per copy engine receive callbacksRajkumar Manoharan
2015-10-16ath10k: register per copy engine send completion callbacksRajkumar Manoharan
2015-10-09ath10k: optimize ce_lock on post rx buffer processingRajkumar Manoharan
2015-06-30ath10k: Extend CE src desc flags for interrupt indicationVasanthakumar Thiagarajan
2015-01-27ath10k: add support for qca6174Michal Kazior
2014-12-08ath10k: implement wmi-tlv backendMichal Kazior
2014-10-31ath10k: fix possible bmi crashMichal Kazior
2014-10-31ath10k: change ce ring cleanup logicMichal Kazior
2014-10-23ath10k: split ce pipe init/alloc furtherMichal Kazior
2014-09-26ath10k: add diag_read() to hif opsKalle Valo
2014-09-26ath10k: don't enable interrupts for the diagnostic windowKalle Valo
2014-09-18ath10k: fix use of multiple blank linesKalle Valo
2014-08-26ath10k: improve logging to include dev idMichal Kazior
2014-08-25ath10k: rework posting pci rx buffersMichal Kazior
2014-08-25ath10k: split ce irq/handler setupMichal Kazior
2014-08-12ath10k: remove target soc ps codeMichal Kazior
2014-07-15ath10k: sanitize tx ring index access properlyMichal Kazior
2014-05-27ath10k: abort incomplete scatter-gather pci tx properlyMichal Kazior
2014-03-28ath10k: split ce initialization and allocationMichal Kazior
2014-03-28ath10k: convert pci_alloc_consistent() to dma_alloc_coherent()Michal Kazior
2014-02-28ath10k: bypass htc for htt tx pathMichal Kazior
2014-02-28ath10k: replace send_head() with tx_sg()Michal Kazior
2013-11-27ath10k: defer irq registration until hif start()Michal Kazior
2013-11-12ath10k: re-arrange PCI init codeMichal Kazior
2013-11-12ath10k: propagate ath10k_ce_disable_interrupts() errorsMichal Kazior
2013-11-12ath10k: fix ath10k_ce_init() failpathMichal Kazior
2013-11-12ath10k: make sure to mask all CE irqsMichal Kazior
2013-11-12ath10k: remove ar_pci->ce_countMichal Kazior
2013-10-21ath10k: fix FW crashes on heavy TX on 10.1.389 AP FWMichal Kazior
2013-10-07ath10k: remove num_sends_allowedMichal Kazior
2013-10-07ath10k: remove ce_sendlist_sendMichal Kazior
2013-09-12ath10k: delete struct ce_sendlistKalle Valo
2013-09-12ath10k: add boot debug messages to pci.c and ce.cKalle Valo
2013-09-08ath10k: prevent CE from looping indefinitelyMichal Kazior
2013-09-03ath10k: simplify ath10k_ce_init() wake up handlingKalle Valo
2013-09-03ath10k: convert ath10k_pci_wake() to returnKalle Valo
2013-09-03ath10k: clean up ath10k_ce_completed_send_next_nolock()Kalle Valo
2013-09-01ath10k: rename ce_ring_state to ath10k_ce_ringMichal Kazior
2013-09-01ath10k: rename ce_state to ath10k_ce_pipeMichal Kazior
2013-09-01ath10k: remove ce_op_stateMichal Kazior
2013-09-01ath10k: use inline ce_state structureMichal Kazior
2013-08-14ath10k: print errcode when CE ring setup failsMichal Kazior
2013-08-13ath10k: check allocation errors in CEJanusz Dziedzic
2013-08-12ath10k: Remove qca98xx hw1.0 supportBartosz Markowski