Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp3658989ybi; Mon, 27 May 2019 03:54:26 -0700 (PDT) X-Google-Smtp-Source: APXvYqzt5b8umfIt86XmrlDGGL/wpEVRIePk0pCwJi4BIoedkhGPN3UAid7lCWh8cPZyMhH3UnIf X-Received: by 2002:a62:c4:: with SMTP id 187mr41748099pfa.55.1558954466383; Mon, 27 May 2019 03:54:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558954466; cv=none; d=google.com; s=arc-20160816; b=yL/E9SZRoGT5yHLH9Ha6h5LL1gOcWx1c8Br/yrRsTfh+wiuCWTpTnnbCXK/+WZAKrX WYn/Q+iqBzIdssFxyCY2v7RKAWozN816ifUz58vXssyHKAVXDBxPLBVJkGDY8E8GEECJ 3nJ82zZ9KMtAcl5oT5nRqbxHNTdqatbjEtRjChIWCdLwQu5jODEeZCFZ62srFjZVeZO3 gl0VS9DVbihEPtaZ9l3aR7VRD0cqsbzUwXvybmyiHMuzpMCRBg0RhA3Bc4l/NHpphPFh 9cp+4bMrIJqBoMRdwJymW/WVbEO0bnce0ZNSXpOII3ignnlQHB4WGeAid8XJSPznJxXH DRJw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=jJVCXgOMYQHxPNd540im9MeGDJjawWlekKNH41KnA6A=; b=iQmmnc8+xhnTyHxiHfGjWTmj936soA+Q+NjI+S2eRrG916jmOr7MSjzM9Ft9gQu0TA konQMXyKXIFoHhj/fBdpsVM3LxlACoR/VhhYVZe90DtvUgDFmU7x7NJFY+5rQp2YDeUL DrguEy4eYau1V5KdfFpURsG7qdt/5YJ5/IkMRIGUPBtFEv8tSpD6ADHgjrml8akERoTs dd68WpTUSFTLQ1LiVx7EtKu2UUGu8yMChdBDzfkwSQzB8eP5FlNObo2/793Y8PVeYi4F ffFgd7nhXcFOY7Im6CBaAb8lkC0bzziEgFGMfrZy9Lqz6/75FgDikmBixcSC03xFxkTV OV4w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a62si17731678pgc.129.2019.05.27.03.54.11; Mon, 27 May 2019 03:54:26 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726470AbfE0Kvf (ORCPT + 99 others); Mon, 27 May 2019 06:51:35 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:61860 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725814AbfE0Kvf (ORCPT ); Mon, 27 May 2019 06:51:35 -0400 Received: from 79.184.255.36.ipv4.supernova.orange.pl (79.184.255.36) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.213) id 36bc135fddf03d66; Mon, 27 May 2019 12:51:33 +0200 From: "Rafael J. Wysocki" To: Florian Fainelli Cc: linux-kernel@vger.kernel.org, Markus Mayer , "maintainer:BROADCOM STB AVS CPUFREQ DRIVER" , Viresh Kumar , Brian Norris , Gregory Fong , "open list:BROADCOM STB AVS CPUFREQ DRIVER" , "moderated list:BROADCOM BCM7XXX ARM ARCHITECTURE" Subject: Re: [PATCH 0/2] cpufreq: brcmstb-avs-cpufreq: Couple fixes Date: Mon, 27 May 2019 12:51:32 +0200 Message-ID: <3734641.73qX0VsHyn@kreacher> In-Reply-To: <20190522184547.31791-1-f.fainelli@gmail.com> References: <20190522184547.31791-1-f.fainelli@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday, May 22, 2019 8:45:45 PM CEST Florian Fainelli wrote: > Hi Rafael, Viresh, > > These patch series contains two minor fixes for the brcmstb-avs-cpufreq > driver. > > Florian Fainelli (2): > cpufreq: brcmstb-avs-cpufreq: Fix initial command check > cpufreq: brcmstb-avs-cpufreq: Fix types for voltage/frequency > > drivers/cpufreq/brcmstb-avs-cpufreq.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) These look straightforward enough to me, but it would be good to get an ACK from the driver maintainer for them.