summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/pci.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-25ath10k: add ath10k_pci_diag_* helpersKalle Valo1-17/+38
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-12ath10k: group some pci probing helpersMichal Kazior1-57/+77
2014-08-12ath10k: remove pci features varMichal Kazior1-32/+1
2014-08-12ath10k: remove target soc ps codeMichal Kazior1-147/+38
2014-08-12ath10k: embed ar_pci inside arMichal Kazior1-16/+9
2014-07-29ath10k: add support for 10.2 firmwareMichal Kazior1-1/+1
2014-07-22ath10k: prevent endless pci rx loopMichal Kazior1-8/+9
2014-07-15ath10k: fix bmi exchange tx/rx raceMichal Kazior1-8/+3
2014-05-27ath10k: abort incomplete scatter-gather pci tx properlyMichal Kazior1-6/+11
2014-05-27ath10k: protect src_ring state with ce_lock in tx_sg()Michal Kazior1-3/+7
2014-05-26ath10k: remove unnecessary tasklet_kill()Michal Kazior1-2/+0
2014-05-23ath10k: prevent hif_stop being called twiceMichal Kazior1-0/+3
2014-05-16ath10k: get rid of pci_assign_resource() call from pci_probeBartosz Markowski1-12/+0
2014-05-16ath10k: enable early device dumpsMichal Kazior1-4/+4
2014-05-16ath10k: retry warm reset a few timesMichal Kazior1-3/+26
2014-05-16ath10k: improve warm reset reliabilityMichal Kazior1-0/+22
2014-04-24ath10k: don't wait for device init if it crashedMichal Kazior1-0/+10
2014-04-24ath10k: differentiate between target init failuresMichal Kazior1-1/+7
2014-03-28ath10k: deinit copy engine before resettingMichal Kazior1-1/+1
2014-03-28ath10k: split ce initialization and allocationMichal Kazior1-22/+42
2014-03-28ath10k: convert pci_alloc_consistent() to dma_alloc_coherent()Michal Kazior1-10/+12
2014-03-28ath10k: add module parameter values to the pci info printKalle Valo1-1/+3
2014-03-28ath10k: improve pci debug messagesKalle Valo1-9/+35
2014-03-28ath10k: delete ar_pci->fw_indicator_addressKalle Valo1-10/+6