public inbox for ath12k@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2024-05-21 09:50:03 to 2024-06-04 17:30:32 UTC [more...]

[PATCH v8 00/17] power: sequencing: implement the subsystem and add first users
 2024-06-04 17:30 UTC  (22+ messages)
` [PATCH v8 01/17] regulator: dt-bindings: describe the PMU module of the QCA6390 package
` [PATCH v8 02/17] regulator: dt-bindings: describe the PMU module of the WCN7850 package
` [PATCH v8 03/17] dt-bindings: net: bluetooth: qualcomm: describe regulators for QCA6390
` [PATCH v8 04/17] dt-bindings: net: wireless: qcom,ath11k: describe the ath11k on QCA6390
` [PATCH v8 05/17] dt-bindings: net: wireless: describe the ath12k PCI module
` [PATCH v8 06/17] arm64: dts: qcom: sm8550-qrd: add the Wifi node
` [PATCH v8 07/17] arm64: dts: qcom: sm8650-qrd: "
` [PATCH v8 08/17] arm64: dts: qcom: sm8650-hdk: "
` [PATCH v8 09/17] arm64: dts: qcom: qrb5165-rb5: "
` [PATCH v8 10/17] power: sequencing: implement the pwrseq core
` [PATCH v8 11/17] power: pwrseq: add a driver for the PMU module on the QCom WCN chipsets
` [PATCH v8 12/17] PCI: hold the rescan mutex when scanning for the first time
` [PATCH v8 13/17] PCI/pwrctl: reuse the OF node for power controlled devices
` [PATCH v8 14/17] PCI/pwrctl: create platform devices for child OF nodes of the port node
` [PATCH v8 15/17] PCI/pwrctl: add PCI power control core code
` [PATCH v8 16/17] PCI/pwrctl: add a PCI power control driver for power sequenced devices
` [PATCH v8 17/17] Bluetooth: qca: use the power sequencer for QCA6390

[PATCH v4 0/8] wifi: ath12k: add support for WoW
 2024-06-04 14:57 UTC  (11+ messages)
` [PATCH v4 1/8] wifi: ath12k: add ATH12K_DBG_WOW log level
` [PATCH v4 2/8] wifi: ath12k: implement WoW enable and wakeup commands
` [PATCH v4 3/8] wifi: ath12k: add basic WoW functionalities
` [PATCH v4 4/8] wifi: ath12k: add WoW net-detect functionality
` [PATCH v4 5/8] wifi: ath12k: implement hardware data filter
` [PATCH v4 6/8] wifi: ath12k: support ARP and NS offload
` [PATCH v4 7/8] wifi: ath12k: support GTK rekey offload
` [PATCH v4 8/8] wifi: ath12k: handle keepalive during WoWLAN suspend and resume

[PATCH] wifi: ath12k: avoid unnecessary MSDU drop in the Rx error process
 2024-06-04  6:26 UTC 

[PATCH v4 0/5] wifi: ath12k: Add support to enable debugfs_htt_stats
 2024-06-03 22:27 UTC  (11+ messages)
` [PATCH v4 1/5] "
` [PATCH v4 2/5] wifi: ath12k: Add htt_stats_dump file ops support
` [PATCH v4 3/5] wifi: ath12k: Fix Pdev id in HTT stats request for WCN7850
` [PATCH v4 4/5] wifi: ath12k: Add support to parse requested stats_type
` [PATCH v4 5/5] wifi: ath12k: Dump additional Tx PDEV HTT stats

New staging repos for ath1*k firmware
 2024-06-03 20:47 UTC  (5+ messages)

[PATCH v8 0/8] wifi: ath12k: Introduce device group abstraction
 2024-06-03 16:11 UTC  (10+ messages)
` [PATCH v8 1/8] wifi: ath12k: Refactor core start api
` [PATCH v8 2/8] wifi: ath12k: Add helpers to get or set ath12k_hw
` [PATCH v8 3/8] wifi: ath12k: Add ath12k_get_num_hw api
` [PATCH v8 4/8] wifi: ath12k: Introduce QMI firmware ready flag
` [PATCH v8 5/8] wifi: ath12k: move ATH12K_FLAG_REGISTERED flag set to mac_register api
` [PATCH v8 6/8] wifi: ath12k: Introduce device group abstraction
` [PATCH v8 7/8] wifi: ath12k: refactor core start based on hardware group
` [PATCH v8 8/8] wifi: ath12k: move ath12k_hw from per device to group

[PATCH v3 0/8] wifi: ath12k: add support for WoW
 2024-06-03 14:22 UTC  (23+ messages)
` [PATCH v3 1/8] wifi: ath12k: add ATH12K_DBG_WOW log level
` [PATCH v3 2/8] wifi: ath12k: implement WoW enable and wakeup commands
` [PATCH v3 3/8] wifi: ath12k: add basic WoW functionalities
` [PATCH v3 4/8] wifi: ath12k: add WoW net-detect functionality
` [PATCH v3 5/8] wifi: ath12k: implement hardware data filter
` [PATCH v3 6/8] wifi: ath12k: support ARP and NS offload
` [PATCH v3 7/8] wifi: ath12k: support GTK rekey offload
` [PATCH v3 8/8] wifi: ath12k: handle keepalive during WoWLAN suspend and resume

[PATCH v7 0/8] wifi: ath12k: Introduce device group abstraction
 2024-06-03 14:12 UTC  (17+ messages)
` [PATCH v7 1/8] wifi: ath12k: Refactor core start api
` [PATCH v7 2/8] wifi: ath12k: Add helpers to get or set ath12k_hw
` [PATCH v7 3/8] wifi: ath12k: Add ath12k_get_num_hw api
` [PATCH v7 4/8] wifi: ath12k: Introduce QMI firmware ready flag
` [PATCH v7 5/8] wifi: ath12k: move ATH12K_FLAG_REGISTERED flag set to mac_register api
` [PATCH v7 6/8] wifi: ath12k: Introduce device group abstraction
` [PATCH v7 7/8] wifi: ath12k: refactor core start based on hardware group
` [PATCH v7 8/8] wifi: ath12k: move ath12k_hw from per device to group

[PATCH] wifi: ath12k: add hw_link_id in ath12k_pdev
 2024-06-03 13:15 UTC  (3+ messages)

[PATCH] wifi: ath12k: add panic handler
 2024-06-03 13:14 UTC  (3+ messages)

[PATCH v3 0/5] wifi: ath12k: Add support to enable debugfs_htt_stats
 2024-06-03  4:09 UTC  (2+ messages)

pull-request: ath-current-20240531
 2024-06-01  9:57 UTC  (2+ messages)

[PATCH v2 0/5] wifi: ath12k: Add support to enable debugfs_htt_stats
 2024-05-31 19:05 UTC  (18+ messages)
` [PATCH v2 1/5] "
` [PATCH v2 3/5] wifi: ath12k: Fix Pdev id in HTT stats request for WCN7850
` [PATCH v2 5/5] wifi: ath12k: Dump additional Tx PDEV HTT stats

[PATCH] wifi: ath12k: fix ACPI warning when resume
 2024-05-31 19:01 UTC  (2+ messages)

[PATCH] wifi: ath12k: do not process consecutive RDDM event
 2024-05-30 15:51 UTC  (3+ messages)

[PATCH] wifi: ath12k: fix memory leak in ath12k_dp_rx_peer_frag_setup()
 2024-05-30 15:49 UTC  (3+ messages)

[PATCH] wifi: ath12k: Add WMI control path stats infra
 2024-05-29 19:49 UTC  (2+ messages)

[PATCH 0/3] wifi: ath12k: fixes for per pdev debugfs
 2024-05-29 18:54 UTC  (7+ messages)
` [PATCH 1/3] wifi: ath12k: fix per pdev debugfs registration
` [PATCH 2/3] wifi: ath12k: unregister per pdev debugfs
` [PATCH 3/3] wifi: ath12k: handle symlink cleanup for per pdev debugfs dentry

[PATCH] wifi: ath12k: Remove unused ath12k_base from ath12k_hw
 2024-05-29 16:51 UTC  (2+ messages)

[PATCH] wifi: ath12k: Fix WARN_ON during firmware crash in split-phy
 2024-05-29 16:32 UTC  (2+ messages)

[PATCH] wifi: ath12k: modify remain on channel for single wiphy
 2024-05-29 14:41 UTC  (2+ messages)

[PATCH] wifi: ath12k: fix wrong definition of CE ring's base address
 2024-05-28 17:45 UTC  (3+ messages)

[PATCH] wifi: ath12k: fix race due to setting ATH12K_FLAG_EXT_IRQ_ENABLED too early
 2024-05-28 17:45 UTC  (3+ messages)

[PATCH] wifi: ath12k: Fix devmem address prefix when logging
 2024-05-28 17:43 UTC  (2+ messages)

[PATCH v6 0/8] wifi: ath12k: Introduce device group abstraction
 2024-05-28  9:13 UTC  (11+ messages)
` [PATCH v6 1/8] wifi: ath12k: Refactor core start api
` [PATCH v6 2/8] wifi: ath12k: Add helpers to get or set ath12k_hw
` [PATCH v6 3/8] wifi: ath12k: Add ath12k_get_num_hw api
` [PATCH v6 4/8] wifi: ath12k: Introduce QMI firmware ready flag
` [PATCH v6 5/8] wifi: ath12k: move ATH12K_FLAG_REGISTERED flag set to mac_register api
` [PATCH v6 6/8] wifi: ath12k: Introduce device group abstraction
` [PATCH v6 7/8] wifi: ath12k: refactor core start based on hardware group
` [PATCH v6 8/8] wifi: ath12k: move ath12k_hw from per device to group

[PATCH AUTOSEL 6.8 22/30] wifi: ath12k: fix the problem that down grade phy mode operation
 2024-05-27 14:13 UTC 

[PATCH AUTOSEL 6.9 15/35] wifi: ath12k: fix kernel crash during resume
 2024-05-27 14:11 UTC  (2+ messages)
` [PATCH AUTOSEL 6.9 26/35] wifi: ath12k: fix the problem that down grade phy mode operation

[PATCH 00/13] wifi: Add multi physical hardware iface combination support
 2024-05-27  6:58 UTC  (4+ messages)

[PATCH v5 0/8] wifi: ath12k: Introduce device group abstraction
 2024-05-27  4:43 UTC  (11+ messages)
` [PATCH v5 1/8] wifi: ath12k: Refactor core start api
` [PATCH v5 2/8] wifi: ath12k: Add helpers to get or set ath12k_hw
` [PATCH v5 3/8] wifi: ath12k: Add ath12k_get_num_hw api
` [PATCH v5 4/8] wifi: ath12k: Introduce QMI firmware ready flag
` [PATCH v5 5/8] wifi: ath12k: move ATH12K_FLAG_REGISTERED flag set to mac_register api
` [PATCH v5 6/8] wifi: ath12k: Introduce device group abstraction
` [PATCH v5 7/8] wifi: ath12k: refactor core start based on hardware group
` [PATCH v5 8/8] wifi: ath12k: move ath12k_hw from per soc to group

[PATCH 1/3] wifi: ath12k: change DMA direction while mapping reinjected packets
 2024-05-25  8:57 UTC  (2+ messages)

[PATCH 1/2] wifi: ath12k: Refactor Rx descriptor CMEM configuration
 2024-05-25  8:54 UTC  (2+ messages)

[PATCH v2 0/4] wifi: ath12k: add 11d scan offload support and handle country code for WCN7850
 2024-05-24  8:13 UTC  (3+ messages)

[PATCH v2 0/7] wifi: ath12k: add support for WoW
 2024-05-23 16:48 UTC  (11+ messages)
` [PATCH v2 1/7] wifi: ath12k: implement WoW enable and wakeup commands
` [PATCH v2 2/7] wifi: ath12k: add basic WoW functionalities
` [PATCH v2 3/7] wifi: ath12k: add WoW net-detect functionality
` [PATCH v2 4/7] wifi: ath12k: implement hardware data filter
` [PATCH v2 5/7] wifi: ath12k: support ARP and NS offload
` [PATCH v2 6/7] wifi: ath12k: support GTK rekey offload
` [PATCH v2 7/7] wifi: ath12k: handle keepalive during WoWLAN suspend and resume

[PATCH 0/2] wifi: ath12k: Refactor Rx descriptor buffer CMEM
 2024-05-23 13:22 UTC  (4+ messages)
` [PATCH 2/2] wifi: ath12k: improve the rx descriptor error information

[PATCH 0/3] wifi: ath12k: fix issues in rx fragmentation path
 2024-05-22  7:28 UTC  (5+ messages)
` [PATCH 3/3] wifi: ath12k: fix firmware crash during reo reinject

board-2.bin
 2024-05-21 20:31 UTC  (10+ messages)

[PATCH 0/7] wifi: ath12k: add support for WoW
 2024-05-21 11:16 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox