aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex/pcie.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-07wifi: mwifiex: mark a variable unusedJohannes Berg1-1/+1
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-13/+1
2022-07-27wifi: mwifiex: clean up one inconsistent indentingYang Li1-1/+1
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_391.RULEThomas Gleixner1-13/+1
2021-11-26mwifiex: Ignore BTCOEX events from the 88W8897 firmwareJonas Dreßler1-0/+3
2021-10-18mwifiex: Try waking the firmware until we get an interruptJonas Dreßler1-5/+23
2021-10-18mwifiex: Read a PCI register after writing the TX ring write pointerJonas Dreßler1-0/+8
2021-08-29mwifiex: pcie: add reset_d3cold quirk for Surface gen4+ devicesTsuchiya Yuto1-0/+7
2021-08-29mwifiex: pcie: add DMI-based quirk implementation for Surface devicesJonas Dreßler1-0/+4
2021-05-17mwifiex: re-fix for unaligned accessesArnd Bergmann1-6/+4
2021-01-14mwifiex: pcie: Drop bogus __refdata annotationGeert Uytterhoeven1-1/+1
2020-11-10mwifiex: pcie: skip cancel_work_sync() on reset failure pathTsuchiya Yuto1-1/+17
2020-11-07mwifiex: pcie: Remove a couple of unchecked 'ret'sLee Jones1-4/+2
2020-09-01mwifiex: pcie: Move tables to the only place they're usedLee Jones1-0/+149
2020-08-27mwifiex: Clean up some err and dbg messagesChristophe JAILLET1-15/+10
2020-08-27mwifiex: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-75/+78
2020-02-14mwifiex: change license text from MARVELL to NXPGanapathi Bhat1-4/+4
2019-10-09mwifiex: pcie: Fix memory leak in mwifiex_pcie_init_evt_ringNavid Emamdoost1-1/+4
2019-10-09mwifiex: pcie: Fix memory leak in mwifiex_pcie_alloc_cmdrsp_bufNavid Emamdoost1-1/+3
2019-08-06mwifiex: pcie: Use dev_get_drvdataChuhong Yuan1-6/+2
2019-06-25mwifiex: print PCI mmap with %pKBrian Norris1-1/+1
2019-06-25mwifiex: drop 'set_consistent_dma_mask' log messageBrian Norris1-2/+1
2018-07-31mwifiex: use atomic bitops to represent adapter status variablesGanapathi Bhat1-6/+6
2018-05-23mwifiex: support sysfs initiated device coredumpArend Van Spriel1-2/+16
2018-04-25mwifiex: pcie: tighten a check in mwifiex_pcie_process_event_ready()Dan Carpenter1-1/+2
2018-01-16mwifiex: resolve reset vs. remove()/shutdown() deadlocksBrian Norris1-1/+4
2018-01-16Revert "mwifiex: cancel pcie/sdio work in remove/shutdown handler"Brian Norris1-2/+0
2018-01-08mwifiex: cancel pcie/sdio work in remove/shutdown handlerXinming Hu1-0/+2
2018-01-08mwifiex: refactor device dump code to make it generic for usb interfaceXinming Hu1-4/+9
2017-08-03mwifiex: pcie: compatible with wifi-only image while extract wifi-part fwXinming Hu1-7/+19
2017-07-28mwifiex: pcie: remove unnecessary 'pdev' checkBrian Norris1-8/+5
2017-07-28mwifiex: pcie: disable device DMA before unmapping/freeing buffersBrian Norris1-7/+9
2017-07-28mwifiex: pcie: unify MSI-X / non-MSI-X interrupt processBrian Norris1-65/+3
2017-07-28mwifiex: pcie: remove unnecessary masksBrian Norris1-4/+0
2017-07-28mwifiex: pcie: don't allow cmd buffer reuse after resetBrian Norris1-1/+2
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus 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-09Merge tag 'wireless-drivers-next-for-davem-2017-04-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid 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