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 X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 40554C432BE for ; Sun, 29 Aug 2021 11:47:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1B0F460ED4 for ; Sun, 29 Aug 2021 11:47:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235280AbhH2Lr5 (ORCPT ); Sun, 29 Aug 2021 07:47:57 -0400 Received: from so254-9.mailgun.net ([198.61.254.9]:20076 "EHLO so254-9.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235271AbhH2Lrx (ORCPT ); Sun, 29 Aug 2021 07:47:53 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1630237621; h=Date: Message-Id: Cc: To: References: In-Reply-To: From: Subject: Content-Transfer-Encoding: MIME-Version: Content-Type: Sender; bh=FrcsjeYEV4aD3jrH0YZK+LgW/bik9E8xvwieK0EEtzY=; b=m8PzL64UCzg8HozLNkKYVtOWE82rT/8KSYznRtTuI1iydhVPsNON3fJw0w6azYiYl6zxBNtA MjihDgHByyQBoBBj76gI9G2V7pex0Gpif8w/DgEiur9pg42UiZ0d1AIYOGIN0E2wnRgE22GO /ICjX95NgPGgwMOW3rfdxZXguJA= X-Mailgun-Sending-Ip: 198.61.254.9 X-Mailgun-Sid: WyI3YTAwOSIsICJsaW51eC13aXJlbGVzc0B2Z2VyLmtlcm5lbC5vcmciLCAiYmU5ZTRhIl0= Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n04.prod.us-east-1.postgun.com with SMTP id 612b73b4825e13c54a3674b7 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Sun, 29 Aug 2021 11:47:00 GMT Sender: kvalo=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 250C0C4338F; Sun, 29 Aug 2021 11:47:00 +0000 (UTC) Received: from tykki.adurom.net (tynnyri.adurom.net [51.15.11.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: kvalo) by smtp.codeaurora.org (Postfix) with ESMTPSA id 3DF9AC4338F; Sun, 29 Aug 2021 11:46:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.codeaurora.org 3DF9AC4338F Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=fail smtp.mailfrom=codeaurora.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v3 1/2] mwifiex: pcie: add DMI-based quirk implementation for Surface devices From: Kalle Valo In-Reply-To: <20210820142050.35741-2-verdre@v0yd.nl> References: <20210820142050.35741-2-verdre@v0yd.nl> To: =?utf-8?q?Jonas_Dre=C3=9Fler?= Cc: Amitkumar Karwar , Ganapathi Bhat , Xinming Hu , "David S. Miller" , Jakub Kicinski , =?utf-8?q?Jonas_Dre=C3=9Fler?= , Tsuchiya Yuto , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, Maximilian Luz , Andy Shevchenko , Bjorn Helgaas , =?utf-8?q?Pali_Roh=C3=A1r?= User-Agent: pwcli/0.1.0-git (https://github.com/kvalo/pwcli/) Python/3.7.3 Message-Id: <20210829114700.250C0C4338F@smtp.codeaurora.org> Date: Sun, 29 Aug 2021 11:47:00 +0000 (UTC) Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Jonas Dreßler wrote: > This commit adds the ability to apply device-specific quirks to the > mwifiex driver. It uses DMI matching similar to the quirks brcmfmac uses > with dmi.c. We'll add identifiers to match various MS Surface devices, > which this is primarily meant for, later. > > This commit is a slightly modified version of a previous patch sent in > by Tsuchiya Yuto. > > Co-developed-by: Tsuchiya Yuto > Signed-off-by: Tsuchiya Yuto > Signed-off-by: Jonas Dreßler 2 patches applied to wireless-drivers-next.git, thanks. 5448bc2a426c mwifiex: pcie: add DMI-based quirk implementation for Surface devices a847666accf2 mwifiex: pcie: add reset_d3cold quirk for Surface gen4+ devices -- https://patchwork.kernel.org/project/linux-wireless/patch/20210820142050.35741-2-verdre@v0yd.nl/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches