
On 10/08/2013 02:27 PM, Tom Warren wrote:
A previous commit created common arch-tegra/tegra1x4-xxx header files for T124, based on the existing T114 headers (HW is nearly 100% compatible for most blocks). Now that T124 support is in, move T114 over to use those common headers (which are actually copies of the T114 headers). Some headers aren't shared, such as clk_rst.h, gpio.h, pmc.h, etc. as they have extra regs/bits for T124.
arch/arm/include/asm/arch-tegra114/pmc.h | 343 ++++++++++++++++++++++
How come that one file was created and is so large? If this patch is just about making Tegra114 files use the common files where possible, I wouldn't have expected any new Tegra114-specific files to be added. Is arch/arm/include/asm/arch-tegra/pmc.h wrong for Tegra114? If so, fixing that seems like it should be a separate patch.