summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/pci.c
Commit message (Expand)AuthorAgeFilesLines
* ath10k: abort incomplete scatter-gather pci tx properlyMichal Kazior2014-05-271-6/+11
* ath10k: protect src_ring state with ce_lock in tx_sg()Michal Kazior2014-05-271-3/+7
* ath10k: remove unnecessary tasklet_kill()Michal Kazior2014-05-261-2/+0
* ath10k: prevent hif_stop being called twiceMichal Kazior2014-05-231-0/+3
* ath10k: get rid of pci_assign_resource() call from pci_probeBartosz Markowski2014-05-161-12/+0
* ath10k: enable early device dumpsMichal Kazior2014-05-161-4/+4
* ath10k: retry warm reset a few timesMichal Kazior2014-05-161-3/+26
* ath10k: improve warm reset reliabilityMichal Kazior2014-05-161-0/+22
* ath10k: don't wait for device init if it crashedMichal Kazior2014-04-241-0/+10
* ath10k: differentiate between target init failuresMichal Kazior2014-04-241-1/+7
* ath10k: deinit copy engine before resettingMichal Kazior2014-03-281-1/+1
* ath10k: split ce initialization and allocationMichal Kazior2014-03-281-22/+42
* ath10k: convert pci_alloc_consistent() to dma_alloc_coherent()Michal Kazior2014-03-281-10/+12
* ath10k: add module parameter values to the pci info printKalle Valo2014-03-281-1/+3
* ath10k: improve pci debug messagesKalle Valo2014-03-281-9/+35
* ath10k: delete ar_pci->fw_indicator_addressKalle Valo2014-03-281-10/+6
* ath10k: advertise only firmware API 2 filesKalle Valo2014-03-281-2/+1
* ath10k: fix name of target_ps module parameterKalle Valo2014-03-281-4/+4
* ath10k: add module parameter to disable cold resetKalle Valo2014-03-281-1/+15
* ath10k: cleanup ath10k_pci_wait_for_target_init()Kalle Valo2014-03-281-13/+27
* ath10k: remove pci completion listMichal Kazior2014-02-281-251/+24
* ath10k: bypass htc for htt tx pathMichal Kazior2014-02-281-9/+3
* ath10k: replace send_head() with tx_sg()Michal Kazior2014-02-281-28/+56
* ath10k: remove is_aborted from skb_cbMichal Kazior2014-02-281-20/+0
* ath10k: Use pci_enable_msi_range()Alexander Gordeev2014-02-131-2/+3
* ath10k: Disable MSI in case IRQ configuration is unknownAlexander Gordeev2014-02-131-0/+2
* ath10k: Get rid of superfluous call to pci_disable_msi()Alexander Gordeev2014-02-131-2/+0
* ath10k: fix device initialization routineMichal Kazior2014-02-131-7/+127
* ath10k: fix the printing of 10.x FW version when FW crashedChun-Yeow Yeoh2014-01-231-3/+1
* Merge tag 'for-linville-20131203' of git://github.com/kvalo/athJohn W. Linville2013-12-091-275/+516
|\
| * ath10k: allow explicit MSI/MSI-X disablingMichal Kazior2013-11-271-13/+34
| * ath10k: re-add support for early fw indicationMichal Kazior2013-11-271-5/+101
| * ath10k: extract functions for legacy irq handlingMichal Kazior2013-11-271-33/+32
| * ath10k: defer irq registration until hif start()Michal Kazior2013-11-271-42/+23
| * ath10k: decouple ath10k_pci_start_ce()Michal Kazior2013-11-271-21/+54
| * ath10k: don't use interrupts for BMIMichal Kazior2013-11-271-24/+26
| * ath10k: split up pci irq codeMichal Kazior2013-11-271-94/+131
| * ath10k: don't consume other's shared interruptsMichal Kazior2013-11-271-0/+16
| * ath10k: show hardware and firmware info prints only onceKalle Valo2013-11-201-1/+3
| * ath10k: don't show MSI registration warningsKalle Valo2013-11-201-6/+20
| * ath10k: reset device upon stopping/power downMichal Kazior2013-11-121-0/+9
| * ath10k: add and fix some PCI printsMichal Kazior2013-11-121-30/+39
| * ath10k: re-arrange PCI init codeMichal Kazior2013-11-121-32/+55
| * ath10k: guard against CE corruption from firmwareMichal Kazior2013-11-121-0/+7
| * ath10k: propagate ath10k_ce_disable_interrupts() errorsMichal Kazior2013-11-121-1/+5
| * ath10k: use ath10k_do_pci_wake/sleepMichal Kazior2013-11-121-58/+26
| * ath10k: remove meaningless checkMichal Kazior2013-11-121-3/+0
| * ath10k: rename ath10k_pci_reset_target()Michal Kazior2013-11-121-3/+3
| * ath10k: split tasklet killing functionMichal Kazior2013-11-121-6/+11
| * ath10k: don't forget to kill fw error taskletMichal Kazior2013-11-121-0/+1