From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753309AbdECOMw (ORCPT ); Wed, 3 May 2017 10:12:52 -0400 Received: from mail.kernel.org ([198.145.29.136]:46240 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751176AbdECOMn (ORCPT ); Wed, 3 May 2017 10:12:43 -0400 Date: Wed, 3 May 2017 22:12:15 +0800 From: Shawn Guo To: Leonard Crestez Cc: Dong Aisheng , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Jagan Teki , Sascha Hauer , Fabio Estevam , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] ARM: imx_v6_v7_defconfig: Enable cpufreq governors Message-ID: <20170503141213.GJ18578@dragon> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 02, 2017 at 05:46:00PM +0300, Leonard Crestez wrote: > Enable more common cpufreq governors in imx defconfig because this is > very useful for testing. In particular you can't use cpufreq-set -f > $FREQ without explicitly defining CONFIG_CPU_FREQ_GOV_USERSPACE=y. > > Signed-off-by: Leonard Crestez Applied, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Wed, 3 May 2017 22:12:15 +0800 Subject: [PATCH] ARM: imx_v6_v7_defconfig: Enable cpufreq governors In-Reply-To: References: Message-ID: <20170503141213.GJ18578@dragon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, May 02, 2017 at 05:46:00PM +0300, Leonard Crestez wrote: > Enable more common cpufreq governors in imx defconfig because this is > very useful for testing. In particular you can't use cpufreq-set -f > $FREQ without explicitly defining CONFIG_CPU_FREQ_GOV_USERSPACE=y. > > Signed-off-by: Leonard Crestez Applied, thanks.