All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add WoW support for WCN6750
@ 2022-09-02 11:25 ` Manikanta Pubbisetty
  0 siblings, 0 replies; 14+ messages in thread
From: Manikanta Pubbisetty @ 2022-09-02 11:25 UTC (permalink / raw)
  To: ath11k, robh, krzysztof.kozlowski+dt
  Cc: linux-wireless, devicetree, Manikanta Pubbisetty

Add WoW support for WCN6750.

Unlike other chips where WoW exit happens after sending WoW wakeup
WMI command, exit from WoW suspend in the case of WCN6750 happens
upon sending a WoW exit SMP2P (Shared memory point to point) message
to the firmware.

Tested-on: WCN6750 hw1.0 AHB WLAN.MSL.1.0.1-00887-QCAMSLSWPLZ-1

Manikanta Pubbisetty (2):
  dt: bindings: net: add bindings to add WoW support on WCN6750
  ath11k: Add WoW support for WCN6750
---
V3:
- Added description to the SMEM items in the DT Binding
- Removed SMP2P producer example in the DT Binding

V2:
- Replaced shift/mask operation with u32_encode_bits() before sending SMP2P message
- Rebased on ToT COMMIT SHA-ID: f60b230094cbf88c73808709e4f9c1cf09eb0b01

 .../bindings/net/wireless/qcom,ath11k.yaml    |  14 ++
 drivers/net/wireless/ath/ath11k/ahb.c         | 123 +++++++++++++++++-
 drivers/net/wireless/ath/ath11k/ahb.h         |  16 +++
 drivers/net/wireless/ath/ath11k/core.c        |   7 +
 drivers/net/wireless/ath/ath11k/hw.h          |   1 +
 drivers/net/wireless/ath/ath11k/pcic.c        |  32 +++++
 drivers/net/wireless/ath/ath11k/pcic.h        |   4 +
 drivers/net/wireless/ath/ath11k/wow.c         |   8 ++
 8 files changed, 204 insertions(+), 1 deletion(-)


base-commit: 7fb1cd49103030c68154c5645ac1cf09b06b70aa
-- 
2.37.1


-- 
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-09-19 13:04 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-02 11:25 [PATCH v3 0/2] Add WoW support for WCN6750 Manikanta Pubbisetty
2022-09-02 11:25 ` Manikanta Pubbisetty
2022-09-02 11:25 ` [PATCH v3 1/2] dt: bindings: net: add bindings to add WoW support on WCN6750 Manikanta Pubbisetty
2022-09-02 11:25   ` Manikanta Pubbisetty
2022-09-08 13:10   ` Krzysztof Kozlowski
2022-09-08 13:10     ` Krzysztof Kozlowski
2022-09-19 13:03   ` Kalle Valo
2022-09-19 13:03     ` Kalle Valo
2022-09-02 11:25 ` [PATCH v3 2/2] ath11k: Add WoW support for WCN6750 Manikanta Pubbisetty
2022-09-02 11:25   ` Manikanta Pubbisetty
2022-09-02 12:22   ` Kalle Valo
2022-09-02 12:22     ` Kalle Valo
2022-09-10  6:59   ` Kalle Valo
2022-09-10  6:59     ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.