This series enables basic support of OMAP36XX in the barebox sources. First few commits are directly related to automatic detection of the silicon, it's revisions and clock configuration. The last two patches are more of bugfixes, but relate to/ manifest when adding support of OMAP36XX. Hence, they were included in this series. Sanjeev Premi (8): omap36x: Add support for dynamic detection omap36x: Detect silicon revisions omap36x: Define structure for PER DPLL omap36x: Add DPLL tables and functions to access them omap36x: Define per domain functions for DPLL configuration omap36x: Perform basic clock initialization omap3: Avoid sudden change to SYS_CLK divider omap3: Define GFX_DIV values for OMAP34xx and OMAP36xx arch/arm/mach-omap/include/mach/omap3-clock.h | 25 +++- arch/arm/mach-omap/include/mach/sys_info.h | 14 +- arch/arm/mach-omap/omap3_clock.c | 246 +++++++++++++++++++++++- arch/arm/mach-omap/omap3_clock_core.S | 90 +++++++++- arch/arm/mach-omap/omap3_generic.c | 65 +++++-- 5 files changed, 404 insertions(+), 36 deletions(-) -- 1.7.2.2 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox