summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/pcie/trans.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-02iwlwifi: move some msix and rx functions to a common placeGolan Ben Ami1-23/+0
2018-08-02iwlwifi: pcie: don't access periphery registers when not availableEmmanuel Grumbach1-12/+12
2018-08-02iwlwifi: allow masking out memory areas from the fw dumpShahar S Matityahu1-38/+60
2018-08-02iwlwifi: trans: add a new op for getting DMA dataSara Sharon1-0/+17
2018-08-02iwlwifi: pcie: support rx structures for 22560 devicesGolan Ben Ami1-5/+7
2018-07-26iwlwifi: support multiple tfd queue max sizes for different devicesGolan Ben Ami1-3/+3
2018-07-26iwlwifi: update gen3 interrupts - sw error and image responseGolan Ben Ami1-5/+28
2018-07-26iwlwifi: pcie: start early debug for 22560 devicesGolan Ben Ami1-1/+1
2018-07-26iwlwifi: add support for 22560 devicesLuca Coelho1-4/+16
2018-07-26iwlwifi: add support for IEEE802.11axLuca Coelho1-1/+1
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2018-05-29iwlwifi: pcie: compare with number of IRQs requested for, not number of CPUsHao Wei Tee1-5/+5
2018-04-26iwlwifi: pcie: remove non-responsive deviceLuca Coelho1-3/+71
2018-04-26iwlwifi: allow different csr flags for different device familiesGolan Ben Ami1-28/+37
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches1-6/+6
2017-12-20iwlwifi: avoid duplicate sw reset executions in the codeGolan Ben Ami1-5/+13
2017-12-20iwlwifi: support internal debug data collection for new devicesGolan Ben Ami1-20/+39
2017-12-19Merge tag 'wireless-drivers-next-for-davem-2017-12-18' of git://git.kernel.or...David S. Miller1-2/+2
2017-12-02Merge tag 'iwlwifi-next-for-kalle-2017-11-29' of git://git.kernel.org/pub/scm...Kalle Valo1-2/+2
2017-11-28iwlwifi: rename the temporary name of A000 to the official 22000Luca Coelho1-2/+2
2017-11-25iwlwifi: fix access to prph when transport is stoppedSara Sharon1-0/+9
2017-11-25iwlwifi: pcie: fix erroneous "Read failed message"Sara Sharon1-0/+1
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+90
2017-11-03iwlwifi: Add more call-sites for pcie reg dumperKirtika Ruchandani1-3/+4
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-5/+5
2017-10-06iwlwifi: pcie: dump registers when HW becomes inaccessibleRajat Jain1-0/+89
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+9
2017-08-24iwlwifi: pcie: move rx workqueue initialization to iwl_trans_pcie_alloc()Luca Coelho1-0/+9
2017-08-18iwlwifi: distinguish different RF modules in A000 devicesTzipi Peres1-1/+1
2017-08-18iwlwifi: pcie: support short Tx queues for A000 device familyEmmanuel Grumbach1-1/+1
2017-08-09iwlwifi: remove references to unsupported HWLuca Coelho1-4/+5
2017-08-09iwlwifi: add support of FPGA fwTzipi Peres1-0/+11
2017-08-07Merge tag 'wireless-drivers-next-for-davem-2017-08-07' of git://git.kernel.or...David S. Miller1-4/+4
2017-08-01iwlwifi: pcie: rename iwl_trans_check_hw_rf_kill() to pcieJohannes Berg1-4/+4
2017-07-21iwlwifi: missing error code in iwl_trans_pcie_alloc()Dan Carpenter1-1/+2
2017-06-29iwlwifi: pcie: wait longer after device resetEmmanuel Grumbach1-18/+5
2017-06-29iwlwifi: pcie: propagate iwl_pcie_apm_init's statusEmmanuel Grumbach1-8/+13
2017-06-29iwlwifi: create new subdirectory for FW interactionJohannes Berg1-1/+1
2017-06-23iwlwifi: pcie: work around suspend/resume issueJohannes Berg1-0/+11
2017-06-23iwlwifi: pcie: reduce unwanted noise in the logsLuca Coelho1-3/+3
2017-06-23iwlwifi: pcie: make iwl_pcie_apm_stop_master() return voidJohannes Berg1-4/+2
2017-06-23iwlwifi: pcie: use kstrtou32_from_user()Johannes Berg1-9/+4
2017-06-23iwlwifi: pcie: remove pointless debugfs parsing for csr fileJohannes Berg1-10/+0
2017-06-23iwlwifi: pcie: don't report RF-kill enabled while shutting downJohannes Berg1-29/+53
2017-06-23iwlwifi: pcie: add fake RF-kill to debugfsJohannes Berg1-0/+40
2017-06-12Merge tag 'iwlwifi-next-for-kalle-2017-06-06' of git://git.kernel.org/pub/scm...Kalle Valo1-40/+95
2017-06-05iwlwifi: pcie: support dumping FH in a000 hwLiad Kaufman1-3/+15
2017-06-05iwlwifi: add 9000 and A000 device familiesSara Sharon1-8/+8
2017-06-05iwlwifi: pcie: only use d0i3 in suspend/resume if system_pm is set to d0i3Luca Coelho1-2/+4
2017-06-02iwlwifi: add wait for tx queue emptySara Sharon1-29/+43