mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/8] omap36x: Add basic support
@ 2011-01-03 14:24 Sanjeev Premi
  2011-01-03 14:24 ` [PATCH 1/8] omap36x: Add support for dynamic detection Sanjeev Premi
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Sanjeev Premi @ 2011-01-03 14:24 UTC (permalink / raw)
  To: barebox

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@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-01-03 14:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-03 14:24 [PATCH 0/8] omap36x: Add basic support Sanjeev Premi
2011-01-03 14:24 ` [PATCH 1/8] omap36x: Add support for dynamic detection Sanjeev Premi
2011-01-03 14:24 ` [PATCH 2/8] omap36x: Detect silicon revisions Sanjeev Premi
2011-01-03 14:24 ` [PATCH 3/8] omap36x: Define structure for PER DPLL Sanjeev Premi
2011-01-03 14:24 ` [PATCH 4/8] omap36x: Add DPLL tables and functions to access them Sanjeev Premi
2011-01-03 14:24 ` [PATCH 5/8] omap36x: Define per domain functions for DPLL configuration Sanjeev Premi
2011-01-03 14:24 ` [PATCH 6/8] omap36x: Perform basic clock initialization Sanjeev Premi
2011-01-03 14:24 ` [PATCH 7/8] omap3: Avoid sudden change to SYS_CLK divider Sanjeev Premi
2011-01-03 14:24 ` [PATCH 8/8] omap3: Define GFX_DIV values for OMAP34xx and OMAP36xx Sanjeev Premi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox