summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell/mwifiex/pcie.c
AgeCommit message (Expand)Author
2023-09-23wifi: mwifiex: fix error recovery in PCIE buffer descriptor managementDmitry Antipov
2023-09-23mwifiex: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-11-17mwifiex: Read a PCI register after writing the TX ring write pointerJonas Dreßler
2021-07-14mwifiex: re-fix for unaligned accessesArnd Bergmann
2021-03-11mwifiex: pcie: skip cancel_work_sync() on reset failure pathTsuchiya Yuto
2020-01-14mwifiex: pcie: Fix memory leak in mwifiex_pcie_alloc_cmdrsp_bufNavid Emamdoost
2019-12-31mwifiex: pcie: Fix memory leak in mwifiex_pcie_init_evt_ringNavid Emamdoost
2019-08-06mwifiex: pcie: Use dev_get_drvdataChuhong Yuan
2019-06-25mwifiex: print PCI mmap with %pKBrian Norris
2019-06-25mwifiex: drop 'set_consistent_dma_mask' log messageBrian Norris
2018-07-31mwifiex: use atomic bitops to represent adapter status variablesGanapathi Bhat
2018-05-23mwifiex: support sysfs initiated device coredumpArend Van Spriel
2018-04-25mwifiex: pcie: tighten a check in mwifiex_pcie_process_event_ready()Dan Carpenter
2018-01-16mwifiex: resolve reset vs. remove()/shutdown() deadlocksBrian Norris
2018-01-16Revert "mwifiex: cancel pcie/sdio work in remove/shutdown handler"Brian Norris
2018-01-08mwifiex: cancel pcie/sdio work in remove/shutdown handlerXinming Hu
2018-01-08mwifiex: refactor device dump code to make it generic for usb interfaceXinming Hu
2017-08-03mwifiex: pcie: compatible with wifi-only image while extract wifi-part fwXinming Hu
2017-07-28mwifiex: pcie: remove unnecessary 'pdev' checkBrian Norris
2017-07-28mwifiex: pcie: disable device DMA before unmapping/freeing buffersBrian Norris
2017-07-28mwifiex: pcie: unify MSI-X / non-MSI-X interrupt processBrian Norris
2017-07-28mwifiex: pcie: remove unnecessary masksBrian Norris
2017-07-28mwifiex: pcie: don't allow cmd buffer reuse after resetBrian Norris
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-03PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()Christoph Hellwig
2017-05-31mwifiex: use variable interface header lengthXinming Hu
2017-05-19mwifiex: pcie: stop setting/clearing 'surprise_removed'Brian Norris
2017-05-19mwifiex: pcie: remove useless pdev checkBrian Norris
2017-05-19mwifiex: pcie: de-duplicate buffer allocation codeBrian Norris
2017-05-18mwifiex: pcie: add card_reset() supportBrian Norris
2017-05-18mwifiex: initiate card-specific work atomicallyBrian Norris
2017-04-20mwifiex: pcie: clear outstanding work when resettingBrian Norris
2017-04-20mwifiex: pcie: fix cmd_buf use-after-free in remove/resetBrian Norris
2017-04-20mwifiex: pcie: extract wifi part from combo firmware during function level resetXinming Hu
2017-04-20mwifiex: pcie: correct scratch register nameXinming Hu
2017-04-09Merge tag 'wireless-drivers-next-for-davem-2017-04-07' of git://git.kernel.or...David S. Miller
2017-04-05mwifiex: catch mwifiex_fw_dpc() errors properly in resetBrian Norris
2017-03-20mwifiex: fix kernel crash after shutdown command timeoutBrian Norris
2017-03-20mwifiex: fix for unaligned readsDevidas Puranik
2017-03-20mwifiex: pcie: clean up error prints in mwifiex_pcie_reset_notify()Brian Norris
2017-03-16mwifiex: pcie: don't leak DMA buffers when removingBrian Norris
2017-01-28mwifiex: use pci_dma_sync_single* APIsAmitkumar Karwar
2017-01-28mwifiex: mwifiex_unmap_pci_memory() handling for sleep confirmAmitkumar Karwar
2017-01-20mwifiex: pcie: read FROMDEVICE DMA-able memory with READ_ONCE()Brian Norris
2017-01-20mwifiex: pcie: don't loop/retry interrupt status checksBrian Norris
2017-01-20mwifiex: pcie: use posted write to wake up firmwareBrian Norris
2017-01-17mwifiex: fix uninitialized variable access in pcie_removeArnd Bergmann
2017-01-12mwifiex: cleanup in PCIe flr code pathXinming Hu
2017-01-12mwifiex: get rid of mwifiex_do_flr wrapperXinming Hu
2017-01-12mwifiex: use module_*_driver helper macrosAmitkumar Karwar