Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp2537942pxb; Tue, 9 Mar 2021 05:14:12 -0800 (PST) X-Google-Smtp-Source: ABdhPJz29CxFLNKZsJw/Wn78RJOCZ1XXKi5HDhf0y4mIKx95jjAuj/ahJwKrYBUHX9+cMAvOe2oL X-Received: by 2002:a17:907:75c7:: with SMTP id jl7mr21070738ejc.191.1615295652221; Tue, 09 Mar 2021 05:14:12 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1615295652; cv=none; d=google.com; s=arc-20160816; b=LsC7hgwrzgsjph/isl07JbHKeWMU0vw1ZpRefcz6rLalATc/mOOM1mUx7rkdUKX3Nk M5q2gVUB1ZRxjYKOm2gQFMv5+9aTPF/+WHOBLO3MWT+bRqZczMoWtnfFg/VXVDtTwEwR ETzNVz/lg5P4XNYjw2Jq2bGZE4zVDj2zbOLD8yUNmWr4luvIGe627zl1wETvnpS+7gWO LbCLbVqVCbHhM7bJjTOZfbwwNQFhlyp7d2tX3gyLsrzhdMilFe4DlRMfvCZX4X2ooTf4 mdmKRTf3Ygc7z57tlgejFOwYlY4GEMm4IaLRJ4k404HcTBHKneByBShh1oKvAjWGjicr RnxQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:references:in-reply-to:message-id:date:subject :cc:to:from; bh=QLKjiSauhbyfUDyjI7VLadCg+2EyRt1d+6cNePKMxzc=; b=NIoXKznYHT050YCg4a3jgrjLmR6KrVGNb8m8ighT8m3z2n9yJpvS8wx2vnpdu3v5Sy kDKJLDKvXJUCTvUtDmvU5RJXEQW3rjM8ojzjfE0bSz3eFayp65PRqlpMrDrUPji4sjoG AW2M5g8F4geV8PS7kuchCCcLRpdFlDsCD6epVfYAYXJwjaneS8HgTf/mKVOfqFxmbfzF /7R3czpx4Ujnk2RLUxs7TLXIxIhMaBi9VQOhvZdV6z71CoV9O0CyOij6rBexqD77Lvij +rP71nEUSIZSjPSNBjrRhsCGW+dDtg7GTH26Krn/E3LP1vzkki6tTkss0BQzWzBq6VnH JfdA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d3si9404342edq.276.2021.03.09.05.13.49; Tue, 09 Mar 2021 05:14:12 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231268AbhCINM6 (ORCPT + 99 others); Tue, 9 Mar 2021 08:12:58 -0500 Received: from inva020.nxp.com ([92.121.34.13]:46832 "EHLO inva020.nxp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229815AbhCINMZ (ORCPT ); Tue, 9 Mar 2021 08:12:25 -0500 Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 1EDC41A100C; Tue, 9 Mar 2021 14:12:24 +0100 (CET) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id E88A01A100D; Tue, 9 Mar 2021 14:12:17 +0100 (CET) Received: from localhost.localdomain (shlinux2.ap.freescale.net [10.192.224.44]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id BC38D402AC; Tue, 9 Mar 2021 14:12:09 +0100 (CET) From: Dong Aisheng To: linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: dongas86@gmail.com, kernel@pengutronix.de, shawnguo@kernel.org, linux-imx@nxp.com, linux-kernel@vger.kernel.org, myungjoo.ham@samsung.com, kyungmin.park@samsung.com, cw00.choi@samsung.com, abel.vesa@nxp.com, Dong Aisheng Subject: [PATCH 03/11] PM / devfreq: fix the wrong set_freq path for userspace governor Date: Tue, 9 Mar 2021 20:58:33 +0800 Message-Id: <1615294733-22761-4-git-send-email-aisheng.dong@nxp.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1615294733-22761-1-git-send-email-aisheng.dong@nxp.com> References: <1615294733-22761-1-git-send-email-aisheng.dong@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix the wrong set_freq path for userspace governor. Signed-off-by: Dong Aisheng --- drivers/devfreq/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig index 00704efe6398..20373a893b44 100644 --- a/drivers/devfreq/Kconfig +++ b/drivers/devfreq/Kconfig @@ -62,7 +62,7 @@ config DEVFREQ_GOV_USERSPACE help Sets the frequency at the user specified one. This governor returns the user configured frequency if there - has been an input to /sys/devices/.../power/devfreq_set_freq. + has been an input to /sys/devices/.../userspace/set_freq. Otherwise, the governor does not change the frequency given at the initialization. -- 2.25.1