From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 23 Jan 2013 20:54:27 -0700 Subject: [U-Boot] [PATCH] Tegra: Move common clock code to arch/arm/cpu/tegra-common/clock.c In-Reply-To: <1358980405-9106-1-git-send-email-twarren@nvidia.com> References: <1358980405-9106-1-git-send-email-twarren@nvidia.com> Message-ID: <5100B073.6000208@nvidia.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/23/2013 03:33 PM, Tom Warren wrote: > This 'commonizes' much of the clock/pll code. SoC-dependent code > and tables are left in arch/cpu/tegraXXX-common/clock.c I think this looks OK, although the changes to the clk ID -> periph ID mapping and validation functions and whitespace threw me initially, Reviewed-by: Stephen Warren > Some T30 tables needed whitespace fixes due to checkpatch complaints. Aha, that explains it.