summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/pci.c
AgeCommit message (Expand)Author
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
2014-08-25ath10k: print more driver info when firmware crashesKalle Valo
2014-08-25ath10k: rename ath10k_pci_hif_dump_area() to ath10k_pci_fw_crashed_dump()Kalle Valo
2014-08-25ath10k: provide firmware crash info via debugfsBen Greear
2014-08-25ath10k: add ath10k_pci_diag_* helpersKalle Valo
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-08-12ath10k: group some pci probing helpersMichal Kazior
2014-08-12ath10k: remove pci features varMichal Kazior
2014-08-12ath10k: remove target soc ps codeMichal Kazior
2014-08-12ath10k: embed ar_pci inside arMichal Kazior
2014-07-28ath10k: add support for 10.2 firmwareMichal Kazior
2014-07-22ath10k: prevent endless pci rx loopMichal Kazior
2014-07-15ath10k: fix bmi exchange tx/rx raceMichal Kazior
2014-05-27ath10k: abort incomplete scatter-gather pci tx properlyMichal Kazior
2014-05-27ath10k: protect src_ring state with ce_lock in tx_sg()Michal Kazior
2014-05-26ath10k: remove unnecessary tasklet_kill()Michal Kazior
2014-05-23ath10k: prevent hif_stop being called twiceMichal Kazior
2014-05-16ath10k: get rid of pci_assign_resource() call from pci_probeBartosz Markowski
2014-05-16ath10k: enable early device dumpsMichal Kazior
2014-05-16ath10k: retry warm reset a few timesMichal Kazior
2014-05-16ath10k: improve warm reset reliabilityMichal Kazior
2014-04-24ath10k: don't wait for device init if it crashedMichal Kazior
2014-04-24ath10k: differentiate between target init failuresMichal Kazior
2014-03-28ath10k: deinit copy engine before resettingMichal Kazior
2014-03-28ath10k: split ce initialization and allocationMichal Kazior
2014-03-28ath10k: convert pci_alloc_consistent() to dma_alloc_coherent()Michal Kazior
2014-03-28ath10k: add module parameter values to the pci info printKalle Valo
2014-03-28ath10k: improve pci debug messagesKalle Valo
2014-03-28ath10k: delete ar_pci->fw_indicator_addressKalle Valo