From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-vs1-xe44.google.com ([2607:f8b0:4864:20::e44]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jpuql-0004Fl-Mz for ath10k@lists.infradead.org; Mon, 29 Jun 2020 14:33:36 +0000 Received: by mail-vs1-xe44.google.com with SMTP id p25so1564202vsg.4 for ; Mon, 29 Jun 2020 07:33:33 -0700 (PDT) Received: from mail-ua1-f52.google.com (mail-ua1-f52.google.com. [209.85.222.52]) by smtp.gmail.com with ESMTPSA id i4sm16882vkg.55.2020.06.29.07.33.30 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 29 Jun 2020 07:33:31 -0700 (PDT) Received: by mail-ua1-f52.google.com with SMTP id e3so5384652uan.2 for ; Mon, 29 Jun 2020 07:33:30 -0700 (PDT) MIME-Version: 1.0 References: <1593194502-13164-1-git-send-email-pillair@codeaurora.org> <1593194502-13164-3-git-send-email-pillair@codeaurora.org> <000301d64e0e$b9e32c70$2da98550$@codeaurora.org> In-Reply-To: <000301d64e0e$b9e32c70$2da98550$@codeaurora.org> From: Doug Anderson Date: Mon, 29 Jun 2020 07:33:18 -0700 Message-ID: Subject: Re: [PATCH 2/2] ath10k: Add support for chain1 regulator supply voting List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ath10k" Errors-To: ath10k-bounces+kvalo=adurom.com@lists.infradead.org To: Rakesh Pillai Cc: "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , linux-wireless , ath10k@lists.infradead.org, Kalle Valo , LKML Hi, On Mon, Jun 29, 2020 at 5:14 AM Rakesh Pillai wrote: > > > > > -----Original Message----- > > From: Doug Anderson > > Sent: Saturday, June 27, 2020 3:22 AM > > To: Rakesh Pillai ; Kalle Valo > > > > Cc: ath10k@lists.infradead.org; open list:OPEN FIRMWARE AND FLATTENED > > DEVICE TREE BINDINGS ; linux-wireless > wireless@vger.kernel.org>; LKML > > Subject: Re: [PATCH 2/2] ath10k: Add support for chain1 regulator supply > > voting > > > > Hi, > > > > On Fri, Jun 26, 2020 at 11:02 AM Rakesh Pillai wrote: > > > > > > Add support to vote for chain-1 voltage regulator > > > in WCN3990. > > > > > > Tested-on: WCN3990 hw1.0 SNOC WLAN.HL.3.1-01040-QCAHLSWMTPLZ-1 > > > > > > Signed-off-by: Rakesh Pillai > > > --- > > > drivers/net/wireless/ath/ath10k/snoc.c | 1 + > > > 1 file changed, 1 insertion(+) > > > > > > diff --git a/drivers/net/wireless/ath/ath10k/snoc.c > > b/drivers/net/wireless/ath/ath10k/snoc.c > > > index 645ed5f..407a074 100644 > > > --- a/drivers/net/wireless/ath/ath10k/snoc.c > > > +++ b/drivers/net/wireless/ath/ath10k/snoc.c > > > @@ -45,6 +45,7 @@ static const char * const ath10k_regulators[] = { > > > "vdd-1.8-xo", > > > "vdd-1.3-rfa", > > > "vdd-3.3-ch0", > > > + "vdd-3.3-ch1", > > > > Reviewed-by: Douglas Anderson > > > > ...with the slight nit that ${SUBJECT} and description should probably > > call it "chan1" and not "chain1". Presumably the maintainer can fix > > when applying. > > > > -Doug > > Hi Doug, > > It has to be chain1 only, not chan1. > This is the power supply rail for the wlan-chain1 Whoa, really? "ch1" stands for "chain1", not "chan1"? That is seriously weird (at least to me), but I find at least one document that agrees with you. Sorry for the mistake! -Doug _______________________________________________ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k