index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
marvell
/
mwifiex
/
pcie.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-16
mwifiex: resolve reset vs. remove()/shutdown() deadlocks
Brian Norris
1
-1
/
+4
2018-01-16
Revert "mwifiex: cancel pcie/sdio work in remove/shutdown handler"
Brian Norris
1
-2
/
+0
2018-01-08
mwifiex: cancel pcie/sdio work in remove/shutdown handler
Xinming Hu
1
-0
/
+2
2018-01-08
mwifiex: refactor device dump code to make it generic for usb interface
Xinming Hu
1
-4
/
+9
2017-08-03
mwifiex: pcie: compatible with wifi-only image while extract wifi-part fw
Xinming Hu
1
-7
/
+19
2017-07-28
mwifiex: pcie: remove unnecessary 'pdev' check
Brian Norris
1
-8
/
+5
2017-07-28
mwifiex: pcie: disable device DMA before unmapping/freeing buffers
Brian Norris
1
-7
/
+9
2017-07-28
mwifiex: pcie: unify MSI-X / non-MSI-X interrupt process
Brian Norris
1
-65
/
+3
2017-07-28
mwifiex: pcie: remove unnecessary masks
Brian Norris
1
-4
/
+0
2017-07-28
mwifiex: pcie: don't allow cmd buffer reuse after reset
Brian Norris
1
-1
/
+2
2017-07-09
Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-29
/
+42
2017-07-03
PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()
Christoph Hellwig
1
-31
/
+44
2017-05-31
mwifiex: use variable interface header length
Xinming Hu
1
-9
/
+10
2017-05-19
mwifiex: pcie: stop setting/clearing 'surprise_removed'
Brian Norris
1
-2
/
+0
2017-05-19
mwifiex: pcie: remove useless pdev check
Brian Norris
1
-5
/
+0
2017-05-19
mwifiex: pcie: de-duplicate buffer allocation code
Brian Norris
1
-91
/
+66
2017-05-18
mwifiex: pcie: add card_reset() support
Brian Norris
1
-0
/
+19
2017-05-18
mwifiex: initiate card-specific work atomically
Brian Norris
1
-6
/
+3
2017-04-20
mwifiex: pcie: clear outstanding work when resetting
Brian Norris
1
-0
/
+2
2017-04-20
mwifiex: pcie: fix cmd_buf use-after-free in remove/reset
Brian Norris
1
-0
/
+7
2017-04-20
mwifiex: pcie: extract wifi part from combo firmware during function level reset
Xinming Hu
1
-7
/
+107
2017-04-20
mwifiex: pcie: correct scratch register name
Xinming Hu
1
-2
/
+2
2017-04-10
Merge tag 'wireless-drivers-next-for-davem-2017-04-07' of git://git.kernel.or...
David S. Miller
1
-36
/
+29
2017-04-05
mwifiex: catch mwifiex_fw_dpc() errors properly in reset
Brian Norris
1
-1
/
+6
2017-03-20
mwifiex: fix kernel crash after shutdown command timeout
Brian Norris
1
-2
/
+2
2017-03-20
mwifiex: fix for unaligned reads
Devidas Puranik
1
-21
/
+16
2017-03-20
mwifiex: pcie: clean up error prints in mwifiex_pcie_reset_notify()
Brian Norris
1
-12
/
+5
2017-03-16
mwifiex: pcie: don't leak DMA buffers when removing
Brian Norris
1
-19
/
+19
2017-01-28
mwifiex: use pci_dma_sync_single* APIs
Amitkumar Karwar
1
-1
/
+10
2017-01-28
mwifiex: mwifiex_unmap_pci_memory() handling for sleep confirm
Amitkumar Karwar
1
-3
/
+16
2017-01-20
mwifiex: pcie: read FROMDEVICE DMA-able memory with READ_ONCE()
Brian Norris
1
-1
/
+1
2017-01-20
mwifiex: pcie: don't loop/retry interrupt status checks
Brian Norris
1
-70
/
+32
2017-01-20
mwifiex: pcie: use posted write to wake up firmware
Brian Norris
1
-4
/
+3
2017-01-17
mwifiex: fix uninitialized variable access in pcie_remove
Arnd Bergmann
1
-0
/
+2
2017-01-12
mwifiex: cleanup in PCIe flr code path
Xinming Hu
1
-1
/
+11
2017-01-12
mwifiex: get rid of mwifiex_do_flr wrapper
Xinming Hu
1
-2
/
+2
2017-01-12
mwifiex: use module_*_driver helper macros
Amitkumar Karwar
1
-41
/
+6
2017-01-12
mwifiex: get rid of global user_rmmod flag
Xinming Hu
1
-11
/
+12
2017-01-12
mwifiex: code rearrangement in pcie.c and sdio.c
Xinming Hu
1
-37
/
+36
2017-01-12
mwifiex: move pcie_work and related variables inside card
Ganapathi Bhat
1
-11
/
+12
2017-01-12
mwifiex: wait firmware dump complete during card remove process
Xinming Hu
1
-1
/
+5
2017-01-12
mwifiex: get rid of drv_info* adapter variables
Xinming Hu
1
-2
/
+5
2016-11-29
mwifiex: pcie: implement timeout loop for FW programming doorbell
Brian Norris
1
-3
/
+13
2016-11-25
mwifiex: cleanup wake-IRQ handling if suspend fails
Brian Norris
1
-0
/
+1
2016-11-19
mwifiex: pcie: stop checking for NULL adapter->card
Brian Norris
1
-30
/
+23
2016-11-19
mwifiex: stop checking for NULL drvata/intfdata
Brian Norris
1
-9
/
+5
2016-11-19
mwifiex: reset card->adapter during device unregister
Xinming Hu
1
-0
/
+1
2016-11-19
mwifiex: resolve suspend() race with async FW init failure
Brian Norris
1
-2
/
+10
2016-11-19
mwifiex: don't pretend to resume while remove()'ing
Brian Norris
1
-5
/
+0
2016-11-19
mwifiex: remove redundant pdev check in suspend/resume handlers
Amitkumar Karwar
1
-16
/
+6
[next]