summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/pci.c
AgeCommit message (Expand)Author
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-15Merge 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
2013-11-12ath10k: use ath10k_do_pci_wake/sleepMichal Kazior
2013-11-12ath10k: remove meaningless checkMichal Kazior
2013-11-12ath10k: rename ath10k_pci_reset_target()Michal Kazior
2013-11-12ath10k: split tasklet killing functionMichal Kazior
2013-11-12ath10k: don't forget to kill fw error taskletMichal Kazior
2013-11-12ath10k: remove ar_pci->ce_countMichal Kazior
2013-11-06ath10k: fix possible memory leak in ath10k_pci_probe()Wei Yongjun
2013-10-21ath10k: add error handling to ath10k_pci_wait()Kalle Valo
2013-10-21ath10k: implement ath10k_pci_soc_read/write32()Kalle Valo
2013-10-21ath10k: fix NULL deref upon early FW crashMichal Kazior
2013-10-14treewide: Fix typo in printkMasanari Iida
2013-10-07ath10k: remove num_sends_allowedMichal Kazior
2013-10-07ath10k: remove ce_sendlist_sendMichal Kazior
2013-09-20ath10k: fix num_sends_allowed replenishingMichal Kazior
2013-09-12wireless: ath10k: remove unnecessary pci_set_drvdata()Jingoo Han
2013-09-12ath10k: delete struct ce_sendlistKalle Valo
2013-09-12ath10k: add boot debug messages to pci.c and ce.cKalle Valo
2013-09-08ath10k: prevent CE from looping indefinitelyMichal Kazior
2013-09-06ath10k: add missing braces to ath10k_pci_tx_pipe_cleanupDave Jones
2013-09-03ath10k: check chip id from the soc register during probeKalle Valo
2013-09-03ath10k: convert ath10k_pci_wake() to returnKalle Valo
2013-09-03ath10k: convert ath10k_pci_reg_read/write32() to take struct ath10kKalle Valo
2013-09-03ath10k: remove void pointer from struct ath10k_pci_complKalle Valo
2013-09-03ath10k: make target_ce_config_wlan more readableKalle Valo