From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [v3 1/6] ARM: tegra20: create a DT header defining CLK IDs Date: Wed, 22 May 2013 15:16:23 -0600 Message-ID: <519D35A7.5090102@wwwdotorg.org> References: <1369241136-21903-1-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: <1369241136-21903-1-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, mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org List-Id: linux-tegra@vger.kernel.org On 05/22/2013 10:45 AM, Hiroshi Doyu wrote: > Create a header file to define the clock IDs used by the Tegra20 clock > binding. Remove the list of definitions from the binding documentation, > and refer the reader to the header file. > > This will allow the same header to be used by both device tree files, > and drivers implementing this binding, which guarantees that the two > stay in sync. This also makes device trees more readable by using names > instead of magic numbers. I have applied patches 1, 3, 5 to Tegra's for-3.11/deps-for-clk branch, merged that into Tegra's for-3.11/dt branch, and then applied patches 2, 4, 6 to Tegra's for-3.11/dt branch. Once you send the drivers/clk changes that build on top of this, I'll create a tag and send a pull request to Mike to pick up the headers so he can apply the clk changes.