From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [v3 5/6] ARM: tegra114: create a DT header defining CLK IDs Date: Fri, 15 Feb 2013 09:43:49 -0700 Message-ID: <511E65C5.7050107@wwwdotorg.org> References: <1360917814-27236-1-git-send-email-hdoyu@nvidia.com> <1360917814-27236-6-git-send-email-hdoyu@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1360917814-27236-6-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Hiroshi Doyu Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org, pgaikwad-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org, Grant Likely , Rob Herring , Rob Landley , Russell King , Simon Glass , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: linux-tegra@vger.kernel.org On 02/15/2013 01:43 AM, Hiroshi Doyu wrote: > To replace magic number in tegra_car: > > - clocks = <&tegra_car 28>; > + clocks = <&tegra_car CLK_HOST1X>; Since the Tegra114-related files don't actually exist yet and hence can't be applied, I think Peter should roll these patches into his Tegra114 CCF series. But perhaps hold off on that until Grant has a chance to ack/nak the concept of doing this, and we've finalized on include path settings etc., so there's no churn. From mboxrd@z Thu Jan 1 00:00:00 1970 From: swarren@wwwdotorg.org (Stephen Warren) Date: Fri, 15 Feb 2013 09:43:49 -0700 Subject: [v3 5/6] ARM: tegra114: create a DT header defining CLK IDs In-Reply-To: <1360917814-27236-6-git-send-email-hdoyu@nvidia.com> References: <1360917814-27236-1-git-send-email-hdoyu@nvidia.com> <1360917814-27236-6-git-send-email-hdoyu@nvidia.com> Message-ID: <511E65C5.7050107@wwwdotorg.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 02/15/2013 01:43 AM, Hiroshi Doyu wrote: > To replace magic number in tegra_car: > > - clocks = <&tegra_car 28>; > + clocks = <&tegra_car CLK_HOST1X>; Since the Tegra114-related files don't actually exist yet and hence can't be applied, I think Peter should roll these patches into his Tegra114 CCF series. But perhaps hold off on that until Grant has a chance to ack/nak the concept of doing this, and we've finalized on include path settings etc., so there's no churn. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752531Ab3BOQnz (ORCPT ); Fri, 15 Feb 2013 11:43:55 -0500 Received: from avon.wwwdotorg.org ([70.85.31.133]:54027 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750885Ab3BOQnx (ORCPT ); Fri, 15 Feb 2013 11:43:53 -0500 Message-ID: <511E65C5.7050107@wwwdotorg.org> Date: Fri, 15 Feb 2013 09:43:49 -0700 From: Stephen Warren User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: Hiroshi Doyu CC: linux-tegra@vger.kernel.org, pdeschrijver@nvidia.com, pgaikwad@nvidia.com, Grant Likely , Rob Herring , Rob Landley , Russell King , Simon Glass , devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [v3 5/6] ARM: tegra114: create a DT header defining CLK IDs References: <1360917814-27236-1-git-send-email-hdoyu@nvidia.com> <1360917814-27236-6-git-send-email-hdoyu@nvidia.com> In-Reply-To: <1360917814-27236-6-git-send-email-hdoyu@nvidia.com> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/15/2013 01:43 AM, Hiroshi Doyu wrote: > To replace magic number in tegra_car: > > - clocks = <&tegra_car 28>; > + clocks = <&tegra_car CLK_HOST1X>; Since the Tegra114-related files don't actually exist yet and hence can't be applied, I think Peter should roll these patches into his Tegra114 CCF series. But perhaps hold off on that until Grant has a chance to ack/nak the concept of doing this, and we've finalized on include path settings etc., so there's no churn.