From patchwork Tue Apr 23 09:10:27 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Coelho X-Patchwork-Id: 10912437 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id F06411515 for ; Tue, 23 Apr 2019 09:10:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E02B82857E for ; Tue, 23 Apr 2019 09:10:53 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D270B285BD; Tue, 23 Apr 2019 09:10:53 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 720082857E for ; Tue, 23 Apr 2019 09:10:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726481AbfDWJKw (ORCPT ); Tue, 23 Apr 2019 05:10:52 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:58952 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725888AbfDWJKw (ORCPT ); Tue, 23 Apr 2019 05:10:52 -0400 Received: from 91-156-6-193.elisa-laajakaista.fi ([91.156.6.193] helo=redipa.ger.corp.intel.com) by farmhouse.coelho.fi with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1hIrRy-0000FN-BC; Tue, 23 Apr 2019 12:10:50 +0300 From: Luca Coelho To: kvalo@codeaurora.org Cc: linux-wireless@vger.kernel.org, Luca Coelho Subject: [PATCH 00/16] iwlwifi: updates intended for v5.2 2019-04-23 (new try) Date: Tue, 23 Apr 2019 12:10:27 +0300 Message-Id: <20190423091043.7156-1-luca@coelho.fi> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Luca Coelho Hi, Here's the fifth set of patches intended for v5.2. It's the usual development, new features, cleanups and bugfixes. The changes are: * Fix a bug we introduced in the RX path in a previous patch; * Add command version parsing from the FW TLVs; * Some fixes and improvements in the new debugging framework; * Bump the FW API supported for 22000 series; * Small improvement in FTM; * Some RF-Kill interrupt handling fixes; * Support for a new WoWLAN patterns FW API; * Other small fixes and improvements; As usual, I'm pushing this to a pending branch, for kbuild bot, and will send a pull-request later. Please review. Cheers, Luca. Andrei Otcheretianski (1): iwlwifi: mvm: Don't sleep in RX path Avraham Stern (1): iwlwifi: mvm: report FTM start time TSF when applicable Johannes Berg (3): iwlwifi: pcie: initialize debug_rfkill to -1 iwlwifi: pcie: don't crash on invalid RX interrupt iwlwifi: parse command version TLV Liad Kaufman (1): iwlwifi: mvm: limit TLC according to our HE capabilities Luca Coelho (3): iwlwifi: mvm: support v2 of the WoWLAN patterns command iwlwifi: bump FW API to 48 for 22000 series iwlwifi: pcie: remove stray character in iwl_pcie_rx_alloc_page() Shahar S Matityahu (6): iwlwifi: support fseq tlv and print fseq version iwlwifi: dbg_ini: add lmac and umac error tables dumping support iwlwifi: dbg_ini: add periodic trigger support iwlwifi: dbg: replace dump info device family with HW type iwlwifi: avoid allocating memory for region with disabled domain iwlwifi: dbg_ini: check for valid region type during regions parsing YueHaibing (1): iwlwifi: Use correct channel_profile iniwl_get_nvm .../net/wireless/intel/iwlwifi/cfg/22000.c | 2 +- .../net/wireless/intel/iwlwifi/fw/api/d3.h | 136 +++++++++++++++++- .../wireless/intel/iwlwifi/fw/api/dbg-tlv.h | 4 + drivers/net/wireless/intel/iwlwifi/fw/dbg.c | 70 +++++++-- drivers/net/wireless/intel/iwlwifi/fw/dbg.h | 3 + .../wireless/intel/iwlwifi/fw/error-dump.h | 4 +- drivers/net/wireless/intel/iwlwifi/fw/file.h | 32 ++++- drivers/net/wireless/intel/iwlwifi/fw/img.h | 7 +- drivers/net/wireless/intel/iwlwifi/fw/init.c | 2 + .../net/wireless/intel/iwlwifi/fw/runtime.h | 1 + drivers/net/wireless/intel/iwlwifi/iwl-csr.h | 1 + drivers/net/wireless/intel/iwlwifi/iwl-drv.c | 18 +++ .../wireless/intel/iwlwifi/iwl-nvm-parse.c | 2 +- drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 58 +++++++- .../intel/iwlwifi/mvm/ftm-initiator.c | 20 ++- .../net/wireless/intel/iwlwifi/mvm/mac-ctxt.c | 2 +- drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 1 + .../net/wireless/intel/iwlwifi/mvm/rs-fw.c | 34 ++++- .../wireless/intel/iwlwifi/mvm/time-event.c | 2 +- .../wireless/intel/iwlwifi/pcie/internal.h | 4 +- drivers/net/wireless/intel/iwlwifi/pcie/rx.c | 9 +- .../net/wireless/intel/iwlwifi/pcie/trans.c | 11 +- 22 files changed, 373 insertions(+), 50 deletions(-)