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=-3.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS, URIBL_BLOCKED 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 EC19CC282D8 for ; Fri, 1 Feb 2019 12:11:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B668B218AC for ; Fri, 1 Feb 2019 12:11:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="key not found in DNS" (0-bit key) header.d=codeaurora.org header.i=@codeaurora.org header.b="mq3RsBDL"; dkim=fail reason="key not found in DNS" (0-bit key) header.d=codeaurora.org header.i=@codeaurora.org header.b="kpQAas6e" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726582AbfBAMLT (ORCPT ); Fri, 1 Feb 2019 07:11:19 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:51470 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726486AbfBAMLT (ORCPT ); Fri, 1 Feb 2019 07:11:19 -0500 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 11A00605FC; Fri, 1 Feb 2019 12:11:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1549023079; bh=baxOg1e6dCkEqIfV5jiJ54igWvxG/dfnmKp/AuNn3Ws=; h=Subject:From:In-Reply-To:References:To:Cc:Date:From; b=mq3RsBDLBknFwcdE0fy1jBVHbUEIsMSVIVO3Iq4sR0ketLMsW5C10PM958Unt/F0r FpNKf3Mbrm1d/moCSXKrU5eWBo9/v33ZCKJCnev1GrBR7Q5WFGAAcU5ExkUsWrTbbb SXY2NitAfxkLU3ceJds8TzB1OVnPbXxSvjwlVCtQ= Received: from potku.adurom.net (88-114-240-156.elisa-laajakaista.fi [88.114.240.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: kvalo@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 1AE0A6030D; Fri, 1 Feb 2019 12:11:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1549023078; bh=baxOg1e6dCkEqIfV5jiJ54igWvxG/dfnmKp/AuNn3Ws=; h=Subject:From:In-Reply-To:References:To:Cc:From; b=kpQAas6eHjxcQD+0WrSZ2GVppTN5/gpyf8OUacBa/2nTMI///C32yNZWJkd+Ue3LD Cg7XnUI3ZVzsBok3rEkPn0SfT+VWlLOys+JelVj9zEP9RWiKqTDYoAdyWMiygm7GyV bYyoAk4aBOxVwRC2mQLQ+CRexUT1l3s8NmcXNwF4= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 1AE0A6030D Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=kvalo@codeaurora.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PATCH v3] mwifiex: add support for sd8977 chipset From: Kalle Valo In-Reply-To: References: To: Ganapathi Bhat Cc: "linux-wireless@vger.kernel.org" , Cathy Luo , Zhiyuan Yang , James Cao , Rakesh Parmar , Hemantkumar Suthar User-Agent: pwcli/0.0.0-git (https://github.com/kvalo/pwcli/) Python/2.7.12 Message-Id: <20190201121119.11A00605FC@smtp.codeaurora.org> Date: Fri, 1 Feb 2019 12:11:18 +0000 (UTC) Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Ganapathi Bhat wrote: > From: Hemantkumar Suthar > > This patch adds support for 8977 chipset to mwifiex with SDIO > interface. Register offsets and supported feature flags are > updated. Firmware image used will be mrvl/sd8977_uapsta.bin. > > Signed-off-by: Hemantkumar Suthar > Signed-off-by: Rakesh Parmar > Signed-off-by: Cathy Luo > Signed-off-by: Ganapathi Bhat Patch applied to wireless-drivers-next.git, thanks. 1a0f547831dc mwifiex: add support for sd8977 chipset -- https://patchwork.kernel.org/patch/10755375/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches