| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-07-08 | 1 | -29/+42 |
|\ |
|
| * | PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done() | Christoph Hellwig | 2017-07-03 | 1 | -31/+44 |
* | | mwifiex: use variable interface header length | Xinming Hu | 2017-05-31 | 1 | -9/+10 |
* | | mwifiex: pcie: stop setting/clearing 'surprise_removed' | Brian Norris | 2017-05-19 | 1 | -2/+0 |
* | | mwifiex: pcie: remove useless pdev check | Brian Norris | 2017-05-19 | 1 | -5/+0 |
* | | mwifiex: pcie: de-duplicate buffer allocation code | Brian Norris | 2017-05-19 | 1 | -91/+66 |
* | | mwifiex: pcie: add card_reset() support | Brian Norris | 2017-05-18 | 1 | -0/+19 |
* | | mwifiex: initiate card-specific work atomically | Brian Norris | 2017-05-18 | 1 | -6/+3 |
|/ |
|
* | mwifiex: pcie: clear outstanding work when resetting | Brian Norris | 2017-04-20 | 1 | -0/+2 |
* | mwifiex: pcie: fix cmd_buf use-after-free in remove/reset | Brian Norris | 2017-04-20 | 1 | -0/+7 |
* | mwifiex: pcie: extract wifi part from combo firmware during function level reset | Xinming Hu | 2017-04-20 | 1 | -7/+107 |
* | mwifiex: pcie: correct scratch register name | Xinming Hu | 2017-04-20 | 1 | -2/+2 |
* | Merge tag 'wireless-drivers-next-for-davem-2017-04-07' of git://git.kernel.or... | David S. Miller | 2017-04-09 | 1 | -36/+29 |
|\ |
|
| * | mwifiex: catch mwifiex_fw_dpc() errors properly in reset | Brian Norris | 2017-04-05 | 1 | -1/+6 |
| * | mwifiex: fix kernel crash after shutdown command timeout | Brian Norris | 2017-03-20 | 1 | -2/+2 |
| * | mwifiex: fix for unaligned reads | Devidas Puranik | 2017-03-20 | 1 | -21/+16 |
| * | mwifiex: pcie: clean up error prints in mwifiex_pcie_reset_notify() | Brian Norris | 2017-03-20 | 1 | -12/+5 |
* | | mwifiex: pcie: don't leak DMA buffers when removing | Brian Norris | 2017-03-16 | 1 | -19/+19 |
|/ |
|
* | mwifiex: use pci_dma_sync_single* APIs | Amitkumar Karwar | 2017-01-28 | 1 | -1/+10 |
* | mwifiex: mwifiex_unmap_pci_memory() handling for sleep confirm | Amitkumar Karwar | 2017-01-28 | 1 | -3/+16 |
* | mwifiex: pcie: read FROMDEVICE DMA-able memory with READ_ONCE() | Brian Norris | 2017-01-20 | 1 | -1/+1 |
* | mwifiex: pcie: don't loop/retry interrupt status checks | Brian Norris | 2017-01-20 | 1 | -70/+32 |
* | mwifiex: pcie: use posted write to wake up firmware | Brian Norris | 2017-01-20 | 1 | -4/+3 |
* | mwifiex: fix uninitialized variable access in pcie_remove | Arnd Bergmann | 2017-01-17 | 1 | -0/+2 |
* | mwifiex: cleanup in PCIe flr code path | Xinming Hu | 2017-01-12 | 1 | -1/+11 |
* | mwifiex: get rid of mwifiex_do_flr wrapper | Xinming Hu | 2017-01-12 | 1 | -2/+2 |
* | mwifiex: use module_*_driver helper macros | Amitkumar Karwar | 2017-01-12 | 1 | -41/+6 |
* | mwifiex: get rid of global user_rmmod flag | Xinming Hu | 2017-01-12 | 1 | -11/+12 |
* | mwifiex: code rearrangement in pcie.c and sdio.c | Xinming Hu | 2017-01-12 | 1 | -37/+36 |
* | mwifiex: move pcie_work and related variables inside card | Ganapathi Bhat | 2017-01-12 | 1 | -11/+12 |
* | mwifiex: wait firmware dump complete during card remove process | Xinming Hu | 2017-01-12 | 1 | -1/+5 |
* | mwifiex: get rid of drv_info* adapter variables | Xinming Hu | 2017-01-12 | 1 | -2/+5 |
* | mwifiex: pcie: implement timeout loop for FW programming doorbell | Brian Norris | 2016-11-29 | 1 | -3/+13 |
* | mwifiex: cleanup wake-IRQ handling if suspend fails | Brian Norris | 2016-11-25 | 1 | -0/+1 |
* | mwifiex: pcie: stop checking for NULL adapter->card | Brian Norris | 2016-11-19 | 1 | -30/+23 |
* | mwifiex: stop checking for NULL drvata/intfdata | Brian Norris | 2016-11-19 | 1 | -9/+5 |
* | mwifiex: reset card->adapter during device unregister | Xinming Hu | 2016-11-19 | 1 | -0/+1 |
* | mwifiex: resolve suspend() race with async FW init failure | Brian Norris | 2016-11-19 | 1 | -2/+10 |
* | mwifiex: don't pretend to resume while remove()'ing | Brian Norris | 2016-11-19 | 1 | -5/+0 |
* | mwifiex: remove redundant pdev check in suspend/resume handlers | Amitkumar Karwar | 2016-11-19 | 1 | -16/+6 |
* | mwifiex: resolve races between async FW init (failure) and device removal | Brian Norris | 2016-11-19 | 1 | -11/+7 |
* | mwifiex: check tx_hw_pending before downloading sleep confirm | Shengzhen Li | 2016-11-19 | 1 | -0/+5 |
* | mwifiex: Enable WoWLAN for both sdio and pcie | Rajat Jain | 2016-11-19 | 1 | -0/+2 |
* | mwifiex: Allow mwifiex early access to device structure | Rajat Jain | 2016-11-19 | 1 | -3/+1 |
* | mwifiex: parse device tree node for PCIe | Xinming Hu | 2016-11-19 | 1 | -0/+24 |
* | mwifiex: don't do unbalanced free()'ing in cleanup_if() | Brian Norris | 2016-11-18 | 1 | -4/+1 |
* | mwifiex: report error to PCIe for suspend failure | Amitkumar Karwar | 2016-11-09 | 1 | -2/+8 |
* | mwifiex: prevent register accesses after host is sleeping | Amitkumar Karwar | 2016-11-09 | 1 | -3/+6 |
* | mwifiex: PCIe8997 chip specific handling | Amitkumar Karwar | 2016-09-09 | 1 | -23/+12 |
* | mwifiex: add PCIe function level reset support | Amitkumar Karwar | 2016-09-09 | 1 | -2/+134 |