From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1428540AbeCBOMz (ORCPT ); Fri, 2 Mar 2018 09:12:55 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:37574 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1425035AbeCBOMv (ORCPT ); Fri, 2 Mar 2018 09:12:51 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 57676601E8 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=sricharan@codeaurora.org Subject: Re: [PATCH v8 00/15] Krait clocks + Krait CPUfreq To: Linus Walleij Cc: Mark Rutland , "Rafael J. Wysocki" , Rob Herring , Russell King - ARM Linux , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , viresh kumar , Michael Turquette , linux-pm@vger.kernel.org, Stephen Boyd , Russell King , "linux-kernel@vger.kernel.org" , David Brown , Rob Herring , linux-arm-msm@vger.kernel.org, Andy Gross , "open list:ARM/QUALCOMM SUPPORT" , linux-clk , Linux ARM References: <1519740422-3835-1-git-send-email-sricharan@codeaurora.org> From: Sricharan R Message-ID: Date: Fri, 2 Mar 2018 19:42:41 +0530 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, On 3/1/2018 6:58 PM, Linus Walleij wrote: > Hi Sricharan, > > thanks for picking up Stephen's patch set and working on this > clocking business! > > Would you happen to know if the MSM8660/APQ8060 that > I'm using a bit has the same Krait clocking so I need to augment > that SoC to use this too (on top of this, naturally, this is a good first > step)? > After digging a bit for data, looks like the clock controller in msm8660 is called the acpuclk/scplls [1] . So the support for these clocks have to be added. rpm_pm8901_regulators is in place. Looks like it is using the same PVS cpufreq table as in Krait. so once the support for clks is added, the krait cpufreq bindings can be used. [1] https://bitbucket.org/carvsdriver/android_kernel_samsung_msm8660-common/src/0a8b2f30db72e00d6e0b9ad1b9630fe33099ccd0/arch/arm/mach-msm/acpuclock-8x60.c?at=moretz&fileviewer=file-view-default > On Tue, Feb 27, 2018 at 3:06 PM, Sricharan R wrote: > >> * Dropped the DT update from the series. Will send separatelyssbi > > Are these available somewhere so I can test the sum total on > the Nexus 7 and see if I get some graphics? I've been sticking a > patch from Stephen's series in for some time and it makes the > MDP graphics works on the 2013 Nexus 7. > ok, Nexus 7 -> apq8064 right ? Just pushed the data for apq8064 as per latest bindings for reference [1]. Don't have an board to test that data. Also have not added the cpu-supply as well. [1] https://github.com/sricharanaz/kernel/commit/464aa4fd5fc642a6b296d5ad438211042496dabb Regards, Sricharan -- "QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation