summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex/pcie.c
AgeCommit message (Expand)Author
2014-03-23mwifiex: fix cmd and Tx data timeout issue for PCIe cardsAmitkumar Karwar
2014-03-23mwifiex: add NULL check for PCIe Rx skbAmitkumar Karwar
2013-04-26mwifiex: Correct pci_unmap_single's sizeYogesh Ashok Powar
2013-04-26mwifiex: Do not kfree cmd buf while unregistering PCIeYogesh Ashok Powar
2013-04-26mwifiex: Call pci_release_region after calling pci_disable_deviceYogesh Ashok Powar
2013-04-26mwifiex: Use pci_release_region() instead of a pci_release_regions()Yogesh Ashok Powar
2013-04-22mwifiex: use PCI_DMA_FROMDEVICE for RX queue de-initAvinash Patil
2013-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-03-27mwifiex: use fw_status register to wake up PCIe cardAvinash Patil
2013-03-27mwifiex: avoid waking up device in awake stateAvinash Patil
2013-03-27mwifiex: do not enable PCIe interrupt in Power Save sleep stateAvinash Patil
2013-03-25mwifiex: reset skb->data after processing PCIe sleep confirm cmd resposeAvinash Patil
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-03-06mwifiex: avoid [-Wmaybe-uninitialized] warnings in pcie.cBing Zhao
2013-03-06mwifiex: fix [-Wunused-function] warnings on pcie suspend/resumeBing Zhao
2013-03-06mwifiex: remove static forward declarations in pcie.cBing Zhao
2013-02-27mwifiex: correct sleep delay counterAvinash Patil
2013-02-22mwifiex: fix system freeze while reloading driverAvinash Patil
2013-02-22mwifiex: don't drop carrier flag over suspendDaniel Drake
2013-02-18mwifiex: fix empty TX ring check for PCIe8897 while unloading driverAvinash Patil
2013-02-14mwifiex: device specific sleep cookie handling for PCIeAvinash Patil
2013-02-11mwifiex: add PCIe8897 supportAvinash Patil
2013-02-11mwifiex: define generic data type for PCIe ring buffersAvinash Patil
2013-02-11mwifiex: separate ring initialization and ring creation routinesAvinash Patil
2013-02-11mwifiex: store card specific data in PCI device table entryAvinash Patil
2013-01-30mwifiex: don't return zero on failure paths in mwifiex_pcie_init()Alexey Khoroshilov
2013-01-30mwifiex: fix invalid access of PCIe RxBD ring buffer descriptorAvinash Patil
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-01-22mwifiex: fix typo in PCIe adapter NULL checkAvinash Patil
2013-01-07mwifiex: use map/unmap APIs in TX and RX to reduce memcpyAvinash Patil
2013-01-07mwifiex: flush TX ring for PCIe after disconnect or bss stopAvinash Patil
2013-01-07mwifiex: use pci_alloc/free_consistent APIs for PCIeAvinash Patil
2013-01-07mwifiex: add init_fw_port handler for PCIe interfaceAvinash Patil
2013-01-07mwifiex: access interrupt status only while holding lockAvinash Patil
2012-04-12mwifiex: use asynchronous firmware loadingAmitkumar Karwar
2012-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 4Yogesh Ashok Powar
2012-03-13mwifiex: use usleep_range instead of udelayYogesh Ashok Powar
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches
2011-12-13mwifiex: failure case handling for PCIe eventsAmitkumar Karwar
2011-11-09mwifiex: prevent corruption instead of just warningDan Carpenter
2011-11-09mwifiex: remove an unneeded NULL checkDan Carpenter
2011-11-09mwifiex: remove unneeded kfree(NULL);Dan Carpenter
2011-10-12mwifiex: add support for Marvell pcie8766 chipsetAmitkumar Karwar