On Thu, Jan 24, 2013 at 11:33 AM, Tom Warren <[email protected]> wrote: > This 'commonizes' much of the clock/pll code. SoC-dependent code > and tables are left in arch/cpu/tegraXXX-common/clock.c > > Some T30 tables needed whitespace fixes due to checkpatch complaints. > > Signed-off-by: Tom Warren <[email protected]>
Acked-by: Simon Glass <[email protected] Tom this is a big improvement, thank you. > --- > arch/arm/cpu/tegra-common/Makefile | 2 +- > arch/arm/cpu/tegra-common/clock.c | 560 +++++++++++++++++ > arch/arm/cpu/tegra20-common/clock.c | 605 +------------------ > arch/arm/cpu/tegra30-common/clock.c | 712 > ++++------------------ > arch/arm/include/asm/arch-tegra/clock.h | 59 ++- > arch/arm/include/asm/arch-tegra20/clock-tables.h | 4 + > arch/arm/include/asm/arch-tegra20/tegra.h | 2 + > arch/arm/include/asm/arch-tegra30/tegra.h | 2 + > 8 files changed, 760 insertions(+), 1186 deletions(-) > create mode 100644 arch/arm/cpu/tegra-common/clock.c > _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

