aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-27ath10k: Add support for 64 bit ce descriptorGovind Singh1-3/+3
2017-12-27ath10k: Use dma_addr_t for ce buffers to support 64bit targetGovind Singh1-2/+2
2017-10-27ath: Convert timers to use timer_setup()Kees Cook1-9/+8
2017-10-27ath10k: fix build errors with !CONFIG_PMBrian Norris1-5/+0
2017-10-27Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-10/+14
2017-10-13ath10k: fix core PCI suspend when WoWLAN is supported but disabledBrian Norris1-10/+14
2017-09-21ath10k: mark PM functions as __maybe_unusedArnd Bergmann1-5/+2
2017-08-31ath10k: add the PCI PM core suspend/resume opsRyan Hsu1-0/+42
2017-08-08ath10k: switch to use new generic UUID APIAndy Shevchenko1-4/+4
2017-07-06ath10k: add copy engine register MAP for wcn3990 targetGovind Singh1-0/+4
2017-07-06ath10k: make CE layer bus agnosticGovind Singh1-22/+29
2017-06-28ath10k: fix a bunch of spelling mistakes in messagesColin Ian King1-1/+1
2017-06-01ath10k: log when longer bmi cmds happenBen Greear1-6/+21
2017-04-19ath10k: bump up FW API to 6Ryan Hsu1-0/+1
2017-04-05ath10k: fix block comments styleMarcin Rokicki1-4/+8
2017-03-16ath10k: remove redundant error checkColin Ian King1-6/+0
2017-02-14ath10k: fix napi crash during rmmod when probe firmware failsKalle Valo1-1/+2
2017-02-07ath10k: fix reading sram contents for QCA4019Ashok Raj Nagarajan1-19/+32
2017-02-07ath10k: few whitespace fixesKalle Valo1-1/+1
2017-02-01Merge tag 'wireless-drivers-next-for-davem-2017-02-01' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-3/+3
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-27ath10k: fix typo in addr calculationSrinivas Kandagatla1-1/+1
2017-01-27ath10k: use dma_zalloc_coherent()Srinivas Kandagatla1-2/+1
2017-01-19ath10k: dump Copy Engine registers during firmware crashMohammed Shafi Shajakhan1-0/+1
2017-01-02Merge tag 'wireless-drivers-next-for-davem-2017-01-02' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-2/+2
2016-12-29ath10k: override CE5 config for QCA9377Bartosz Markowski1-1/+1
2016-12-29ath10k: fix IRAM banks number for QCA9377Bartosz Markowski1-1/+1
2016-12-14treewide: Fix printk() message errorsMasanari Iida1-1/+1
2016-09-13ath10k: remove unused variable ar_pciChaehyun Lim1-2/+0
2016-09-13ath10k: fix memory leak on caldata on error exit pathColin Ian King1-1/+1
2016-09-09Merge branch 'ath-current' into ath-nextKalle Valo1-1/+0
2016-09-09ath10k: implement NAPI supportRajkumar Manoharan1-26/+45
2016-09-02ath10k: hide kernel addresses from logs using %pK format specifierMaharaja Kennadyrajan1-1/+1
2016-08-31ath10k: Remove driver log suggesting QCA9887 support is experimentalMohammed Shafi Shajakhan1-1/+0
2016-07-08ath10k: enable support for QCA9888Anilkumar Kolli1-0/+13
2016-06-30ath10k: fix crash during card removalMohammed Shafi Shajakhan1-0/+11
2016-06-07ath10k: add board data download from targetSven Eckelmann1-0/+139
2016-06-07ath10k: add QCA9887 chipset supportSven Eckelmann1-0/+18
2016-06-02ath10k: update module descriptionRajkumar Manoharan1-1/+1
2016-06-02ath10k: fix diag_read to collect data for larger memoryAshok Raj Nagarajan1-12/+16
2016-05-24ath10k: enable support for QCA9984Vasanthakumar Thiagarajan1-0/+14
2016-05-24ath10k: clean up growing hw checks during safe and full resetVasanthakumar Thiagarajan1-16/+28
2016-04-20ath10k: remove deprecated firmware API 1 supportKalle Valo1-1/+0
2016-04-12ath10k: remove MSI range supportRajkumar Manoharan1-148/+16
2016-04-04ath10k: reuse copy engine 5 (htt rx) descriptorsRajkumar Manoharan1-2/+61
2016-04-04ath10k: cleanup copy engine receive next completionRajkumar Manoharan1-26/+17
2016-03-03ath10k: fix erroneous return valueAnton Protopopov1-1/+1
2016-01-28ath10k: add basic skeleton to support ahbRaja Mani1-0/+8
2016-01-28ath10k: pull reusable code from pci probe and remove for ahbRaja Mani1-22/+42
2016-01-28ath10k: make ath10k_pci_read32/write32() ops more genericRaja Mani1-3/+31