summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/pci.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-09ath10k: remove unused variable 'id' in ath10k_pci_tx_pipe_cleanup()Raja Mani1-3/+0
2015-06-01ath10k: fix possible ps sleep crashMichal Kazior1-0/+1
2015-05-29ath10k: add missing firmware declarationsMichal Kazior1-0/+2
2015-05-22ath10k: enable pci soc powersavingMichal Kazior1-86/+218
2015-05-22ath10k: enable ASPMJanusz Dziedzic1-5/+10
2015-04-21ath10k: fix qca61x4 hw2.1 supportMichal Kazior1-3/+2
2015-04-21ath10k: allow loading device specific board filesMichal Kazior1-0/+6
2015-04-17ath10k: fix error handling in pci_probeMichal Kazior1-1/+1
2015-03-30ath10k: bump up FW API to 5Kalle Valo1-0/+1
2015-03-07ath10k: save/restore pci config space properlyMichal Kazior1-31/+8
2015-03-07ath10k: fix some pci wake/sleep issuesMichal Kazior1-5/+32
2015-03-07ath10k: update MODULE_FIRMWARE definitions for QCA6174Bartosz Markowski1-0/+11
2015-03-05ath10k: increase copy engine entries for rx wmiRajkumar Manoharan1-2/+2
2015-03-04ath10k: workaround corrupted htt rx eventsMichal Kazior1-2/+2
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