summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex/pcie.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-24mwifiex: correction in mwifiex_check_fw_status() return statusAmitkumar Karwar1-2/+0
2013-07-24mwifiex: replace mdelay with msleepAmitkumar Karwar1-1/+1
2013-07-24mwifiex: add PCIe shutdown handler to avoid system hang on rebootAmitkumar Karwar1-0/+9
2013-07-23wireless: Convert mwifiex/pcie to dev_pm_ops from legacy pm_opsShuah Khan1-9/+17
2013-04-26mwifiex: Correct pci_unmap_single's sizeYogesh Ashok Powar1-2/+2
2013-04-26mwifiex: Do not kfree cmd buf while unregistering PCIeYogesh Ashok Powar1-1/+0
2013-04-26mwifiex: Call pci_release_region after calling pci_disable_deviceYogesh Ashok Powar1-1/+1
2013-04-26mwifiex: Use pci_release_region() instead of a pci_release_regions()Yogesh Ashok Powar1-2/+2
2013-04-22mwifiex: use PCI_DMA_FROMDEVICE for RX queue de-initAvinash Patil1-2/+2
2013-03-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+1
2013-03-27mwifiex: use fw_status register to wake up PCIe cardAvinash Patil1-13/+24
2013-03-27mwifiex: avoid waking up device in awake stateAvinash Patil1-3/+4
2013-03-27mwifiex: do not enable PCIe interrupt in Power Save sleep stateAvinash Patil1-1/+2
2013-03-25mwifiex: reset skb->data after processing PCIe sleep confirm cmd resposeAvinash Patil1-0/+1
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2013-03-07mwifiex: avoid [-Wmaybe-uninitialized] warnings in pcie.cBing Zhao1-2/+2
2013-03-07mwifiex: fix [-Wunused-function] warnings on pcie suspend/resumeBing Zhao1-0/+2
2013-03-07mwifiex: remove static forward declarations in pcie.cBing Zhao1-76/+74
2013-02-27mwifiex: correct sleep delay counterAvinash Patil1-1/+1
2013-02-22mwifiex: fix system freeze while reloading driverAvinash Patil1-10/+1
2013-02-22mwifiex: don't drop carrier flag over suspendDaniel Drake1-9/+1
2013-02-19mwifiex: fix empty TX ring check for PCIe8897 while unloading driverAvinash Patil1-4/+1
2013-02-14mwifiex: device specific sleep cookie handling for PCIeAvinash Patil1-8/+22
2013-02-12mwifiex: add PCIe8897 supportAvinash Patil1-60/+182
2013-02-12mwifiex: define generic data type for PCIe ring buffersAvinash Patil1-23/+26
2013-02-12mwifiex: separate ring initialization and ring creation routinesAvinash Patil1-133/+194
2013-02-12mwifiex: store card specific data in PCI device table entryAvinash Patil1-89/+122
2013-01-31mwifiex: don't return zero on failure paths in mwifiex_pcie_init()Alexey Khoroshilov1-0/+2
2013-01-31mwifiex: fix invalid access of PCIe RxBD ring buffer descriptorAvinash Patil1-2/+2
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2013-01-22mwifiex: fix typo in PCIe adapter NULL checkAvinash Patil1-1/+1
2013-01-08mwifiex: use map/unmap APIs in TX and RX to reduce memcpyAvinash Patil1-49/+170
2013-01-08mwifiex: flush TX ring for PCIe after disconnect or bss stopAvinash Patil1-0/+32
2013-01-08mwifiex: use pci_alloc/free_consistent APIs for PCIeAvinash Patil1-141/+221
2013-01-08mwifiex: add init_fw_port handler for PCIe interfaceAvinash Patil1-2/+18
2013-01-08mwifiex: access interrupt status only while holding lockAvinash Patil1-13/+12
2012-04-12mwifiex: use asynchronous firmware loadingAmitkumar Karwar1-0/+3
2012-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-187/+203
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 4Yogesh Ashok Powar1-184/+200
2012-03-13mwifiex: use usleep_range instead of udelayYogesh Ashok Powar1-3/+3
2012-02-01drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-3/+1
2011-12-14mwifiex: failure case handling for PCIe eventsAmitkumar Karwar1-14/+6
2011-11-10mwifiex: prevent corruption instead of just warningDan Carpenter1-1/+4
2011-11-10mwifiex: remove an unneeded NULL checkDan Carpenter1-3/+2
2011-11-10mwifiex: remove unneeded kfree(NULL);Dan Carpenter1-1/+0
2011-10-12mwifiex: add support for Marvell pcie8766 chipsetAmitkumar Karwar1-0/+1948