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