summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/pci.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-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
2014-03-28ath10k: advertise only firmware API 2 filesKalle Valo1-2/+1
2014-03-28ath10k: fix name of target_ps module parameterKalle Valo1-4/+4
2014-03-28ath10k: add module parameter to disable cold resetKalle Valo1-1/+15
2014-03-28ath10k: cleanup ath10k_pci_wait_for_target_init()Kalle Valo1-13/+27
2014-02-28ath10k: remove pci completion listMichal Kazior1-251/+24
2014-02-28ath10k: bypass htc for htt tx pathMichal Kazior1-9/+3
2014-02-28ath10k: replace send_head() with tx_sg()Michal Kazior1-28/+56
2014-02-28ath10k: remove is_aborted from skb_cbMichal Kazior1-20/+0
2014-02-13ath10k: Use pci_enable_msi_range()Alexander Gordeev1-2/+3
2014-02-13ath10k: Disable MSI in case IRQ configuration is unknownAlexander Gordeev1-0/+2
2014-02-13ath10k: Get rid of superfluous call to pci_disable_msi()Alexander Gordeev1-2/+0
2014-02-13ath10k: fix device initialization routineMichal Kazior1-7/+127
2014-01-23ath10k: fix the printing of 10.x FW version when FW crashedChun-Yeow Yeoh1-3/+1
2013-12-10Merge tag 'for-linville-20131203' of git://github.com/kvalo/athJohn W. Linville1-275/+516
2013-11-27ath10k: allow explicit MSI/MSI-X disablingMichal Kazior1-13/+34
2013-11-27ath10k: re-add support for early fw indicationMichal Kazior1-5/+101
2013-11-27ath10k: extract functions for legacy irq handlingMichal Kazior1-33/+32
2013-11-27ath10k: defer irq registration until hif start()Michal Kazior1-42/+23
2013-11-27ath10k: decouple ath10k_pci_start_ce()Michal Kazior1-21/+54
2013-11-27ath10k: don't use interrupts for BMIMichal Kazior1-24/+26
2013-11-27ath10k: split up pci irq codeMichal Kazior1-94/+131
2013-11-27ath10k: don't consume other's shared interruptsMichal Kazior1-0/+16
2013-11-20ath10k: show hardware and firmware info prints only onceKalle Valo1-1/+3
2013-11-20ath10k: don't show MSI registration warningsKalle Valo1-6/+20
2013-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-11-12ath10k: reset device upon stopping/power downMichal Kazior1-0/+9
2013-11-12ath10k: add and fix some PCI printsMichal Kazior1-30/+39
2013-11-12ath10k: re-arrange PCI init codeMichal Kazior1-32/+55
2013-11-12ath10k: guard against CE corruption from firmwareMichal Kazior1-0/+7
2013-11-12ath10k: propagate ath10k_ce_disable_interrupts() errorsMichal Kazior1-1/+5
2013-11-12ath10k: use ath10k_do_pci_wake/sleepMichal Kazior1-58/+26