[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250225053447.16824-1-manivannan.sadhasivam@linaro.org>
Date: Tue, 25 Feb 2025 11:04:44 +0530
From: Manivannan Sadhasivam <manivannan.sadhasivam@...aro.org>
To: jjohnson@...nel.org
Cc: linux-wireless@...r.kernel.org,
ath12k@...ts.infradead.org,
linux-kernel@...r.kernel.org,
ath11k@...ts.infradead.org,
Manivannan Sadhasivam <manivannan.sadhasivam@...aro.org>
Subject: [PATCH v2 0/3] wifi: ath11k/ath12k: IRQ affinity fixes
Hi,
This series fixes a warning from kernel IRQ core that gets triggered in the
error path of QCA6390 probe. While fixing that I also noticed the same issue in
the ath12k driver, so added an untested patch for the same.
Finally, updated the irq_set_affinity_hint() API in both drivers as it was
deprecated.
- Mani
Changes in v2:
- Instead of moving the affinity setting, cleared the affinity hint in the error
path before freeing the IRQs
- Rebased on top of v6.14-rc1
Manivannan Sadhasivam (3):
wifi: ath11k: Clear affinity hint before calling
ath11k_pcic_free_irq() in error path
wifi: ath12k: Clear affinity hint before calling ath12k_pci_free_irq()
in error path
wifi: ath11k/ath12k: Replace irq_set_affinity_hint() with
irq_set_affinity_and_hint()
drivers/net/wireless/ath/ath11k/pci.c | 4 +++-
drivers/net/wireless/ath/ath12k/pci.c | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
--
2.25.1
Powered by blists - more mailing lists