aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/pci.c
Commit message (Expand)AuthorAge
* ath10k: prevent pci tx/rx starvationMichal Kazior2014-12-01
* ath10k: remove transfer_id from ath10k_hif_cb::tx_completionMichal Kazior2014-12-01
* ath10k: remove unused callback argument from struct ath10k_hif_cb::rx_completionMichal Kazior2014-12-01
* ath10k: add memory dump debugfs interfaceYanbo Li2014-11-26
* ath10k: add register access debugfs interfaceYanbo Li2014-11-26
* ath10k: fix pm resume after suspendBartosz Markowski2014-11-03
* ath10k: fix possible bmi crashMichal Kazior2014-10-30
* ath10k: don't reset chip on power_downMichal Kazior2014-10-30
* ath10k: split reset logic from power upMichal Kazior2014-10-30
* ath10k: make warm reset a bit safer and fasterMichal Kazior2014-10-30
* ath10k: change ce ring cleanup logicMichal Kazior2014-10-30
* ath10k: split ce pipe init/alloc furtherMichal Kazior2014-10-23
* ath10k: mask/unmask msi fw irqMichal Kazior2014-10-23
* ath10k: re-disable interrupts after target initMichal Kazior2014-10-23
* ath10k: add back enum ath10k_busKalle Valo2014-10-21
* ath10k: advertise all possible firmware(-api) filesBartosz Markowski2014-10-08
* ath10k: add firmware crash countersBen Greear2014-10-01
* ath10k: add diag_read() to hif opsKalle Valo2014-09-26
* ath10k: add debug dump for pci rxMichal Kazior2014-09-26
* ath10k: miscellaneous checkpatch fixesKalle Valo2014-09-18
* ath10k: else is not generally useful after a break or returnKalle Valo2014-09-18
* ath10k: fix space after a cast style errorsKalle Valo2014-09-18
* ath10k: fix checkpatch warnings about parenthesis alignmentKalle Valo2014-09-18
* ath10k: remove diag_*_access functionsMichal Kazior2014-09-02
* ath10k: kill tasklets after free_irqMichal Kazior2014-09-02
* ath10k: re-enable interrupts properly in hw recoveryMichal Kazior2014-09-02
* Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville2014-08-28
|\
| * ath10k: make target endianess more explicitMichal Kazior2014-08-27
| * ath10k: dont duplicate service-pipe mappingMichal Kazior2014-08-27
| * ath10k: move pci init structuresMichal Kazior2014-08-27
| * ath10k: fix fw crash dumpingMichal Kazior2014-08-26
| * ath10k: improve logging to include dev idMichal Kazior2014-08-26
| * ath10k: remove ar_pci->startedMichal Kazior2014-08-25
| * ath10k: ignore ar_pci->started in pipe cleanupMichal Kazior2014-08-25
| * ath10k: update comment regarding warm resetMichal Kazior2014-08-25
| * ath10k: rework posting pci rx buffersMichal Kazior2014-08-25
| * ath10k: remove early irq handlingMichal Kazior2014-08-25
| * ath10k: make sure to really disable irqsMichal Kazior2014-08-25
| * ath10k: split ce irq/handler setupMichal Kazior2014-08-25
| * ath10k: setup irq method in probeMichal Kazior2014-08-25
| * ath10k: fix legacy irq workaroundMichal Kazior2014-08-25
| * ath10k: print more driver info when firmware crashesKalle Valo2014-08-25
| * ath10k: rename ath10k_pci_hif_dump_area() to ath10k_pci_fw_crashed_dump()Kalle Valo2014-08-25
| * ath10k: provide firmware crash info via debugfsBen Greear2014-08-25
| * ath10k: add ath10k_pci_diag_* helpersKalle Valo2014-08-25
| * ath10k: group some pci probing helpersMichal Kazior2014-08-12
| * ath10k: remove pci features varMichal Kazior2014-08-12
| * ath10k: remove target soc ps codeMichal Kazior2014-08-12
| * ath10k: embed ar_pci inside arMichal Kazior2014-08-12
| * ath10k: add support for 10.2 firmwareMichal Kazior2014-07-28