Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757474AbcCXNp5 (ORCPT ); Thu, 24 Mar 2016 09:45:57 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:37197 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751607AbcCXNpv (ORCPT ); Thu, 24 Mar 2016 09:45:51 -0400 Subject: Re: [PATCH v2 03/11] ARM: davinci: da850: use clk->set_parent for async3 To: David Lechner References: <1458181615-27782-1-git-send-email-david@lechnology.com> <1458181615-27782-4-git-send-email-david@lechnology.com> <56F2BCAB.3040404@ti.com> <56F2D05C.8030909@lechnology.com> <56F2D27F.6040001@ti.com> <56F2E13B.4000407@lechnology.com> CC: Petr Kulhavy , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Kevin Hilman , Kishon Vijay Abraham I , Alan Stern , Greg Kroah-Hartman , Bin Liu , Robert Jarzmik , =?UTF-8?Q?Andreas_F=c3=a4rber?= , Tony Lindgren , Sergei Shtylyov , , , , From: Sekhar Nori Message-ID: <56F3EF25.4010305@ti.com> Date: Thu, 24 Mar 2016 19:14:05 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <56F2E13B.4000407@lechnology.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 666 Lines: 17 On Thursday 24 March 2016 12:02 AM, David Lechner wrote: > On 03/23/2016 12:29 PM, Sekhar Nori wrote: >> >> Alright, I guess 'can be called' in the comment should have used >> stronger language :) How about late registration of USB clocks as I >> suggested. It should also help consolidate code across da830 and da850. >> > > What about the new async3 clock? It will require later registration too, > but it has many children that depend on it. I guess that was the reason why it was done the way it was. Can we leave that alone for now (not use the new set_parent interface)? You don't really need that to be changed for USB functionality, right? Thanks, sekhar