Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757897AbdLRI3k (ORCPT ); Mon, 18 Dec 2017 03:29:40 -0500 Received: from mail-pf0-f181.google.com ([209.85.192.181]:41090 "EHLO mail-pf0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751775AbdLRI3j (ORCPT ); Mon, 18 Dec 2017 03:29:39 -0500 X-Google-Smtp-Source: ACJfBotdGR0zodaTfCs/upgyIYMr3M2qr1woLtndyjkzldN25ND0QaUUttsTZew34I9XoE4aeycQ6A== Date: Mon, 18 Dec 2017 13:59:35 +0530 From: Viresh Kumar To: Abhishek Cc: ego@linux.vnet.ibm.com, rjw@rjwysocki.net, benh@kernel.crashing.org, paulus@samba.org, mpe@ellerman.id.au, linux-pm@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] cpufreq: powernv: Add support of frequency domain Message-ID: <20171218082935.GH19815@vireshk-i7> References: <20171213081937.16376-1-huntbag@linux.vnet.ibm.com> <20171214044239.GU3322@vireshk-i7> <93cc9d38-4fd8-d340-2263-108329b69b94@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <93cc9d38-4fd8-d340-2263-108329b69b94@linux.vnet.ibm.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 619 Lines: 14 On 18-12-17, 10:41, Abhishek wrote: > We need to do it in this way as the current implementation takes the max of > the PMSR of the cores. Thus, when the frequency is required to be ramped up, > it suffices to write to just the local PMSR, but when the frequency is to be > ramped down, if we don't send the IPI it breaks the compatibility with P8. Looks strange really that you have to program this differently for speeding up or down. These CPUs are part of one cpufreq policy and so I would normally expect changes to any CPU should reflect for other CPUs as well. @Goutham: Do you know why it is so ? -- viresh