From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 91F34C433EF for ; Sat, 16 Oct 2021 08:44:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7159D600D4 for ; Sat, 16 Oct 2021 08:44:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243816AbhJPIqL (ORCPT ); Sat, 16 Oct 2021 04:46:11 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:52844 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S234494AbhJPIqL (ORCPT ); Sat, 16 Oct 2021 04:46:11 -0400 Received: from 91-156-6-193.elisa-laajakaista.fi ([91.156.6.193] helo=kveik.lan) by farmhouse.coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mbfIP-000Xqv-Bj; Sat, 16 Oct 2021 11:44:02 +0300 From: Luca Coelho To: kvalo@codeaurora.org Cc: luca@coelho.fi, linux-wireless@vger.kernel.org Date: Sat, 16 Oct 2021 11:43:54 +0300 Message-Id: <20211016084359.246930-1-luca@coelho.fi> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [PATCH for v5.15 0/5] iwlwifi: fixes intended for v5.15 2021-10-16 Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org From: Luca Coelho Hi, This is the first patchset with fixes for v5.15. The changes are: * Some memory handling fixes; * Fix the device initialization configuration for So devices; * Fix resume flow when iwlwifi resume fails; * Fix device configuration for JnP edvices. As usual, I'm pushing this to a pending branch, for kbuild bot. And since these are fixes for the rc series, please take them directly to wireless-drivers.git, as we agreed. I'll assign them to you. Cheers, Luca. Johannes Berg (4): iwlwifi: mvm: reset PM state on unsuccessful resume iwlwifi: pnvm: don't kmemdup() more than we have iwlwifi: pnvm: read EFI data only if long enough iwlwifi: cfg: set low-latency-xtal for some integrated So devices Yaara Baruch (1): iwlwifi: change all JnP to NO-160 configuration drivers/net/wireless/intel/iwlwifi/cfg/22000.c | 2 +- drivers/net/wireless/intel/iwlwifi/fw/pnvm.c | 13 ++++++++----- drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 5 ++++- drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 6 +++--- 4 files changed, 16 insertions(+), 10 deletions(-) -- 2.33.0