summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/pci.c
Commit message (Expand)AuthorAgeFilesLines
...
* ath10k: enable pci soc powersavingMichal Kazior2015-05-221-86/+218
* ath10k: enable ASPMJanusz Dziedzic2015-05-221-5/+10
* ath10k: fix qca61x4 hw2.1 supportMichal Kazior2015-04-211-3/+2
* ath10k: allow loading device specific board filesMichal Kazior2015-04-211-0/+6
* ath10k: fix error handling in pci_probeMichal Kazior2015-04-171-1/+1
* ath10k: bump up FW API to 5Kalle Valo2015-03-301-0/+1
* ath10k: save/restore pci config space properlyMichal Kazior2015-03-071-31/+8
* ath10k: fix some pci wake/sleep issuesMichal Kazior2015-03-071-5/+32
* ath10k: update MODULE_FIRMWARE definitions for QCA6174Bartosz Markowski2015-03-071-0/+11
* ath10k: increase copy engine entries for rx wmiRajkumar Manoharan2015-03-051-2/+2
* ath10k: workaround corrupted htt rx eventsMichal Kazior2015-03-041-2/+2
* ath10k: disable irqs after fw crashMichal Kazior2015-01-271-0/+2
* ath10k: add support for qca6174Michal Kazior2015-01-271-7/+98
* ath10k: reset chip before reading chip_id in probeMichal Kazior2015-01-271-12/+18
* ath10k: introduce struct ath10k_skb_rxcbMichal Kazior2015-01-271-3/+3
* ath10k: prevent fw reg dump spamMichal Kazior2015-01-151-2/+6
* ath10k: create a chip revision whitelistMichal Kazior2014-12-081-0/+31
* ath10k: prevent pci tx/rx starvationMichal Kazior2014-12-011-6/+15
* ath10k: remove transfer_id from ath10k_hif_cb::tx_completionMichal Kazior2014-12-011-2/+2
* ath10k: remove unused callback argument from struct ath10k_hif_cb::rx_completionMichal Kazior2014-12-011-1/+1
* ath10k: add memory dump debugfs interfaceYanbo Li2014-11-261-0/+1
* ath10k: add register access debugfs interfaceYanbo Li2014-11-261-0/+2
* ath10k: fix pm resume after suspendBartosz Markowski2014-11-041-4/+14
* ath10k: fix possible bmi crashMichal Kazior2014-10-311-0/+3
* ath10k: don't reset chip on power_downMichal Kazior2014-10-311-1/+3
* ath10k: split reset logic from power upMichal Kazior2014-10-311-71/+80
* ath10k: make warm reset a bit safer and fasterMichal Kazior2014-10-311-62/+48
* ath10k: change ce ring cleanup logicMichal Kazior2014-10-311-36/+46
* ath10k: split ce pipe init/alloc furtherMichal Kazior2014-10-231-36/+31
* ath10k: mask/unmask msi fw irqMichal Kazior2014-10-231-22/+31
* ath10k: re-disable interrupts after target initMichal Kazior2014-10-231-4/+3
* ath10k: add back enum ath10k_busKalle Valo2014-10-211-0/+1
* ath10k: advertise all possible firmware(-api) filesBartosz Markowski2014-10-081-1/+3
* ath10k: add firmware crash countersBen Greear2014-10-011-0/+14
* ath10k: add diag_read() to hif opsKalle Valo2014-09-261-18/+33
* ath10k: add debug dump for pci rxMichal Kazior2014-09-261-0/+6
* ath10k: miscellaneous checkpatch fixesKalle Valo2014-09-181-1/+1
* ath10k: else is not generally useful after a break or returnKalle Valo2014-09-181-3/+4
* ath10k: fix space after a cast style errorsKalle Valo2014-09-181-7/+7
* ath10k: fix checkpatch warnings about parenthesis alignmentKalle Valo2014-09-181-7/+7
* ath10k: remove diag_*_access functionsMichal Kazior2014-09-021-85/+24
* ath10k: kill tasklets after free_irqMichal Kazior2014-09-021-0/+2
* ath10k: re-enable interrupts properly in hw recoveryMichal Kazior2014-09-021-21/+14
* Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville2014-08-281-854/+675
|\
| * ath10k: make target endianess more explicitMichal Kazior2014-08-271-128/+131
| * ath10k: dont duplicate service-pipe mappingMichal Kazior2014-08-271-44/+33
| * ath10k: move pci init structuresMichal Kazior2014-08-271-96/+96
| * ath10k: fix fw crash dumpingMichal Kazior2014-08-261-5/+3
| * ath10k: improve logging to include dev idMichal Kazior2014-08-261-97/+106
| * ath10k: remove ar_pci->startedMichal Kazior2014-08-251-10/+0