summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/fw/dbg.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-08iwlwifi: yoyo: remove DBGI_SRAM address reset writingRotem Saado1-2/+0
2021-08-26iwlwifi: yoyo: support for new DBGI_SRAM regionMukesh Sisodiya1-0/+37
2021-08-26iwlwifi: fw: fix debug dump data declarationsJohannes Berg1-4/+4
2021-08-26iwlwifi: fw: correctly limit to monitor dumpJohannes Berg1-1/+1
2021-08-26iwlwifi: prepare for synchronous error dumpsJohannes Berg1-45/+52
2021-06-22iwlwifi: move error dump to fw utilsJohannes Berg1-38/+0
2021-06-22iwlwifi: yoyo: support region TLV version 2Mukesh Sisodiya1-1/+8
2021-04-14iwlwifi: fw: print out trigger delay when collecting dataJohannes Berg1-1/+3
2021-02-11iwlwifi: mvm: Check ret code for iwl_mvm_load_nvm_to_nicAbhishek Naik1-1/+2
2021-02-10iwlwifi: remove flags argument for nic_accessJohannes Berg1-27/+18
2021-02-10iwlwifi: dbg: remove unsupported regionsMordechay Goodstein1-2/+4
2021-02-05iwlwifi: dbg: dump paged memory from index 1Mordechay Goodstein1-16/+18
2020-12-11iwlwifi: fw: dbg: Fix misspelling of 'reg_data' in function headerLee Jones1-1/+1
2020-12-10iwlwifi: use SPDX tagsJohannes Berg1-63/+6
2020-12-10iwlwifi: yoyo: align the write pointer to DWsRotem Saado1-0/+5
2020-12-10iwlwifi: yoyo: add the ability to dump phy peripheryMordechay Goodstein1-5/+72
2020-10-01iwlwifi: dbg: add dumping special device memoryMordechay Goodstein1-0/+56
2020-06-08iwlwifi: Don't IWL_WARN on FW reconfigurationChris Down1-1/+1
2020-05-08iwlwifi: dbg_ini: differentiate ax210 hw with same hw typeLiad Kaufman1-1/+21
2020-05-08iwlwifi: dbg: mark a variable __maybe_unusedJohannes Berg1-1/+1
2020-05-08iwlwifi: yoyo: remove magic numberMordechay Goodstein1-1/+5
2020-05-08iwlwifi: dbg: set debug descriptor to NULL outside of iwl_fw_free_dump_descShahar S Matityahu1-9/+10
2020-05-08iwlwifi: yoyo: use hweight_long instead of bit manipulatingMordechay Goodstein1-12/+13
2020-05-08iwlwifi: yoyo: add support for parsing SHARED_MEM_ALLOC version 4Mordechay Goodstein1-3/+26
2020-04-24iwlwifi: yoyo: support IWL_FW_INI_TIME_POINT_HOST_ALIVE_TIMEOUT time pointShahar S Matityahu1-14/+28
2020-04-24iwlwifi: dbg: support multiple dumps in legacy dump flowShahar S Matityahu1-35/+62
2020-03-28Merge tag 'wireless-drivers-next-2020-03-27' of git://git.kernel.org/pub/scm/...David S. Miller1-8/+39
2020-03-27iwlwifi: yoyo: don't block dumping internal memory when not in SRAM moderotem saado1-7/+1
2020-03-27iwlwifi: yoyo: add PCI config space region typeLuca Coelho1-1/+38
2020-03-06iwlwifi: dbg: don't abort if sending DBGC_SUSPEND_RESUME failsLuca Coelho1-10/+5
2020-03-06iwlwifi: yoyo: don't add TLV offset when reading FIFOsMordechay Goodstein1-7/+3
2020-01-27Merge tag 'wireless-drivers-next-2020-01-26' of git://git.kernel.org/pub/scm/...David S. Miller1-5/+4
2020-01-04iwlwifi: add device name to device_infoLuca Coelho1-1/+1
2020-01-04iwlwifi: yoyo: remove unnecessary active triggers status flagLuca Coelho1-3/+0
2019-12-24iwlwifi: dbg: force stop the debug monitor HWShahar S Matityahu1-6/+1
2019-12-20iwlwifi: dbg_ini: don't skip a TX FIFO when dumpingLuca Coelho1-1/+3
2019-11-06Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/...David S. Miller1-316/+495
2019-10-25iwlwifi: dbg_ini: use vzalloc to allocate dumping memory regionsShahar S Matityahu1-6/+6
2019-10-25iwlwifi: dbg_ini: support FW response/notification region typeShahar S Matityahu1-2/+51
2019-10-25iwlwifi: dbg_ini: implement time point handlingShahar S Matityahu1-0/+3
2019-10-25iwlwifi: dbg_ini: use new API in dump infoShahar S Matityahu1-0/+25
2019-10-25iwlwifi: dbg_ini: add error tables dumping supportShahar S Matityahu1-2/+59
2019-10-25iwlwifi: dbg_ini: add monitor dumping supportShahar S Matityahu1-2/+200
2019-10-25iwlwifi: dbg_ini: use new trigger TLV in dump flowShahar S Matityahu1-108/+69
2019-10-25iwlwifi: dbg_ini: use new region TLV in dump flowShahar S Matityahu1-264/+150
2019-10-09iwlwifi: dbg_ini: fix memory leak in alloc_sgtableNavid Emamdoost1-0/+1
2019-09-06iwlwifi: dbg_ini: remove periodic triggerShahar S Matityahu1-26/+1
2019-09-06iwlwifi: add a pointer to the trans_cfg directly in transLuca Coelho1-15/+15
2019-09-06iwlwifi: separate elements from cfg that are needed by trans_allocLuca Coelho1-15/+17
2019-09-06iwlwifi: dbg_ini: use regions ops array instead of switch case in dump flowShahar S Matityahu1-71/+79