Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751623AbbHSFmz (ORCPT ); Wed, 19 Aug 2015 01:42:55 -0400 Received: from mail-pd0-f174.google.com ([209.85.192.174]:35538 "EHLO mail-pd0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751262AbbHSFmv (ORCPT ); Wed, 19 Aug 2015 01:42:51 -0400 Date: Wed, 19 Aug 2015 11:11:20 +0530 From: Viresh Kumar To: Pi-Cheng Chen Cc: "Rafael J. Wysocki" , Matthias Brugger , Mark Rutland , Bartlomiej Zolnierkiewicz , Michael Turquette , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, linaro-kernel@lists.linaro.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH v7 2/3] cpufreq: mediatek: Add MT8173 cpufreq driver Message-ID: <20150819054120.GA3258@linux> References: <20150818102428.GD31148@linux> <1439949906-22177-1-git-send-email-pi-cheng.chen@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1439949906-22177-1-git-send-email-pi-cheng.chen@linaro.org> 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 Content-Length: 1378 Lines: 34 On 19-08-15, 10:05, Pi-Cheng Chen wrote: > Mediatek MT8173 is an ARMv8 based quad-core (2*Cortex-A53 and > 2*Cortex-A72) SoC with duall clusters. For each cluster, two voltage > inputs, Vproc and Vsram are supplied by two regulators. For the big > cluster, two regulators come from different PMICs. In this case, when > scaling voltage inputs of the cluster, the voltages of two regulator > inputs need to be controlled by software explicitly under the SoC > specific limitation: > > 100mV < Vsram - Vproc < 200mV > > which is called 'voltage tracking' mechanism. And when scaling the > frequency of cluster clock input, the input MUX need to be parented to > another "intermediate" stable PLL first and reparented to the original > PLL once the original PLL is stable at the target frequency. This patch > implements those mechanisms to enable CPU DVFS support for Mediatek > MT8173 SoC. > > Signed-off-by: Pi-Cheng Chen > Acked-by: Viresh Kumar > --- > > Changes in v7: > - add of_machine_is_compatible() check to be multiplatform friendly Looks fine, thanks. -- viresh -- 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/