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=-5.2 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 1B63FC4320E for ; Wed, 4 Aug 2021 18:15:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EF0C360EB2 for ; Wed, 4 Aug 2021 18:15:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240166AbhHDSPz (ORCPT ); Wed, 4 Aug 2021 14:15:55 -0400 Received: from alexa-out-sd-01.qualcomm.com ([199.106.114.38]:36658 "EHLO alexa-out-sd-01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240248AbhHDSPs (ORCPT ); Wed, 4 Aug 2021 14:15:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1628100936; x=1659636936; h=subject:to:cc:references:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=LhVQs7dCWrgwFdOxLpiGTe+GnZxOOqEk+PkwvX2jWGQ=; b=xGbWWlmO6c7IYSMgulUpdxuUniQhmVIoU7lYI+JHUGysVTqd6qMo55vi NdRxSxptlfxJg3oRSQFU6BF2iHHhiwPbmi6pFBs7oYCt8CYmSuMaxcDSX Ud9H0Oj2ZzYo8RrUIknKsOuLJ1QUynah3Sx+D/E/LZVlzeLUQjWS1Lo5u g=; Received: from unknown (HELO ironmsg03-sd.qualcomm.com) ([10.53.140.143]) by alexa-out-sd-01.qualcomm.com with ESMTP; 04 Aug 2021 11:15:34 -0700 X-QCInternal: smtphost Received: from nasanexm03e.na.qualcomm.com ([10.85.0.48]) by ironmsg03-sd.qualcomm.com with ESMTP/TLS/AES256-SHA; 04 Aug 2021 11:15:34 -0700 Received: from [10.110.10.146] (10.80.80.8) by nasanexm03e.na.qualcomm.com (10.85.0.48) with Microsoft SMTP Server (TLS) id 15.0.1497.23; Wed, 4 Aug 2021 11:15:34 -0700 Subject: Re: [PATCH] cpufreq: blacklist Qualcomm sm8150 in cpufreq-dt-platdev To: Bjorn Andersson , Thara Gopinath CC: , , , , References: <20210804133451.2503674-1-thara.gopinath@linaro.org> From: Trilok Soni Message-ID: <6ab747fe-3183-bc46-7968-9959a1168659@quicinc.com> Date: Wed, 4 Aug 2021 11:15:30 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanexm03h.na.qualcomm.com (10.85.0.50) To nasanexm03e.na.qualcomm.com (10.85.0.48) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 8/4/2021 8:42 AM, Bjorn Andersson wrote: > On Wed 04 Aug 08:34 CDT 2021, Thara Gopinath wrote: > >> The Qualcomm sm8150 platform uses the qcom-cpufreq-hw driver, so >> add it to the cpufreq-dt-platdev driver's blocklist. Thara, please use "blocklist" as well in your subject line of the patch. ---Trilok Soni