summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex/pcie.c
Commit message (Expand)AuthorAgeFilesLines
* mwifiex: use atomic bitops to represent adapter status variablesGanapathi Bhat2018-07-311-6/+6
* mwifiex: support sysfs initiated device coredumpArend Van Spriel2018-05-231-2/+16
* mwifiex: pcie: tighten a check in mwifiex_pcie_process_event_ready()Dan Carpenter2018-04-251-1/+2
* mwifiex: resolve reset vs. remove()/shutdown() deadlocksBrian Norris2018-01-161-1/+4
* Revert "mwifiex: cancel pcie/sdio work in remove/shutdown handler"Brian Norris2018-01-161-2/+0
* mwifiex: cancel pcie/sdio work in remove/shutdown handlerXinming Hu2018-01-081-0/+2
* mwifiex: refactor device dump code to make it generic for usb interfaceXinming Hu2018-01-081-4/+9
* mwifiex: pcie: compatible with wifi-only image while extract wifi-part fwXinming Hu2017-08-031-7/+19
* mwifiex: pcie: remove unnecessary 'pdev' checkBrian Norris2017-07-281-8/+5
* mwifiex: pcie: disable device DMA before unmapping/freeing buffersBrian Norris2017-07-281-7/+9
* mwifiex: pcie: unify MSI-X / non-MSI-X interrupt processBrian Norris2017-07-281-65/+3
* mwifiex: pcie: remove unnecessary masksBrian Norris2017-07-281-4/+0
* mwifiex: pcie: don't allow cmd buffer reuse after resetBrian Norris2017-07-281-1/+2
* 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
OpenPOWER on IntegriCloud