summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex/pcie.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-081-29/+42
|\
| * PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()Christoph Hellwig2017-07-031-31/+44
* | mwifiex: use variable interface header lengthXinming Hu2017-05-311-9/+10
* | mwifiex: pcie: stop setting/clearing 'surprise_removed'Brian Norris2017-05-191-2/+0
* | mwifiex: pcie: remove useless pdev checkBrian Norris2017-05-191-5/+0
* | mwifiex: pcie: de-duplicate buffer allocation codeBrian Norris2017-05-191-91/+66
* | mwifiex: pcie: add card_reset() supportBrian Norris2017-05-181-0/+19
* | mwifiex: initiate card-specific work atomicallyBrian Norris2017-05-181-6/+3
|/
* mwifiex: pcie: clear outstanding work when resettingBrian Norris2017-04-201-0/+2
* mwifiex: pcie: fix cmd_buf use-after-free in remove/resetBrian Norris2017-04-201-0/+7
* mwifiex: pcie: extract wifi part from combo firmware during function level resetXinming Hu2017-04-201-7/+107
* mwifiex: pcie: correct scratch register nameXinming Hu2017-04-201-2/+2
* Merge tag 'wireless-drivers-next-for-davem-2017-04-07' of git://git.kernel.or...David S. Miller2017-04-091-36/+29
|\
| * mwifiex: catch mwifiex_fw_dpc() errors properly in resetBrian Norris2017-04-051-1/+6
| * mwifiex: fix kernel crash after shutdown command timeoutBrian Norris2017-03-201-2/+2
| * mwifiex: fix for unaligned readsDevidas Puranik2017-03-201-21/+16
| * mwifiex: pcie: clean up error prints in mwifiex_pcie_reset_notify()Brian Norris2017-03-201-12/+5
* | mwifiex: pcie: don't leak DMA buffers when removingBrian Norris2017-03-161-19/+19
|/
* mwifiex: use pci_dma_sync_single* APIsAmitkumar Karwar2017-01-281-1/+10
* mwifiex: mwifiex_unmap_pci_memory() handling for sleep confirmAmitkumar Karwar2017-01-281-3/+16
* mwifiex: pcie: read FROMDEVICE DMA-able memory with READ_ONCE()Brian Norris2017-01-201-1/+1
* mwifiex: pcie: don't loop/retry interrupt status checksBrian Norris2017-01-201-70/+32
* mwifiex: pcie: use posted write to wake up firmwareBrian Norris2017-01-201-4/+3
* mwifiex: fix uninitialized variable access in pcie_removeArnd Bergmann2017-01-171-0/+2
* mwifiex: cleanup in PCIe flr code pathXinming Hu2017-01-121-1/+11
* mwifiex: get rid of mwifiex_do_flr wrapperXinming Hu2017-01-121-2/+2
* mwifiex: use module_*_driver helper macrosAmitkumar Karwar2017-01-121-41/+6
* mwifiex: get rid of global user_rmmod flagXinming Hu2017-01-121-11/+12
* mwifiex: code rearrangement in pcie.c and sdio.cXinming Hu2017-01-121-37/+36
* mwifiex: move pcie_work and related variables inside cardGanapathi Bhat2017-01-121-11/+12
* mwifiex: wait firmware dump complete during card remove processXinming Hu2017-01-121-1/+5
* mwifiex: get rid of drv_info* adapter variablesXinming Hu2017-01-121-2/+5
* mwifiex: pcie: implement timeout loop for FW programming doorbellBrian Norris2016-11-291-3/+13
* mwifiex: cleanup wake-IRQ handling if suspend failsBrian Norris2016-11-251-0/+1
* mwifiex: pcie: stop checking for NULL adapter->cardBrian Norris2016-11-191-30/+23
* mwifiex: stop checking for NULL drvata/intfdataBrian Norris2016-11-191-9/+5
* mwifiex: reset card->adapter during device unregisterXinming Hu2016-11-191-0/+1
* mwifiex: resolve suspend() race with async FW init failureBrian Norris2016-11-191-2/+10
* mwifiex: don't pretend to resume while remove()'ingBrian Norris2016-11-191-5/+0
* mwifiex: remove redundant pdev check in suspend/resume handlersAmitkumar Karwar2016-11-191-16/+6
* mwifiex: resolve races between async FW init (failure) and device removalBrian Norris2016-11-191-11/+7
* mwifiex: check tx_hw_pending before downloading sleep confirmShengzhen Li2016-11-191-0/+5
* mwifiex: Enable WoWLAN for both sdio and pcieRajat Jain2016-11-191-0/+2
* mwifiex: Allow mwifiex early access to device structureRajat Jain2016-11-191-3/+1
* mwifiex: parse device tree node for PCIeXinming Hu2016-11-191-0/+24
* mwifiex: don't do unbalanced free()'ing in cleanup_if()Brian Norris2016-11-181-4/+1
* mwifiex: report error to PCIe for suspend failureAmitkumar Karwar2016-11-091-2/+8
* mwifiex: prevent register accesses after host is sleepingAmitkumar Karwar2016-11-091-3/+6
* mwifiex: PCIe8997 chip specific handlingAmitkumar Karwar2016-09-091-23/+12
* mwifiex: add PCIe function level reset supportAmitkumar Karwar2016-09-091-2/+134