index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mwifiex
/
pcie.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-26
mwifiex: Do not kfree cmd buf while unregistering PCIe
Yogesh Ashok Powar
1
-1
/
+0
2013-04-26
mwifiex: Call pci_release_region after calling pci_disable_device
Yogesh Ashok Powar
1
-1
/
+1
2013-04-26
mwifiex: Use pci_release_region() instead of a pci_release_regions()
Yogesh Ashok Powar
1
-2
/
+2
2013-04-22
mwifiex: use PCI_DMA_FROMDEVICE for RX queue de-init
Avinash Patil
1
-2
/
+2
2013-03-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-0
/
+1
2013-03-27
mwifiex: use fw_status register to wake up PCIe card
Avinash Patil
1
-13
/
+24
2013-03-27
mwifiex: avoid waking up device in awake state
Avinash Patil
1
-3
/
+4
2013-03-27
mwifiex: do not enable PCIe interrupt in Power Save sleep state
Avinash Patil
1
-1
/
+2
2013-03-25
mwifiex: reset skb->data after processing PCIe sleep confirm cmd respose
Avinash Patil
1
-0
/
+1
2013-03-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-1
/
+1
2013-03-07
mwifiex: avoid [-Wmaybe-uninitialized] warnings in pcie.c
Bing Zhao
1
-2
/
+2
2013-03-07
mwifiex: fix [-Wunused-function] warnings on pcie suspend/resume
Bing Zhao
1
-0
/
+2
2013-03-07
mwifiex: remove static forward declarations in pcie.c
Bing Zhao
1
-76
/
+74
2013-02-27
mwifiex: correct sleep delay counter
Avinash Patil
1
-1
/
+1
2013-02-22
mwifiex: fix system freeze while reloading driver
Avinash Patil
1
-10
/
+1
2013-02-22
mwifiex: don't drop carrier flag over suspend
Daniel Drake
1
-9
/
+1
2013-02-19
mwifiex: fix empty TX ring check for PCIe8897 while unloading driver
Avinash Patil
1
-4
/
+1
2013-02-14
mwifiex: device specific sleep cookie handling for PCIe
Avinash Patil
1
-8
/
+22
2013-02-12
mwifiex: add PCIe8897 support
Avinash Patil
1
-60
/
+182
2013-02-12
mwifiex: define generic data type for PCIe ring buffers
Avinash Patil
1
-23
/
+26
2013-02-12
mwifiex: separate ring initialization and ring creation routines
Avinash Patil
1
-133
/
+194
2013-02-12
mwifiex: store card specific data in PCI device table entry
Avinash Patil
1
-89
/
+122
2013-01-31
mwifiex: don't return zero on failure paths in mwifiex_pcie_init()
Alexey Khoroshilov
1
-0
/
+2
2013-01-31
mwifiex: fix invalid access of PCIe RxBD ring buffer descriptor
Avinash Patil
1
-2
/
+2
2013-01-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-1
/
+1
2013-01-22
mwifiex: fix typo in PCIe adapter NULL check
Avinash Patil
1
-1
/
+1
2013-01-08
mwifiex: use map/unmap APIs in TX and RX to reduce memcpy
Avinash Patil
1
-49
/
+170
2013-01-08
mwifiex: flush TX ring for PCIe after disconnect or bss stop
Avinash Patil
1
-0
/
+32
2013-01-08
mwifiex: use pci_alloc/free_consistent APIs for PCIe
Avinash Patil
1
-141
/
+221
2013-01-08
mwifiex: add init_fw_port handler for PCIe interface
Avinash Patil
1
-2
/
+18
2013-01-08
mwifiex: access interrupt status only while holding lock
Avinash Patil
1
-13
/
+12
2012-04-12
mwifiex: use asynchronous firmware loading
Amitkumar Karwar
1
-0
/
+3
2012-03-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-187
/
+203
2012-03-14
mwifiex: fix checkpatch --strict warnings/errors Part 4
Yogesh Ashok Powar
1
-184
/
+200
2012-03-13
mwifiex: use usleep_range instead of udelay
Yogesh Ashok Powar
1
-3
/
+3
2012-02-01
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
Joe Perches
1
-3
/
+1
2011-12-14
mwifiex: failure case handling for PCIe events
Amitkumar Karwar
1
-14
/
+6
2011-11-10
mwifiex: prevent corruption instead of just warning
Dan Carpenter
1
-1
/
+4
2011-11-10
mwifiex: remove an unneeded NULL check
Dan Carpenter
1
-3
/
+2
2011-11-10
mwifiex: remove unneeded kfree(NULL);
Dan Carpenter
1
-1
/
+0
2011-10-12
mwifiex: add support for Marvell pcie8766 chipset
Amitkumar Karwar
1
-0
/
+1948
[prev]