summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/pci.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-29ath10k: perform crash dump collection in workqueueBrian Norris1-5/+19
2019-02-20ath10k: switch to use SPDX license identifiersKalle Valo1-12/+1
2019-02-11ath10k: enable Factory Test Mode for WCN3990Rakesh Pillai1-1/+2
2019-02-11ath10k: pci: use mutex for diagnostic window CE pollingBrian Norris1-26/+15
2019-02-11ath10k: disable interface pause wow config for integrated chipsetGovind Singh1-1/+2
2019-02-08Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-1/+1
2019-02-04ath10k: fix S5 power consumption issue for QCA9377Yu Wang1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+1
2018-10-13ath10k: allocate small size dma memory in ath10k_pci_diag_write_memCarl Huang1-12/+11
2018-09-06ath10k: add device type enum to ath10k_bus_paramsErik Stromdahl1-0/+1
2018-09-06ath10k: add struct ath10k_bus_paramsErik Stromdahl1-6/+6
2018-09-06ath10k: support to access target space below 1M for qca6174 and qca9377Carl Huang1-2/+17
2018-09-06ath10k: optimize pci diag mem read & write operationsCarl Huang1-18/+22
2018-09-06ath10k: enable pktlog for WCN3990 targetGovind Singh1-1/+1
2018-09-06ath10k: introduce CE_ATTR_POLL attribute for polling pipeGovind Singh1-1/+1
2018-08-24ath10k: fix kernel panic by moving pci flush after napi_disableTamizh chelvam1-1/+1
2018-04-19ath10k: modify hif tx paddr to dma_addr_t typeGovind Singh1-4/+4
2018-03-29ath10k: add memory dump support QCA9984Anilkumar Kolli1-0/+43
2018-03-29ath10k: refactor ath10k_pci_dump_memory() in preparation for QCA9984 supportKalle Valo1-19/+36
2018-03-29ath10k: add FW API 6 firmware image for QCA9377Ryan Hsu1-0/+1
2018-02-27ath10k: update the IRAM bank number for QCA9377Ryan Hsu1-1/+1
2018-02-07ath10k: add support for Ubiquiti rebranded QCA988X v2Tobias Schramm1-0/+6
2018-01-16ath10k: remove redundant -ve check against u32 integer sizeColin Ian King1-3/+0
2018-01-16ath10k: fix spelling mistake: "addrress" -> "address"Colin Ian King1-1/+1
2017-12-27ath10k: update copyright yearKalle Valo1-1/+1
2017-12-27ath10k: add memory dump support for QCA6174/QCA9377Alan Liu1-0/+218
2017-12-27ath10k: refactor firmware crashdump code to coredump.cKalle Valo1-1/+2
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.or...David 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