From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934190AbeALPsk (ORCPT + 1 other); Fri, 12 Jan 2018 10:48:40 -0500 Received: from vern.gendns.com ([206.190.152.46]:32812 "EHLO vern.gendns.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934007AbeALPsb (ORCPT ); Fri, 12 Jan 2018 10:48:31 -0500 Subject: Re: [PATCH v5 02/44] clk: davinci: New driver for davinci PLL clocks To: Adam Ford Cc: Sekhar Nori , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Michael Turquette , Stephen Boyd , Rob Herring , Mark Rutland , Kevin Hilman , linux-kernel@vger.kernel.org References: <1515377863-20358-1-git-send-email-david@lechnology.com> <1515377863-20358-3-git-send-email-david@lechnology.com> <7fc8bd35-0416-216d-8e1e-53a0ec6e8790@ti.com> <01fbde0e-36a0-2b19-e385-e63bc4a3ae4a@lechnology.com> From: David Lechner Message-ID: Date: Fri, 12 Jan 2018 09:48:31 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vern.gendns.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lechnology.com X-Get-Message-Sender-Via: vern.gendns.com: authenticated_id: davidmain+lechnology.com/only user confirmed/virtual account not confirmed X-Authenticated-Sender: vern.gendns.com: davidmain@lechnology.com X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On 01/12/2018 09:30 AM, Adam Ford wrote: > On Fri, Jan 12, 2018 at 9:25 AM, David Lechner wrote: >> >> Yes, I noticed that I missed this after I submitted this series. And I >> will have to rework things to coordinate with the PLL as mentioned above. >> >> FYI, I do have cpufreq-dt working, although the LEGO EV3 has a fixed 1.2V >> regulator, so I am limited in what I can test. Basically, I can only switch > > I can test the cpufreq-dt. Are there additional patches or are they > part of the same git repo I have been testing? > > The DA850 I have may not run all the way to highest speed, but I'll > see what I can find. I think I had a few at one point, but I don't > think it was part of Logic PD's standard product lineup. > There are some extra patches I have not submitted yet. However, based on the other comments here, I don't have things implemented correctly, so you probably want to wait to test until I get that straightened out anyway.