aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/pci.c
AgeCommit message (Expand)Author
2015-10-22ath10k: fix dma_mapping_error() handlingMichal Kazior
2015-08-16ath10k: fix qca61x4 hw2.1 supportMichal Kazior
2015-03-04ath10k: workaround corrupted htt rx eventsMichal Kazior
2015-01-27ath10k: disable irqs after fw crashMichal Kazior
2015-01-27ath10k: add support for qca6174Michal Kazior
2015-01-27ath10k: reset chip before reading chip_id in probeMichal Kazior
2015-01-27ath10k: introduce struct ath10k_skb_rxcbMichal Kazior
2015-01-15ath10k: prevent fw reg dump spamMichal Kazior
2014-12-08ath10k: create a chip revision whitelistMichal Kazior
2014-12-01ath10k: prevent pci tx/rx starvationMichal Kazior
2014-12-01ath10k: remove transfer_id from ath10k_hif_cb::tx_completionMichal Kazior
2014-12-01ath10k: remove unused callback argument from struct ath10k_hif_cb::rx_completionMichal Kazior
2014-11-26ath10k: add memory dump debugfs interfaceYanbo Li
2014-11-26ath10k: add register access debugfs interfaceYanbo Li
2014-11-04ath10k: fix pm resume after suspendBartosz Markowski
2014-10-31ath10k: fix possible bmi crashMichal Kazior
2014-10-31ath10k: don't reset chip on power_downMichal Kazior
2014-10-31ath10k: split reset logic from power upMichal Kazior
2014-10-31ath10k: make warm reset a bit safer and fasterMichal Kazior
2014-10-31ath10k: change ce ring cleanup logicMichal Kazior
2014-10-23ath10k: split ce pipe init/alloc furtherMichal Kazior
2014-10-23ath10k: mask/unmask msi fw irqMichal Kazior
2014-10-23ath10k: re-disable interrupts after target initMichal Kazior
2014-10-21ath10k: add back enum ath10k_busKalle Valo
2014-10-08ath10k: advertise all possible firmware(-api) filesBartosz Markowski
2014-10-01ath10k: add firmware crash countersBen Greear
2014-09-26ath10k: add diag_read() to hif opsKalle Valo
2014-09-26ath10k: add debug dump for pci rxMichal Kazior
2014-09-18ath10k: miscellaneous checkpatch fixesKalle Valo
2014-09-18ath10k: else is not generally useful after a break or returnKalle Valo
2014-09-18ath10k: fix space after a cast style errorsKalle Valo
2014-09-18ath10k: fix checkpatch warnings about parenthesis alignmentKalle Valo
2014-09-02ath10k: remove diag_*_access functionsMichal Kazior
2014-09-02ath10k: kill tasklets after free_irqMichal Kazior
2014-09-02ath10k: re-enable interrupts properly in hw recoveryMichal Kazior
2014-08-28Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville
2014-08-27ath10k: make target endianess more explicitMichal Kazior
2014-08-27ath10k: dont duplicate service-pipe mappingMichal Kazior
2014-08-27ath10k: move pci init structuresMichal Kazior
2014-08-26ath10k: fix fw crash dumpingMichal Kazior
2014-08-26ath10k: improve logging to include dev idMichal Kazior
2014-08-25ath10k: remove ar_pci->startedMichal Kazior
2014-08-25ath10k: ignore ar_pci->started in pipe cleanupMichal Kazior
2014-08-25ath10k: update comment regarding warm resetMichal Kazior
2014-08-25ath10k: rework posting pci rx buffersMichal Kazior
2014-08-25ath10k: remove early irq handlingMichal Kazior
2014-08-25ath10k: make sure to really disable irqsMichal Kazior
2014-08-25ath10k: split ce irq/handler setupMichal Kazior
2014-08-25ath10k: setup irq method in probeMichal Kazior
2014-08-25ath10k: fix legacy irq workaroundMichal Kazior