summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/pcie/trans.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-25iwlwifi: pcie: reschedule in long-running memory readsJohannes Berg1-1/+7
2021-01-25iwlwifi: pcie: use jiffies for memory read spin time limitJohannes Berg1-6/+2
2020-12-10iwlwifi: support firmware reset handshakeJohannes Berg1-0/+4
2020-12-10iwlwifi: use SPDX tagsJohannes Berg1-61/+6
2020-12-10iwlwifi: pcie: remove unnecessary setting of inta_maskJohannes Berg1-1/+0
2020-12-10iwlwifi: pcie: remove MSIX_HW_INT_CAUSES_REG_IML handlingJohannes Berg1-1/+0
2020-12-10iwlwifi: remove sw_csum_txEmmanuel Grumbach1-1/+0
2020-12-10iwlwifi: pcie: remove obsolete pre-release support codeEmmanuel Grumbach1-17/+1
2020-12-10iwlwifi: move reclaim flows to the queue fileMordechay Goodstein1-57/+4
2020-12-10iwlwifi: yoyo: align the write pointer to DWsRotem Saado1-0/+2
2020-11-02iwlwifi: pcie: limit memory read spin timeJohannes Berg1-9/+27
2020-10-08iwlwifi: read and parse PNVM fileLuca Coelho1-0/+5
2020-10-08iwlwifi: pcie: implement set_pnvm opLuca Coelho1-0/+2
2020-10-01iwlwifi: pcie: make iwl_pcie_txq_update_byte_cnt_tbl bus independentMordechay Goodstein1-1/+1
2020-10-01iwlwifi: move all bus-independent TX functions to common codeMordechay Goodstein1-52/+7
2020-10-01iwl-trans: move dev_cmd_offs, page_offs to a common trans headerMordechay Goodstein1-3/+3
2020-10-01iwlwifi: move bc_table_dword to a common trans headerMordechay Goodstein1-1/+1
2020-10-01iwlwifi: iwl-trans: move tfd to trans layerMordechay Goodstein1-14/+3
2020-10-01iwlwifi: move bc_pool to a common trans headerMordechay Goodstein1-18/+0
2020-10-01iwlwifi: iwl-trans: move all txcmd init to trans allocMordechay Goodstein1-19/+3
2020-10-01iwlwifi: msix: limit max RX queues for 9000 familyMordechay Goodstein1-1/+5
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-06Merge 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-24Merge 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