index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mwifiex
/
pcie.c
Age
Commit message (
Expand
)
Author
2013-04-26
mwifiex: Correct pci_unmap_single's size
Yogesh Ashok Powar
2013-04-26
mwifiex: Do not kfree cmd buf while unregistering PCIe
Yogesh Ashok Powar
2013-04-26
mwifiex: Call pci_release_region after calling pci_disable_device
Yogesh Ashok Powar
2013-04-26
mwifiex: Use pci_release_region() instead of a pci_release_regions()
Yogesh Ashok Powar
2013-04-22
mwifiex: use PCI_DMA_FROMDEVICE for RX queue de-init
Avinash Patil
2013-03-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2013-03-27
mwifiex: use fw_status register to wake up PCIe card
Avinash Patil
2013-03-27
mwifiex: avoid waking up device in awake state
Avinash Patil
2013-03-27
mwifiex: do not enable PCIe interrupt in Power Save sleep state
Avinash Patil
2013-03-25
mwifiex: reset skb->data after processing PCIe sleep confirm cmd respose
Avinash Patil
2013-03-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2013-03-06
mwifiex: avoid [-Wmaybe-uninitialized] warnings in pcie.c
Bing Zhao
2013-03-06
mwifiex: fix [-Wunused-function] warnings on pcie suspend/resume
Bing Zhao
2013-03-06
mwifiex: remove static forward declarations in pcie.c
Bing Zhao
2013-02-27
mwifiex: correct sleep delay counter
Avinash Patil
2013-02-22
mwifiex: fix system freeze while reloading driver
Avinash Patil
2013-02-22
mwifiex: don't drop carrier flag over suspend
Daniel Drake
2013-02-18
mwifiex: fix empty TX ring check for PCIe8897 while unloading driver
Avinash Patil
2013-02-14
mwifiex: device specific sleep cookie handling for PCIe
Avinash Patil
2013-02-11
mwifiex: add PCIe8897 support
Avinash Patil
2013-02-11
mwifiex: define generic data type for PCIe ring buffers
Avinash Patil
2013-02-11
mwifiex: separate ring initialization and ring creation routines
Avinash Patil
2013-02-11
mwifiex: store card specific data in PCI device table entry
Avinash Patil
2013-01-30
mwifiex: don't return zero on failure paths in mwifiex_pcie_init()
Alexey Khoroshilov
2013-01-30
mwifiex: fix invalid access of PCIe RxBD ring buffer descriptor
Avinash Patil
2013-01-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2013-01-22
mwifiex: fix typo in PCIe adapter NULL check
Avinash Patil
2013-01-07
mwifiex: use map/unmap APIs in TX and RX to reduce memcpy
Avinash Patil
2013-01-07
mwifiex: flush TX ring for PCIe after disconnect or bss stop
Avinash Patil
2013-01-07
mwifiex: use pci_alloc/free_consistent APIs for PCIe
Avinash Patil
2013-01-07
mwifiex: add init_fw_port handler for PCIe interface
Avinash Patil
2013-01-07
mwifiex: access interrupt status only while holding lock
Avinash Patil
2012-04-12
mwifiex: use asynchronous firmware loading
Amitkumar Karwar
2012-03-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-03-14
mwifiex: fix checkpatch --strict warnings/errors Part 4
Yogesh Ashok Powar
2012-03-13
mwifiex: use usleep_range instead of udelay
Yogesh Ashok Powar
2012-01-31
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
Joe Perches
2011-12-13
mwifiex: failure case handling for PCIe events
Amitkumar Karwar
2011-11-09
mwifiex: prevent corruption instead of just warning
Dan Carpenter
2011-11-09
mwifiex: remove an unneeded NULL check
Dan Carpenter
2011-11-09
mwifiex: remove unneeded kfree(NULL);
Dan Carpenter
2011-10-12
mwifiex: add support for Marvell pcie8766 chipset
Amitkumar Karwar