summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * ath10k: remove ar_pci->ce_countMichal Kazior2013-11-121-10/+8
| * ath10k: fix possible memory leak in ath10k_pci_probe()Wei Yongjun2013-11-061-1/+1
| * ath10k: add error handling to ath10k_pci_wait()Kalle Valo2013-10-211-4/+24
| * ath10k: implement ath10k_pci_soc_read/write32()Kalle Valo2013-10-211-2/+1
| * ath10k: fix NULL deref upon early FW crashMichal Kazior2013-10-211-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-1/+1
|\ \ | |/ |/|
| * treewide: Fix typo in printkMasanari Iida2013-10-141-1/+1
* | ath10k: remove num_sends_allowedMichal Kazior2013-10-071-20/+1
* | ath10k: remove ce_sendlist_sendMichal Kazior2013-10-071-2/+2
* | ath10k: fix num_sends_allowed replenishingMichal Kazior2013-09-201-4/+0
* | wireless: ath10k: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-121-2/+0
* | ath10k: delete struct ce_sendlistKalle Valo2013-09-121-27/+13
* | ath10k: add boot debug messages to pci.c and ce.cKalle Valo2013-09-121-2/+4
* | ath10k: prevent CE from looping indefinitelyMichal Kazior2013-09-081-46/+38
* | ath10k: add missing braces to ath10k_pci_tx_pipe_cleanupDave Jones2013-09-061-1/+2
* | ath10k: check chip id from the soc register during probeKalle Valo2013-09-031-2/+13
* | ath10k: convert ath10k_pci_wake() to returnKalle Valo2013-09-031-5/+6
* | ath10k: convert ath10k_pci_reg_read/write32() to take struct ath10kKalle Valo2013-09-031-12/+7
* | ath10k: remove void pointer from struct ath10k_pci_complKalle Valo2013-09-031-6/+6
* | ath10k: make target_ce_config_wlan more readableKalle Valo2013-09-031-14/+71
* | ath10k: pci: make host_ce_config_wlan[] more readableKalle Valo2013-09-031-18/+63
* | ath10k: remove un ar_pci->cacheline_sz fieldKalle Valo2013-09-011-2/+0
* | ath10k: rename ce_state to ath10k_ce_pipeMichal Kazior2013-09-011-13/+15
* | ath10k: rename hif_ce_pipe_info to ath10k_pci_pipeMichal Kazior2013-09-011-17/+17
* | ath10k: remove unused ce_attr parametersMichal Kazior2013-09-011-9/+9
* | ath10k: clean up PCI completion statesMichal Kazior2013-08-141-6/+16
* | ath10k: use sizeof(*var) in kmallocMichal Kazior2013-08-141-2/+1
* | ath10k: Remove qca98xx hw1.0 supportBartosz Markowski2013-08-121-15/+0
|/
* ath10k: add SoC power save option to PCI features mapBartosz Markowski2013-08-071-8/+14
OpenPOWER on IntegriCloud