summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex/pcie.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mwifiex: followup PCIE and related cleanupsDmitry Antipov2023-09-221-22/+6
* wifi: mwifiex: simplify PCIE write operationsDmitry Antipov2023-09-221-224/+66
* wifi: mwifiex: use MODULE_FIRMWARE to add firmware files metadataVíctor Gonzalo2023-09-211-0/+6
* wifi: mwifiex: fix error recovery in PCIE buffer descriptor managementDmitry Antipov2023-08-021-8/+17
* wifi: mwifiex: mark OF related data as maybe unusedKrzysztof Kozlowski2023-03-151-1/+1
* wifi: mwifiex: mark a variable unusedJohannes Berg2022-09-071-1/+1
* Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-041-13/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_391.RULEThomas Gleixner2022-06-101-13/+1
* | wifi: mwifiex: clean up one inconsistent indentingYang Li2022-07-271-1/+1
|/
* mwifiex: Ignore BTCOEX events from the 88W8897 firmwareJonas Dreßler2021-11-261-0/+3
* mwifiex: Try waking the firmware until we get an interruptJonas Dreßler2021-10-181-5/+23
* mwifiex: Read a PCI register after writing the TX ring write pointerJonas Dreßler2021-10-181-0/+8
* mwifiex: pcie: add reset_d3cold quirk for Surface gen4+ devicesTsuchiya Yuto2021-08-291-0/+7
* mwifiex: pcie: add DMI-based quirk implementation for Surface devicesJonas Dreßler2021-08-291-0/+4
* mwifiex: re-fix for unaligned accessesArnd Bergmann2021-05-171-6/+4
* mwifiex: pcie: Drop bogus __refdata annotationGeert Uytterhoeven2021-01-141-1/+1
* mwifiex: pcie: skip cancel_work_sync() on reset failure pathTsuchiya Yuto2020-11-101-1/+17
* mwifiex: pcie: Remove a couple of unchecked 'ret'sLee Jones2020-11-071-4/+2
* mwifiex: pcie: Move tables to the only place they're usedLee Jones2020-09-011-0/+149
* mwifiex: Clean up some err and dbg messagesChristophe JAILLET2020-08-271-15/+10
* mwifiex: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-271-75/+78
* mwifiex: change license text from MARVELL to NXPGanapathi Bhat2020-02-141-4/+4
* mwifiex: pcie: Fix memory leak in mwifiex_pcie_init_evt_ringNavid Emamdoost2019-10-091-1/+4
* mwifiex: pcie: Fix memory leak in mwifiex_pcie_alloc_cmdrsp_bufNavid Emamdoost2019-10-091-1/+3
* mwifiex: pcie: Use dev_get_drvdataChuhong Yuan2019-08-061-6/+2
* mwifiex: print PCI mmap with %pKBrian Norris2019-06-251-1/+1
* mwifiex: drop 'set_consistent_dma_mask' log messageBrian Norris2019-06-251-2/+1
* 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