summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/pcie/trans.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-29iwlwifi: move txq-specific from trans_pcie to common transMordechay Goodstein1-20/+15
2020-05-29iwlwifi: pcie: don't count on the FW to set persistence modeHaim Dreyfuss1-9/+3
2020-05-08iwlwifi: pcie: gen2: use DMA pool for byte-count tablesJohannes Berg1-0/+19
2020-04-24iwlwifi: remove fw_monitor module parameterEmmanuel Grumbach1-14/+1
2020-04-24iwlwifi: pcie: add n_window/ampdu to tx_queue debugfsJohannes Berg1-2/+3
2020-04-24iwlwifi: pcie: use seq_file for tx_queue debugfs fileJohannes Berg1-32/+89
2020-03-27iwlwifi: move integrated, extra_phy and soc_latency to trans_cfgLuca Coelho1-1/+1
2020-03-27iwlwifi: pcie: implement read_config32Luca Coelho1-0/+8
2020-01-27Merge tag 'wireless-drivers-next-2020-01-26' of git://git.kernel.org/pub/scm/...David S. Miller1-25/+26
2020-01-26Merge tag 'iwlwifi-next-for-kalle-2020-01-11' of git://git.kernel.org/pub/scm...Kalle Valo1-25/+26
2019-12-24iwlwifi: pcie: always disable L0S statesLuca Coelho1-10/+5
2019-12-24iwlwifi: pcie: rename L0S_ENABLED bit to L0S_DISABLEDLuca Coelho1-2/+2
2019-12-23iwlwifi: remove CSR registers abstractionLuca Coelho1-21/+16
2019-12-23iwlwifi: pcie: use partial pages if applicableJohannes Berg1-3/+7
2019-12-23iwlwifi: pcie: map only used part of RX buffersJohannes Berg1-1/+3
2019-12-23iwlwifi: pcie: allocate smaller dev_cmd for TX headersJohannes Berg1-8/+24
2019-12-10iwlwifi: pcie: move power gating workaround earlier in the flowLuca Coelho1-0/+30
2019-11-15iwlwifi: remove IWL_DEVICE_22560/IWL_DEVICE_FAMILY_22560Johannes Berg1-26/+3
2019-11-15iwlwifi: remove redundant assignment to variable bufszColin Ian King1-1/+1
2019-11-05Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/...David S. Miller1-63/+86
2019-10-25iwlwifi: dbg_ini: add TLV allocation new API supportShahar S Matityahu1-0/+2
2019-10-25iwlwifi: dbg_ini: add monitor dumping supportShahar S Matityahu1-1/+40
2019-10-25iwlwifi: dbg: remove multi buffers infraShahar S Matityahu1-65/+47
2019-10-09iwlwifi: pcie: fix rb_allocator workqueue allocationJohannes Berg1-4/+11
2019-10-09iwlwifi: pcie: fix indexing in command dump for new HWJohannes Berg1-2/+8
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2019-09-06iwlwifi: add support for suspend-resume flow for new device generationHaim Dreyfuss1-9/+60
2019-09-06iwlwifi: always access the trans configuration via transLuca Coelho1-3/+3
2019-09-06iwlwifi: add a pointer to the trans_cfg directly in transLuca Coelho1-54/+54
2019-09-06iwlwifi: pass the iwl_config_trans_params when neededLuca Coelho1-8/+8
2019-09-06iwlwifi: pcie: set iwl_trans->cfg later in the probe functionLuca Coelho1-24/+9
2019-09-06iwlwifi: pcie: move some cfg mangling from trans_pcie_alloc to probeLuca Coelho1-63/+0
2019-09-06iwlwifi: pcie: use the cfg we passed to iwl_trans_pcie_alloc()Luca Coelho1-3/+3
2019-09-06iwlwifi: separate elements from cfg that are needed by trans_allocLuca Coelho1-62/+70
2019-09-06iwlwifi: dbg: align wrt log prints to the same formatShahar S Matityahu1-1/+1
2019-09-06iwlwifi: dbg_ini: use function to check if ini dbg mode is onShahar S Matityahu1-1/+1
2019-09-06iwlwifi: stop passing bogus gfp flags arguments to dma_alloc_coherentChristoph Hellwig1-2/+1
2019-09-06iwlwifi: remove pm_runtime completelyEmmanuel Grumbach1-13/+8
2019-09-06iwlwifi: pcie: remove some more d0i3 code from the transportEmmanuel Grumbach1-2/+0
2019-09-06iwlwifi: pcie: remove the refs / unrefs from the transportEmmanuel Grumbach1-33/+0
2019-09-06iwlwifi: remove runtime_pm_modeEmmanuel Grumbach1-9/+0
2019-09-06iwlwifi: Set w-pointer upon resume according to SNAlex Malamud1-0/+2
2019-09-06iwlwifi: remove the code under IWLWIFI_PCIE_RTPMEmmanuel Grumbach1-4/+0
2019-09-06iwlwifi: dbg: move debug recording stop from trans to op modeShahar S Matityahu1-3/+0
2019-08-29iwlwifi: pcie: handle switching killer Qu B0 NICs to C0Luca Coelho1-6/+1
2019-08-28PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski1-1/+0
2019-08-20iwlwifi: pcie: don't switch FW to qnj when ax201 is detectedLuca Coelho1-0/+1
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+10
2019-06-29iwlwifi: dbg: debug recording stop and restart command removeShahar S Matityahu1-1/+1
2019-06-29iwlwifi: dbg: move trans debug fields to a separate structShahar S Matityahu1-67/+68