From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754363AbeARGeJ (ORCPT ); Thu, 18 Jan 2018 01:34:09 -0500 Received: from mail-pg0-f51.google.com ([74.125.83.51]:37507 "EHLO mail-pg0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750948AbeARGeI (ORCPT ); Thu, 18 Jan 2018 01:34:08 -0500 X-Google-Smtp-Source: ACJfBos/FtOuX9wOC/05dfnXmT773RJcAdf9nsTHH37WGlFhV6r7NNQ6taMYSZlrO+zuiiqnoXSz0A== Date: Thu, 18 Jan 2018 12:04:04 +0530 From: Viresh Kumar To: ulf.hansson@linaro.org, Kevin Hilman , Len Brown , Nishanth Menon , Pavel Machek , "Rafael J. Wysocki" , Stephen Boyd , Viresh Kumar Cc: linux-pm@vger.kernel.org, Vincent Guittot , robh+dt@kernel.org, rnayak@codeaurora.org, sudeep.holla@arm.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/7] PM /Domain/OPP: Add support to get performance state from DT Message-ID: <20180118063404.GD3012@vireshk-i7> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 On 22-12-17, 12:56, Viresh Kumar wrote: > Hi, > > Now that the DT bindings [1] are already Reviewed/Acked by respective > maintainers, here is the code to start using them. > > The first two patches provide helpers in the OPP core, [3-5]/7 update > the PM domain core to start supporting domain OPP tables, etc, 6/7 > updates the OPP core to use the new callback provided by the PM domains > to get performance state and the last one removes the unused helpers > now. > > This is tested on Hikey620 and works just fine. Ping ! -- viresh