Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3e2d8e1b82af3e67c8d369f3c006b8f882399742
/
drivers
/
net
/
wireless
/
mwifiex
/
pcie.c
2f5872b
mwifiex: Fix issue in the SDIO reset path of mwifiex.
by Maithili Hinge
· 10 years ago
b2713f6
mwifiex: avoid queue_work while work is ongoing
by Shengzhen Li
· 10 years ago
6215994
mwifiex: rename alloc_rx_buf to alloc_dma_aligned_buf
by Avinash Patil
· 10 years ago
31def91
mwifiex: DMA alignment for RX packets
by Avinash Patil
· 10 years ago
b4e8aeb
mwifiex: change datatype to bool for device capability flags
by Avinash Patil
· 10 years ago
1fe192d
mwifiex: selectively choose ext_scan support
by Avinash Patil
· 10 years ago
ca5b20e
mwifiex: Increase priority of firmware download message
by Amitkumar Karwar
· 10 years ago
4636187
mwifiex: add wakeup timer based recovery mechanism
by Amitkumar Karwar
· 10 years ago
b48f880
mwifiex: remove unnecessary rx_q lock
by Avinash Patil
· 10 years ago
7e17483
mwifiex: add more dump information for PCIe interface
by Amitkumar Karwar
· 10 years ago
2471687
mwifiex: error path handling in pcie firmware dump
by Amitkumar Karwar
· 10 years ago
6e25117
mwifiex: add rx workqueue support
by Avinash Patil
· 10 years ago
2703a66
mwifiex: support for event done interrupt
by Avinash Patil
· 10 years ago
42a028a
mwifiex: avoid processing RX packets with invalid length
by Avinash Patil
· 10 years ago
9baa3c3
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
by Benoit Taine
· 10 years ago
1d9e954
mwifiex: remove redundant timestamps in debug prints
by Bing Zhao
· 10 years ago
5c4d5e8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 10 years ago
65da33f
mwifiex: update Copyright to 2014
by Xinming Hu
· 10 years ago
92c2538
mwifiex: add firmware dump feature for PCIe
by Amitkumar Karwar
· 10 years ago
bca463e
mwifiex: fix tx_info/rx_info overlap with PCIe dma_mapping
by Chin-Ran Lo
· 10 years ago
8d767dc
mwifiex: set valid tx_param during mwifiex_send_null_packet
by Avinash Patil
· 10 years ago
bb0f860
Revert "mwifiex: add firmware dump feature for PCIe"
by John W. Linville
· 11 years ago
e050c76
mwifiex: add firmware dump feature for PCIe
by Amitkumar Karwar
· 11 years ago
3977a64
mwifiex: remove redundant 'fw_load' completion structure
by Amitkumar Karwar
· 11 years ago
c0dbba6
mwifiex: cancel pending commands during host sleep
by Amitkumar Karwar
· 11 years ago
45d18c5
mwifiex: Remove casts of pointer to same type
by Joe Perches
· 11 years ago
c4bc980
mwifiex: add support for sleep cookie in PCIe
by Avinash Patil
· 11 years ago
f3b6a48
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 11 years ago
848819f
mwifiex: stop AP at shutdown time
by Amitkumar Karwar
· 11 years ago
828cf22
mwifiex: change transmit buffer size for 8897
by Amitkumar Karwar
· 11 years ago
1c97560
mwifiex: fix cmd and Tx data timeout issue for PCIe cards
by Amitkumar Karwar
· 11 years ago
bb8e6a1
mwifiex: add NULL check for PCIe Rx skb
by Amitkumar Karwar
· 11 years ago
189b329
mwifiex: don't leak DMA command skbuffs
by Aaron Durbin
· 11 years ago
dbccc92
mwifiex: balance dma map/unmap sizes
by Aaron Durbin
· 11 years ago
3c59e32
mwifiex: fix memory leak issue for sdio and pcie cards
by Amitkumar Karwar
· 11 years ago
b2a3120
mwifiex: Remove casting the return value which is a void pointer
by Jingoo Han
· 11 years ago
bedb361b
mwifiex: correction in mwifiex_check_fw_status() return status
by Amitkumar Karwar
· 11 years ago
a76b20e
mwifiex: replace mdelay with msleep
by Amitkumar Karwar
· 11 years ago
43ba6b9
mwifiex: add PCIe shutdown handler to avoid system hang on reboot
by Amitkumar Karwar
· 11 years ago
3266d73
wireless: Convert mwifiex/pcie to dev_pm_ops from legacy pm_ops
by Shuah Khan
· 11 years ago
7af1ce0
mwifiex: Correct pci_unmap_single's size
by Yogesh Ashok Powar
· 12 years ago
955ab09
mwifiex: Do not kfree cmd buf while unregistering PCIe
by Yogesh Ashok Powar
· 12 years ago
5b0d9b2
mwifiex: Call pci_release_region after calling pci_disable_device
by Yogesh Ashok Powar
· 12 years ago
c380aaf
mwifiex: Use pci_release_region() instead of a pci_release_regions()
by Yogesh Ashok Powar
· 12 years ago
d033d3a
mwifiex: use PCI_DMA_FROMDEVICE for RX queue de-init
by Avinash Patil
· 12 years ago
9a574cd
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
c0880a2
mwifiex: use fw_status register to wake up PCIe card
by Avinash Patil
· 12 years ago
c24d992
mwifiex: avoid waking up device in awake state
by Avinash Patil
· 12 years ago
b2fda1f
mwifiex: do not enable PCIe interrupt in Power Save sleep state
by Avinash Patil
· 12 years ago
0f49d64
mwifiex: reset skb->data after processing PCIe sleep confirm cmd respose
by Avinash Patil
· 12 years ago
49c87cd
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
9931078
mwifiex: avoid [-Wmaybe-uninitialized] warnings in pcie.c
by Bing Zhao
· 12 years ago
8509e82
mwifiex: fix [-Wunused-function] warnings on pcie suspend/resume
by Bing Zhao
· 12 years ago
fcca8d5
mwifiex: remove static forward declarations in pcie.c
by Bing Zhao
· 12 years ago
3e7a4ff
mwifiex: correct sleep delay counter
by Avinash Patil
· 12 years ago
48f4d91
mwifiex: fix system freeze while reloading driver
by Avinash Patil
· 12 years ago
1499d9f
mwifiex: don't drop carrier flag over suspend
by Daniel Drake
· 12 years ago
3d48203
mwifiex: fix empty TX ring check for PCIe8897 while unloading driver
by Avinash Patil
· 12 years ago
52301a8
mwifiex: device specific sleep cookie handling for PCIe
by Avinash Patil
· 12 years ago
ca8f211
mwifiex: add PCIe8897 support
by Avinash Patil
· 12 years ago
e05dc3e
mwifiex: define generic data type for PCIe ring buffers
by Avinash Patil
· 12 years ago
0732484
mwifiex: separate ring initialization and ring creation routines
by Avinash Patil
· 12 years ago
dd04e6a
mwifiex: store card specific data in PCI device table entry
by Avinash Patil
· 12 years ago
3220712
mwifiex: don't return zero on failure paths in mwifiex_pcie_init()
by Alexey Khoroshilov
· 12 years ago
6ccea75
mwifiex: fix invalid access of PCIe RxBD ring buffer descriptor
by Avinash Patil
· 12 years ago
9ebea38
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
83f0c6d
mwifiex: fix typo in PCIe adapter NULL check
by Avinash Patil
· 12 years ago
e7f767a
mwifiex: use map/unmap APIs in TX and RX to reduce memcpy
by Avinash Patil
· 12 years ago
fbd7e7a
mwifiex: flush TX ring for PCIe after disconnect or bss stop
by Avinash Patil
· 12 years ago
fc33146
mwifiex: use pci_alloc/free_consistent APIs for PCIe
by Avinash Patil
· 12 years ago
c6d1d87
mwifiex: add init_fw_port handler for PCIe interface
by Avinash Patil
· 12 years ago
659c478
mwifiex: access interrupt status only while holding lock
by Avinash Patil
· 12 years ago
59a4cc2
mwifiex: use asynchronous firmware loading
by Amitkumar Karwar
· 13 years ago
01a2829
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
f57c1ed
mwifiex: fix checkpatch --strict warnings/errors Part 4
by Yogesh Ashok Powar
· 13 years ago
e7891ba
mwifiex: use usleep_range instead of udelay
by Yogesh Ashok Powar
· 13 years ago
e404dec
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
by Joe Perches
· 13 years ago
8c53e42
mwifiex: failure case handling for PCIe events
by Amitkumar Karwar
· 13 years ago
1eb54c8
mwifiex: prevent corruption instead of just warning
by Dan Carpenter
· 13 years ago
fa161cb
mwifiex: remove an unneeded NULL check
by Dan Carpenter
· 13 years ago
fba6fe6
mwifiex: remove unneeded kfree(NULL);
by Dan Carpenter
· 13 years ago
d930fae
mwifiex: add support for Marvell pcie8766 chipset
by Amitkumar Karwar
· 13 years ago