aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-27ath10k: disable irqs after fw crashMichal Kazior1-0/+2
2015-01-27ath10k: add support for qca6174Michal Kazior1-7/+98
2015-01-27ath10k: reset chip before reading chip_id in probeMichal Kazior1-12/+18
2015-01-27ath10k: introduce struct ath10k_skb_rxcbMichal Kazior1-3/+3
2015-01-15ath10k: prevent fw reg dump spamMichal Kazior1-2/+6
2014-12-08ath10k: create a chip revision whitelistMichal Kazior1-0/+31
2014-12-01ath10k: prevent pci tx/rx starvationMichal Kazior1-6/+15
2014-12-01ath10k: remove transfer_id from ath10k_hif_cb::tx_completionMichal Kazior1-2/+2
2014-12-01ath10k: remove unused callback argument from struct ath10k_hif_cb::rx_completionMichal Kazior1-1/+1
2014-11-26ath10k: add memory dump debugfs interfaceYanbo Li1-0/+1
2014-11-26ath10k: add register access debugfs interfaceYanbo Li1-0/+2
2014-11-04ath10k: fix pm resume after suspendBartosz Markowski1-4/+14
2014-10-31ath10k: fix possible bmi crashMichal Kazior1-0/+3
2014-10-31ath10k: don't reset chip on power_downMichal Kazior1-1/+3
2014-10-31ath10k: split reset logic from power upMichal Kazior1-71/+80
2014-10-31ath10k: make warm reset a bit safer and fasterMichal Kazior1-62/+48
2014-10-31ath10k: change ce ring cleanup logicMichal Kazior1-36/+46
2014-10-23ath10k: split ce pipe init/alloc furtherMichal Kazior1-36/+31
2014-10-23ath10k: mask/unmask msi fw irqMichal Kazior1-22/+31
2014-10-23ath10k: re-disable interrupts after target initMichal Kazior1-4/+3
2014-10-21ath10k: add back enum ath10k_busKalle Valo1-0/+1
2014-10-08ath10k: advertise all possible firmware(-api) filesBartosz Markowski1-1/+3
2014-10-01ath10k: add firmware crash countersBen Greear1-0/+14
2014-09-26ath10k: add diag_read() to hif opsKalle Valo1-18/+33
2014-09-26ath10k: add debug dump for pci rxMichal Kazior1-0/+6
2014-09-18ath10k: miscellaneous checkpatch fixesKalle Valo1-1/+1
2014-09-18ath10k: else is not generally useful after a break or returnKalle Valo1-3/+4
2014-09-18ath10k: fix space after a cast style errorsKalle Valo1-7/+7
2014-09-18ath10k: fix checkpatch warnings about parenthesis alignmentKalle Valo1-7/+7
2014-09-02ath10k: remove diag_*_access functionsMichal Kazior1-85/+24
2014-09-02ath10k: kill tasklets after free_irqMichal Kazior1-0/+2
2014-09-02ath10k: re-enable interrupts properly in hw recoveryMichal Kazior1-21/+14
2014-08-28Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville1-854/+675
2014-08-27ath10k: make target endianess more explicitMichal Kazior1-128/+131
2014-08-27ath10k: dont duplicate service-pipe mappingMichal Kazior1-44/+33
2014-08-27ath10k: move pci init structuresMichal Kazior1-96/+96
2014-08-26ath10k: fix fw crash dumpingMichal Kazior1-5/+3
2014-08-26ath10k: improve logging to include dev idMichal Kazior1-97/+106
2014-08-25ath10k: remove ar_pci->startedMichal Kazior1-10/+0
2014-08-25ath10k: ignore ar_pci->started in pipe cleanupMichal Kazior1-8/+0
2014-08-25ath10k: update comment regarding warm resetMichal Kazior1-5/+4
2014-08-25ath10k: rework posting pci rx buffersMichal Kazior1-120/+112
2014-08-25ath10k: remove early irq handlingMichal Kazior1-124/+48
2014-08-25ath10k: make sure to really disable irqsMichal Kazior1-6/+37
2014-08-25ath10k: split ce irq/handler setupMichal Kazior1-37/+4
2014-08-25ath10k: setup irq method in probeMichal Kazior1-34/+39
2014-08-25ath10k: fix legacy irq workaroundMichal Kazior1-3/+4
2014-08-25ath10k: print more driver info when firmware crashesKalle Valo1-3/+1
2014-08-25ath10k: rename ath10k_pci_hif_dump_area() to ath10k_pci_fw_crashed_dump()Kalle Valo1-5/+5
2014-08-25ath10k: provide firmware crash info via debugfsBen Greear1-7/+36