summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/pci.c
AgeCommit message (Expand)Author
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
2014-03-28ath10k: advertise only firmware API 2 filesKalle Valo
2014-03-28ath10k: fix name of target_ps module parameterKalle Valo
2014-03-28ath10k: add module parameter to disable cold resetKalle Valo
2014-03-28ath10k: cleanup ath10k_pci_wait_for_target_init()Kalle Valo
2014-02-28ath10k: remove pci completion listMichal Kazior
2014-02-28ath10k: bypass htc for htt tx pathMichal Kazior
2014-02-28ath10k: replace send_head() with tx_sg()Michal Kazior
2014-02-28ath10k: remove is_aborted from skb_cbMichal Kazior
2014-02-13ath10k: Use pci_enable_msi_range()Alexander Gordeev
2014-02-13ath10k: Disable MSI in case IRQ configuration is unknownAlexander Gordeev
2014-02-13ath10k: Get rid of superfluous call to pci_disable_msi()Alexander Gordeev
2014-02-13ath10k: fix device initialization routineMichal Kazior
2014-01-23ath10k: fix the printing of 10.x FW version when FW crashedChun-Yeow Yeoh
2013-12-09Merge tag 'for-linville-20131203' of git://github.com/kvalo/athJohn W. Linville
2013-11-27ath10k: allow explicit MSI/MSI-X disablingMichal Kazior
2013-11-27ath10k: re-add support for early fw indicationMichal Kazior
2013-11-27ath10k: extract functions for legacy irq handlingMichal Kazior
2013-11-27ath10k: defer irq registration until hif start()Michal Kazior
2013-11-27ath10k: decouple ath10k_pci_start_ce()Michal Kazior
2013-11-27ath10k: don't use interrupts for BMIMichal Kazior
2013-11-27ath10k: split up pci irq codeMichal Kazior
2013-11-27ath10k: don't consume other's shared interruptsMichal Kazior
2013-11-20ath10k: show hardware and firmware info prints only onceKalle Valo
2013-11-20ath10k: don't show MSI registration warningsKalle Valo
2013-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-11-12ath10k: reset device upon stopping/power downMichal Kazior
2013-11-12ath10k: add and fix some PCI printsMichal Kazior
2013-11-12ath10k: re-arrange PCI init codeMichal Kazior
2013-11-12ath10k: guard against CE corruption from firmwareMichal Kazior
2013-11-12ath10k: propagate ath10k_ce_disable_interrupts() errorsMichal Kazior