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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 69B18C433FE for ; Tue, 29 Mar 2022 23:37:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240719AbiC2Xjg (ORCPT ); Tue, 29 Mar 2022 19:39:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50948 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231628AbiC2Xjg (ORCPT ); Tue, 29 Mar 2022 19:39:36 -0400 Received: from mail-oi1-f174.google.com (mail-oi1-f174.google.com [209.85.167.174]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BB7E918A3EC; Tue, 29 Mar 2022 16:37:52 -0700 (PDT) Received: by mail-oi1-f174.google.com with SMTP id k10so20591600oia.0; Tue, 29 Mar 2022 16:37:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=ZnlJJv2mTkW/GkybuP2Nvc5uQuWnGuRflKAeN/D9Jzo=; b=QJp7WA61+X8OIzMn82yNwnOiAM1TJO7OAKXKYoU5/Rocu3qrjfoDlzf7XGmiCn0FRH Whjzs0OAjXZme3+TYz8x+uDQpfUoM//+6OTBiiyIMnFn9vacCx4pr2Cdpz6dY3MsHdzm dwHcskZIj4mWxy7FltZhZVrpoHqqGk5bRwPqf+47OVKbDqNN4VQkgek0kZPlJ0ir9IjJ A5p4BU3UUEUukDBii5fsIaxXj3WEtjqsMAi3QkkceSLLKxlIublg+fgpmOgqn8XNcexu +L7gND1IGMZC7Z8Jx3fPkFBWdKDljl2ShE0cIe0d3H5BUNzGn/YiTfOea1mumV28pN8p 6RJQ== X-Gm-Message-State: AOAM531i3BsfD+/1UnQC78SK7OLbi1BH6iGsvbN91iX4ohjrCT0H4bUK XvXLEWWCEXMeWvnsxnn+FQ== X-Google-Smtp-Source: ABdhPJx2l0ZTgCmk04heyRtS3320sByNAy4I0VQIQZ3u3VZYVNJBCe43kHlXeU8pdRft7J9JBcMajA== X-Received: by 2002:a05:6808:302a:b0:2f7:6aa3:63b8 with SMTP id ay42-20020a056808302a00b002f76aa363b8mr714253oib.31.1648597071989; Tue, 29 Mar 2022 16:37:51 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id c12-20020a9d75cc000000b005b24b061940sm9533498otl.33.2022.03.29.16.37.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 29 Mar 2022 16:37:51 -0700 (PDT) Received: (nullmailer pid 1572238 invoked by uid 1000); Tue, 29 Mar 2022 23:37:50 -0000 Date: Tue, 29 Mar 2022 18:37:50 -0500 From: Rob Herring To: Manikanta Pubbisetty Cc: linux-wireless@vger.kernel.org, ath11k@lists.infradead.org, devicetree@vger.kernel.org Subject: Re: [PATCH v3 01/12] dt: bindings: net: add bindings of WCN6750 for ath11k Message-ID: References: <20220328094838.14093-1-quic_mpubbise@quicinc.com> <20220328094838.14093-2-quic_mpubbise@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220328094838.14093-2-quic_mpubbise@quicinc.com> Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Mon, 28 Mar 2022 15:18:27 +0530, Manikanta Pubbisetty wrote: > WCN6750 is the WLAN chip on Qualcomm Snapdragon SoC SC7280; > Though being a PCIe based solution, it is not attached to > the APSS processor (Application Processor SubSystem), it is > instead attached to another tiny processor called WPSS Q6 > processor (Wireless Processor SubSystem) on the SC7280 MSM, > where the WLAN firmware runs, and it is the WLAN firmware > running on the Q6 processor which enumerates WCN6750, as a > result APPS processor would never know such a device being > present in the system and would not detect the WCN6750 > hardware unless and otherwise WCN6750 is registered as a > platform device. This is the reason behind adding WCN6750 > WLAN node in the device tree. > > Add WCN6750 wireless driver support, its based on ath11k driver. > > Signed-off-by: Manikanta Pubbisetty > --- > .../bindings/net/wireless/qcom,ath11k.yaml | 361 ++++++++++++------ > 1 file changed, 252 insertions(+), 109 deletions(-) > Reviewed-by: Rob Herring 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 57874C433EF for ; Tue, 29 Mar 2022 23:37:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=LzlA/0jkQlYp3wq26xxtsw8p8dfxTgJVYm2PzKhv9+0=; b=VmEoINA6i0p9Pa Ow2ZB0Z5v8+5s9ZIqUU8UZb/scXYQqRcmxMIDwAL5TyRhzLoYJ9riszOVNzg31jblEpuSsyCJERLm J4nQMQ8Qvj1pOVNPIUsLLUqEMoFuE1ajyvrAo3/u8rr9B7O9PPIxvVyvQ+0lAe/HQcF0/24PUEYBS pPfsfiUtuS6GGK+05aDepOoP0Dt+rJFE9L+aRBJyrZnyLU94PznzIPTHGCppsu1Tny6mBY/yj2UjJ 7Q8/5RwDcCH6faTz6OtM1JDirJ4jVaQoErYgBjQw3yNI4ia9CN4BZOI21BUelct/iCCOpgg+bdmWz KHmldO5GV9mmILNtj82A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nZLPO-00Dl3A-RX; Tue, 29 Mar 2022 23:37:54 +0000 Received: from mail-oi1-f181.google.com ([209.85.167.181]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nZLPM-00Dl2e-Tz for ath11k@lists.infradead.org; Tue, 29 Mar 2022 23:37:54 +0000 Received: by mail-oi1-f181.google.com with SMTP id j83so20562105oih.6 for ; Tue, 29 Mar 2022 16:37:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=ZnlJJv2mTkW/GkybuP2Nvc5uQuWnGuRflKAeN/D9Jzo=; b=4bGZuI/rqzZ6tVJZyIUYE4dlkPOpbW8XL4EEBVSt1Ab7VydIjIc4w0k77S6xJhk9H9 10RPLyTLArODPLvDYxLcJlvvyWCCnLZxfMX+xkK0wIGF+TZiYV97R/Qn42h27kmOuy/k CZWoX6WG/nPfNykfXvLpfGZxHSUoQOSfXrkdklDfezEFsRi6WxdEMS2Iu8sTefzjND3u 5rsBWQk2y4czTCrWmL2AMFDFu+IqB0ynsXZUlN9/jmX3mNrCLFbyLQOdl2OLbnKgT5Fz UybAcXzeQKMpZj1Ap4sYoxhTfxauPOCQcF6kdfy5y/ZcHxKLwlqzzjmURVRxINS0z1N0 FSAw== X-Gm-Message-State: AOAM5328gToz2fk/k0brRxEtqWMbQVdAfG7CILBaSwo7dlyxHJ31o6Gn b9B/0S6tODv9q+x+F4FgoN/kC4yhLA== X-Google-Smtp-Source: ABdhPJx2l0ZTgCmk04heyRtS3320sByNAy4I0VQIQZ3u3VZYVNJBCe43kHlXeU8pdRft7J9JBcMajA== X-Received: by 2002:a05:6808:302a:b0:2f7:6aa3:63b8 with SMTP id ay42-20020a056808302a00b002f76aa363b8mr714253oib.31.1648597071989; Tue, 29 Mar 2022 16:37:51 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id c12-20020a9d75cc000000b005b24b061940sm9533498otl.33.2022.03.29.16.37.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 29 Mar 2022 16:37:51 -0700 (PDT) Received: (nullmailer pid 1572238 invoked by uid 1000); Tue, 29 Mar 2022 23:37:50 -0000 Date: Tue, 29 Mar 2022 18:37:50 -0500 From: Rob Herring To: Manikanta Pubbisetty Cc: linux-wireless@vger.kernel.org, ath11k@lists.infradead.org, devicetree@vger.kernel.org Subject: Re: [PATCH v3 01/12] dt: bindings: net: add bindings of WCN6750 for ath11k Message-ID: References: <20220328094838.14093-1-quic_mpubbise@quicinc.com> <20220328094838.14093-2-quic_mpubbise@quicinc.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220328094838.14093-2-quic_mpubbise@quicinc.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220329_163752_989367_2FC9994F X-CRM114-Status: GOOD ( 14.99 ) X-BeenThere: ath11k@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ath11k" Errors-To: ath11k-bounces+ath11k=archiver.kernel.org@lists.infradead.org On Mon, 28 Mar 2022 15:18:27 +0530, Manikanta Pubbisetty wrote: > WCN6750 is the WLAN chip on Qualcomm Snapdragon SoC SC7280; > Though being a PCIe based solution, it is not attached to > the APSS processor (Application Processor SubSystem), it is > instead attached to another tiny processor called WPSS Q6 > processor (Wireless Processor SubSystem) on the SC7280 MSM, > where the WLAN firmware runs, and it is the WLAN firmware > running on the Q6 processor which enumerates WCN6750, as a > result APPS processor would never know such a device being > present in the system and would not detect the WCN6750 > hardware unless and otherwise WCN6750 is registered as a > platform device. This is the reason behind adding WCN6750 > WLAN node in the device tree. > > Add WCN6750 wireless driver support, its based on ath11k driver. > > Signed-off-by: Manikanta Pubbisetty > --- > .../bindings/net/wireless/qcom,ath11k.yaml | 361 ++++++++++++------ > 1 file changed, 252 insertions(+), 109 deletions(-) > Reviewed-by: Rob Herring -- ath11k mailing list ath11k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath11k