From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 08 Oct 2013 15:29:58 -0600 Subject: [U-Boot] [PATCH 1/8] Tegra124: Add arch-tegra124 include/header files In-Reply-To: <1381185778-25722-1-git-send-email-twarren@nvidia.com> References: <1381185778-25722-1-git-send-email-twarren@nvidia.com> Message-ID: <52547956.3090506@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/07/2013 04:42 PM, Tom Warren wrote: > No real HW change on T124 for 90% of the toys, so just include > a common T1x4 header file (based on T114 headers), and if a new > register/bit is needed, add it at the end. Some headers (clk_rst, > clock-tables, pinmux, etc.) had too many changes in structs, > devices, etc. added/removed, so they are added as complete new > files for T124, and can be diffed against T114 headers to see > what's changed (again, not a lot). > > In a future (RSN) patch I'll point the T114 headers at the > new common tegra1x4-xxx files, too. > arch/arm/include/asm/arch-tegra/tegra1x4_ahb.h | 91 +++ > arch/arm/include/asm/arch-tegra/tegra1x4_clock.h | 19 + > arch/arm/include/asm/arch-tegra/tegra1x4_emc.h | 76 +++ > arch/arm/include/asm/arch-tegra/tegra1x4_flow.h | 40 ++ > arch/arm/include/asm/arch-tegra/tegra1x4_fush.h | 28 + > .../include/asm/arch-tegra/tegra1x4_gp_padctrl.h | 74 +++ > arch/arm/include/asm/arch-tegra/tegra1x4_pmu.h | 14 + > arch/arm/include/asm/arch-tegra/tegra1x4_spi.h | 23 +- > arch/arm/include/asm/arch-tegra/tegra1x4_sysctr.h | 26 + > arch/arm/include/asm/arch-tegra/tegra1x4_usb.h | 272 +++++++++ For the reasons I mentioned earlier, I'd like to avoid "tegra1x4" in these filenames too.