aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath12k/pci.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-15wifi: ath12k: fix PCIE_LOCAL_REG_QRTR_NODE_ID definition for QCC2072Miaoqing Pan1-5/+1
2026-01-15wifi: ath12k: refactor PCI window register accessBaochen Qiang1-6/+5
2026-01-15wifi: ath12k: remove redundant pci_set_drvdata() callAlexander Minchev1-1/+0
2025-12-15Merge branch 'ath12k-ng' into ath-nextJeff Johnson1-139/+98
2025-10-24wifi: ath12k: restore register window after global resetBaochen Qiang1-1/+19
2025-10-18wifi: ath12k: Add MODULE_FIRMWARE() entriesTakashi Iwai1-0/+4
2025-10-10wifi: ath12k: Segregate the common and wifi7 specific structuresPavankumar Nandeshwar1-1/+1
2025-09-30wifi: ath12k: Add framework for hardware specific DP interrupt handlerRipan Deuri1-1/+2
2025-09-30wifi: ath12k: Support arch-specific DP device allocationRipan Deuri1-2/+18
2025-09-11wifi: ath12k: Change the API prefixes to ath12k_wifi7 in tx/rxPavankumar Nandeshwar1-1/+1
2025-09-03wifi: ath12k: Move srng processing to wifi7 directoryPavankumar Nandeshwar1-1/+2
2025-08-20wifi: ath12k: Remove HAL defines from shared PCI codeKiran Venkatappa1-4/+8
2025-08-20wifi: ath12k: Modularize driver into common and Wi-Fi 7 specific componentsKiran Venkatappa1-0/+3
2025-08-20wifi: ath12k: Restructure PCI code to common and Wi-Fi 7 specific logicKiran Venkatappa1-133/+67
2025-07-21wifi: ath12k: Prefer {} to {0} in initializersJeff Johnson1-2/+2
2025-07-14wifi: ath12k: Enable memory profile selection for QCN9274Aaradhana Sahu1-0/+2
2025-06-07wifi: ath12k: fix GCC_GCC_PCIE_HOT_RST definition for WCN7850Baochen Qiang1-3/+3
2025-05-19wifi: ath12k: Reorder and relocate the release of resources in ath12k_core_de...Yingying Tang1-3/+2
2025-05-16wifi: ath12k: add interrupt configuration for mon status ringKang Yang1-1/+2
2025-04-15wifi: ath12k: introduce ath12k_fw_feature_supported()Baochen Qiang1-2/+2
2025-04-11wifi: ath12k: fix firmware assert during reboot with hardware groupingAditya Kumar Singh1-1/+22
2025-04-11wifi: ath12k: fix failed to set mhi state error during reboot with hardware g...Aditya Kumar Singh1-0/+3
2025-04-11wifi: ath12k: fix cleanup path after mhi initRaj Kumar Bhagat1-3/+3
2025-03-27wifi: ath12k: extend dma mask to 36 bitsJohan Hovold1-8/+4
2025-03-25wifi: ath12k: enable ath12k AHB supportBalamurugan S1-8/+2
2025-02-27wifi: ath11k/ath12k: Replace irq_set_affinity_hint() with irq_set_affinity_an...Manivannan Sadhasivam1-1/+1
2025-02-27wifi: ath12k: Clear affinity hint before calling ath12k_pci_free_irq() in err...Manivannan Sadhasivam1-0/+2
2025-02-03wifi: ath12k: Avoid napi_sync() before napi_enable()Avula Sri Charan1-3/+10
2025-01-26wifi: ath12k: fix memory leak in ath12k_pci_remove()Miaoqing Pan1-1/+1
2025-01-22wifi: ath12k: add factory test mode supportAaradhana Sahu1-1/+2
2024-12-05wifi: ath12k: introduce device group abstractionKarthikeyan Periyasamy1-0/+1
2024-11-30wifi: ath12k: Refactor core startupKarthikeyan Periyasamy1-0/+9
2024-10-25wifi: ath12k: convert tasklet to BH workqueue for CE interruptsRaj Kumar Bhagat1-7/+7
2024-10-16wifi: ath12k: Add firmware coredump collection supportSowmiya Sree Elavalagan1-0/+186
2024-09-04Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-1/+2
2024-08-07wifi: ath12k: restore ASPM for supported hardwares onlyAditya Kumar Singh1-1/+2
2024-07-26wifi: ath12k: fix soft lockup on suspendJohan Hovold1-1/+2
2024-06-03wifi: ath12k: add panic handlerBaochen Qiang1-0/+8
2024-05-28wifi: ath12k: fix race due to setting ATH12K_FLAG_EXT_IRQ_ENABLED too earlyBaochen Qiang1-2/+2
2024-05-13wifi: ath12k: allocate dummy net_device dynamicallyBreno Leitao1-5/+22
2024-04-23wifi: ath12k: support suspend/resumeBaochen Qiang1-7/+34
2024-04-18wifi: ath12k: don't use %pK in dmesg format stringsJeff Johnson1-1/+1
2024-02-02wifi: ath12k: fix PCI read and writeP Praneesh1-20/+23
2024-02-02wifi: ath12k: split hal_ops to support RX TLVs word mask compactionRaj Kumar Bhagat1-0/+2
2024-02-02wifi: ath12k: Add logic to write QRTR node id to scratchP Praneesh1-1/+38
2023-12-18wifi: ath12k: add string type to search board data in board-2.bin for WCN7850Wen Gong1-0/+10
2023-12-15Revert "wifi: ath12k: use ATH12K_PCI_IRQ_DP_OFFSET for DP IRQ"Karthikeyan Periyasamy1-4/+4
2023-12-05wifi: ath12k: set IRQ affinity to CPU0 in case of one MSI vectorKang Yang1-1/+23
2023-12-05wifi: ath12k: do not restore ASPM in case of single MSI vectorKang Yang1-1/+4
2023-12-05wifi: ath12k: add support one MSI vectorKang Yang1-12/+39