mbox series

pull-request: ath-next-20240305

Message ID 87y1awh8kj.fsf@kernel.org (mailing list archive)
State Accepted
Commit f654e228ed6b822e87e6e6ad8e889bedccae2e16
Delegated to: Kalle Valo
Headers show
Series pull-request: ath-next-20240305 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git tags/ath-next-20240305

Message

Kalle Valo March 5, 2024, 5:50 p.m. UTC
Hi,

Please pull, more information in the tag below.

Kalle


The following changes since commit a4634aa71fee11f5e3e13bf7d80ee1480a64ce70:

  bonding: rate-limit bonding driver inspect messages (2024-02-22 19:13:18 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git tags/ath-next-20240305

for you to fetch changes up to 776c9c93bb0511d04e6222546499e5ea20ad51b0:

  wifi: ath12k: fix license in p2p.c and p2p.h (2024-02-28 16:09:29 +0200)

----------------------------------------------------------------
ath.git patches for v6.9

Only some minor cleanup in ath11k and ath12k. Adding Jeff as the
maintainer for ath10k, ath11k and ath12k DT bindings.

----------------------------------------------------------------
Baochen Qiang (5):
      wifi: ath11k: rearrange IRQ enable/disable in reset path
      wifi: ath11k: remove MHI LOOPBACK channels
      wifi: ath11k: do not dump SRNG statistics during resume
      wifi: ath11k: fix warning on DMA ring capabilities event
      wifi: ath11k: decrease MHI channel buffer length to 8KB

Jeff Johnson (2):
      dt-bindings: net: wireless: qcom: Update maintainers
      wifi: ath11k: constify MHI channel and controller configs

Kalle Valo (2):
      wifi: ath11k: thermal: don't try to register multiple times
      wifi: ath12k: fix license in p2p.c and p2p.h

Kang Yang (1):
      wifi: ath12k: add rcu lock for ath12k_wmi_p2p_noa_event()

 .../bindings/net/wireless/qcom,ath10k.yaml         |  1 +
 .../bindings/net/wireless/qcom,ath11k-pci.yaml     |  1 +
 .../bindings/net/wireless/qcom,ath11k.yaml         |  1 +
 drivers/net/wireless/ath/ath11k/core.c             |  8 ++-
 drivers/net/wireless/ath/ath11k/mhi.c              | 68 ++--------------------
 drivers/net/wireless/ath/ath11k/qmi.c              |  5 +-
 drivers/net/wireless/ath/ath11k/thermal.c          |  5 +-
 drivers/net/wireless/ath/ath11k/wmi.c              |  3 +-
 drivers/net/wireless/ath/ath12k/p2p.c              |  2 +-
 drivers/net/wireless/ath/ath12k/p2p.h              |  2 +-
 drivers/net/wireless/ath/ath12k/wmi.c              |  5 +-
 11 files changed, 29 insertions(+), 72 deletions(-)

Comments

Kalle Valo March 5, 2024, 6:57 p.m. UTC | #1
Kalle Valo <kvalo@kernel.org> wrote:

> Hi,
> 
> Please pull, more information in the tag below.
> 
> Kalle
> 
> 
> The following changes since commit a4634aa71fee11f5e3e13bf7d80ee1480a64ce70:
> 
>   bonding: rate-limit bonding driver inspect messages (2024-02-22 19:13:18 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git tags/ath-next-20240305
> 
> for you to fetch changes up to 776c9c93bb0511d04e6222546499e5ea20ad51b0:
> 
>   wifi: ath12k: fix license in p2p.c and p2p.h (2024-02-28 16:09:29 +0200)
> 
> ----------------------------------------------------------------
> ath.git patches for v6.9
> 
> Only some minor cleanup in ath11k and ath12k. Adding Jeff as the
> maintainer for ath10k, ath11k and ath12k DT bindings.
> 
> ----------------------------------------------------------------
> Baochen Qiang (5):
>       wifi: ath11k: rearrange IRQ enable/disable in reset path
>       wifi: ath11k: remove MHI LOOPBACK channels
>       wifi: ath11k: do not dump SRNG statistics during resume
>       wifi: ath11k: fix warning on DMA ring capabilities event
>       wifi: ath11k: decrease MHI channel buffer length to 8KB
> 
> Jeff Johnson (2):
>       dt-bindings: net: wireless: qcom: Update maintainers
>       wifi: ath11k: constify MHI channel and controller configs
> 
> Kalle Valo (2):
>       wifi: ath11k: thermal: don't try to register multiple times
>       wifi: ath12k: fix license in p2p.c and p2p.h
> 
> Kang Yang (1):
>       wifi: ath12k: add rcu lock for ath12k_wmi_p2p_noa_event()
> 
>  .../bindings/net/wireless/qcom,ath10k.yaml         |  1 +
>  .../bindings/net/wireless/qcom,ath11k-pci.yaml     |  1 +
>  .../bindings/net/wireless/qcom,ath11k.yaml         |  1 +
>  drivers/net/wireless/ath/ath11k/core.c             |  8 ++-
>  drivers/net/wireless/ath/ath11k/mhi.c              | 68 ++--------------------
>  drivers/net/wireless/ath/ath11k/qmi.c              |  5 +-
>  drivers/net/wireless/ath/ath11k/thermal.c          |  5 +-
>  drivers/net/wireless/ath/ath11k/wmi.c              |  3 +-
>  drivers/net/wireless/ath/ath12k/p2p.c              |  2 +-
>  drivers/net/wireless/ath/ath12k/p2p.h              |  2 +-
>  drivers/net/wireless/ath/ath12k/wmi.c              |  5 +-
>  11 files changed, 29 insertions(+), 72 deletions(-)

Pulled, thanks.

f654e228ed6b Merge tag 'ath-next-20240305' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath