From patchwork Wed Feb 20 12:03:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Coelho X-Patchwork-Id: 10821985 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 AC8986C2 for ; Wed, 20 Feb 2019 12:04:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 90C502CFCE for ; Wed, 20 Feb 2019 12:04:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7F91C2CFDD; Wed, 20 Feb 2019 12:04:10 +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 DFBF72CFCE for ; Wed, 20 Feb 2019 12:04:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726535AbfBTMEI (ORCPT ); Wed, 20 Feb 2019 07:04:08 -0500 Received: from paleale.coelho.fi ([176.9.41.70]:34492 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726354AbfBTMEI (ORCPT ); Wed, 20 Feb 2019 07:04:08 -0500 Received: from 91-156-4-241.elisa-laajakaista.fi ([91.156.4.241] helo=redipa.ger.corp.intel.com) by farmhouse.coelho.fi with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.91) (envelope-from ) id 1gwQbe-000411-1A; Wed, 20 Feb 2019 14:04:06 +0200 From: Luca Coelho To: kvalo@codeaurora.org Cc: linux-wireless@vger.kernel.org, Luca Coelho Date: Wed, 20 Feb 2019 14:03:52 +0200 Message-Id: <20190220120400.8814-1-luca@coelho.fi> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [PATCH 0/8] iwlwifi: updates intended for v5.1 2019-02-20 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 tenth and final set of patches intended for v5.1. This one is mostly to add some new PCI IDs and to align with an internal version we tested. The changes are: * New PCI IDs for 9260 and 22000 series; * Continued work on the new debugging mechanism; As usual, I'm pushing this to a pending branch, for kbuild bot, and will send a pull-request later. Please review. Cheers, Luca. Ihab Zhaika (2): iwlwifi: add new card for 9260 series iwlwifi: add new cards for 22000 and killer series and change the market name Shahar S Matityahu (6): iwlwifi: dbg_ini: add print to iwl_dump_ini_mem in case of invalid range iwlwifi: dbg_ini: make memory dump get_size handler include headers iwlwifi: dbg_ini: make fill_range handler accept generic range pointer iwlwifi: dbg_ini: add region to fill_header handler iwlwifi: dbg_ini: implement Tx fifos dump iwlwifi: dbg_ini: implement Rx fifos dump .../net/wireless/intel/iwlwifi/cfg/22000.c | 8 +- .../wireless/intel/iwlwifi/fw/api/dbg-tlv.h | 13 +- drivers/net/wireless/intel/iwlwifi/fw/dbg.c | 490 +++++++++++++++--- .../wireless/intel/iwlwifi/fw/error-dump.h | 32 +- .../net/wireless/intel/iwlwifi/fw/runtime.h | 1 + .../net/wireless/intel/iwlwifi/iwl-config.h | 2 +- drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 99 ++-- .../net/wireless/intel/iwlwifi/pcie/trans.c | 4 +- 8 files changed, 507 insertions(+), 142 deletions(-)