From mboxrd@z Thu Jan 1 00:00:00 1970 From: Borislav Petkov Subject: Re: [PATCH V4 1/2] cpufreq: ondemand: allow custom powersave_bias_target handler to be registered Date: Thu, 4 Apr 2013 23:32:20 +0200 Message-ID: <20130404213220.GK32271@pd.tnic> References: <1365092344-11310-1-git-send-email-jacob.shin@amd.com> <1365092344-11310-2-git-send-email-jacob.shin@amd.com> <20130404171804.GA4696@jshin-Toonie> <20130404191225.GH32271@pd.tnic> <20130404202813.GA24479@jshin-Toonie> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alien8.de; s=alien8; t=1365111143; bh=uegYRPjh04ZhGJVup6hbBtkdeXzRpmH3AL5Dcf7GPSk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=rYzlvIpE6Yniddtg9/i8OigDATASFEadYiSPHH fjGVFADGqrr1vGiILHQBjPThyd9DwalxqRs3pd+8b+aDFbNi0DEPpecC0j4zr/bUNx6 9+G6dZ1SK+lZrPFEDtSgAxkK3ODiHXHjD4f2LkoUU9sDQvZX0OFpDxEl+szxShCjdc= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alien8.de; s=alien8; t=1365111143; bh=uegYRPjh04ZhGJVup6hbBtkdeXzRpmH3AL5Dcf7GPSk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=rYzlvIpE6Yniddtg9/i8OigDATASFEadYiSPHH fjGVFADGqrr1vGiILHQBjPThyd9DwalxqRs3pd+8b+aDFbNi0DEPpecC0j4zr/bUNx6 9+G6dZ1SK+lZrPFEDtSgAxkK3ODiHXHjD4f2LkoUU9sDQvZX0OFpDxEl+szxShCjdc= Content-Disposition: inline In-Reply-To: <20130404202813.GA24479@jshin-Toonie> Sender: cpufreq-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Jacob Shin Cc: Viresh Kumar , "Rafael J. Wysocki" , cpufreq@vger.kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Thomas Renninger On Thu, Apr 04, 2013 at 03:28:13PM -0500, Jacob Shin wrote: > Ah, okay .. here is the fixup: > > From 7236287faa1a499686c9aac1d3f3f224516a7bbf Mon Sep 17 00:00:00 2001 > From: Jacob Shin > Date: Tue, 2 Apr 2013 09:56:56 -0500 > Subject: [PATCH 1/2] cpufreq: ondemand: allow custom powersave_bias_target > handler to be registered > > This allows for another [arch specific] driver to hook into existing > powersave bias function of the ondemand governor. i.e. This allows AMD > specific powersave bias function (in a separate AMD specific driver) > to aid ondemand governor's frequency transition decisions. > > Signed-off-by: Jacob Shin Acked-by: Borislav Petkov -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. --