summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/pcie/trans.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-26iwlwifi: integrate with iwlmeiEmmanuel Grumbach1-2/+19
2021-10-28iwlwifi: pcie: update sw error interrupt for BZ familyMike Golant1-11/+34
2021-10-22iwlwifi: remove redundant iwl_finish_nic_init() argumentJohannes Berg1-4/+4
2021-10-22iwlwifi: BZ Family SW reset supportRoee Goldfiner1-6/+18
2021-10-22iwlwifi: BZ Family BUS_MASTER_DISABLE_REQ code duplicationRoee Goldfiner1-0/+1
2021-10-22iwlwifi: fw dump: add infrastructure for dump scrubbingJohannes Berg1-3/+9
2021-08-29intel: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-8/+2
2021-08-26iwlwifi: pcie: avoid dma unmap/remap in crash dumpJohannes Berg1-6/+2
2021-08-26iwlwifi: pcie: implement Bz device startupJohannes Berg1-10/+28
2021-08-26iwlwifi: pcie: free RBs during configureJohannes Berg1-0/+3
2021-06-22iwlwifi: support loading the reduced power table from UEFILuca Coelho1-0/+7
2021-06-22iwlwifi: pcie: identify the RF moduleJohannes Berg1-0/+18
2021-06-22iwlwifi: pcie: print interrupt number, not indexJohannes Berg1-1/+1
2021-06-22iwlwifi: pcie: handle pcim_iomap_table() failures betterJohannes Berg1-2/+10
2021-04-18iwlwifi: pcie: don't enable BHs with IRQs disabledJohannes Berg1-3/+21
2021-04-14iwlwifi: pcie: add ISR debug info for msix debugMordechay Goodstein1-0/+5
2021-02-10iwlwifi: remove flags argument for nic_accessJohannes Berg1-19/+12
2021-02-10iwlwifi: dbg: add op_mode callback for collecting debug data.Mordechay Goodstein1-0/+4
2021-02-10iwlwifi: pcie: NULLify pointers after freeEmmanuel Grumbach1-2/+6
2021-02-10iwlwifi: pcie: don't disable interrupts for reg_lockJohannes Berg1-6/+5
2021-02-08Merge tag 'iwlwifi-next-for-kalle-2021-02-05' of git://git.kernel.org/pub/scm...Kalle Valo1-68/+24
2021-02-05iwlwifi: tx: move handing sync/async host command to transMordechay Goodstein1-5/+2
2021-02-05iwlwifi: remove TRANS_PM_OPSEmmanuel Grumbach1-21/+0
2021-02-05iwl-trans: iwlwifi: move sync NMI logic to transMordechay Goodstein1-46/+26
2021-02-05iwlwifi: pcie: properly implement NAPIJohannes Berg1-2/+2
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