Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756634Ab3HLK2R (ORCPT ); Mon, 12 Aug 2013 06:28:17 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:54063 "EHLO mail-ob0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756528Ab3HLK2N (ORCPT ); Mon, 12 Aug 2013 06:28:13 -0400 MIME-Version: 1.0 In-Reply-To: <20130812122614.0d4d31a3@amdc308.digital.local> References: <1370502472-7249-1-git-send-email-l.majewski@samsung.com> <1374770011-22171-1-git-send-email-l.majewski@samsung.com> <1374770011-22171-6-git-send-email-l.majewski@samsung.com> <20130726132120.5b9cf32f@amdc308.digital.local> <20130812122614.0d4d31a3@amdc308.digital.local> Date: Mon, 12 Aug 2013 15:58:12 +0530 Message-ID: Subject: Re: [PATCH v6 5/8] cpufreq:boost:Kconfig: Provide support for software managed BOOST From: Viresh Kumar To: Lukasz Majewski Cc: "Rafael J. Wysocki" , Zhang Rui , Eduardo Valentin , "cpufreq@vger.kernel.org" , Linux PM list , Jonghwa Lee , Lukasz Majewski , linux-kernel , Bartlomiej Zolnierkiewicz , Daniel Lezcano , Kukjin Kim , durgadoss.r@intel.com Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1189 Lines: 35 On 12 August 2013 15:56, Lukasz Majewski wrote: > 1. at ./drivers/cpufreq/Kconfig: > > +config CPU_FREQ_BOOST_SW > + bool > + depends on THERMAL > > 2. at ./drivers/cpufreq/Kconfig.arm: > > +config ARM_EXYNOS_CPU_FREQ_BOOST_SW > + bool "EXYNOS Frequency Overclocking - Software" > + depends on ARM_EXYNOS_CPUFREQ > + select CPU_FREQ_BOOST_SW > + select EXYNOS_THERMAL > + default n > + help > + This driver supports software managed overclocking (BOOST). > + It allows usage of special frequencies for Samsung Exynos > + processors if thermal conditions are appropriate. > + > + It reguires, for safe operation, thermal framework with > properly > + defined trip points. > + > + If in doubt, say N. > + > > Shall I split this patch to two (1. and 2.) or leave it as a single one? Looks fine.. Keep it in a single patch. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/