All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/4] DaVinci DA8xx: tidy up clock IDs
@ 2012-07-31  9:30 Laurence Withers
  2012-07-31  9:30 ` [U-Boot] [PATCH v2 1/4] DaVinci DA8xx: tidy up clock ID definition Laurence Withers
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Laurence Withers @ 2012-07-31  9:30 UTC (permalink / raw)
  To: u-boot

This small series of patches tidies up the clock IDs that are used to interact
with the PLL controllers on the DaVinci DA8xx processors.

It more clearly defines the structure and meaning of the IDs and untangles some
model-specific code that can't be shared among the family. This tidying allows
three bugs to be identified and resolved:
 - on the DA850, UART2's clock may come from ASYNC3, unlike the DA830;
 - the DA830 doesn't have a DDR2/mDDR PHY, or a PLL controller for it;
 - the DSP speed reported by bdinfo was not being initialised on the DA8xx
   family.

Laurence Withers (4):
  DaVinci DA8xx: tidy up clock ID definition
  DaVinci DA850: UART2 clock ID comes from ASYNC3
  DaVinci DA8xx: replace magic number for DDR speed
  DaVinci DA8xx: fix set_cpu_clk_info()

 arch/arm/cpu/arm926ejs/davinci/cpu.c         |   22 ++++++----
 arch/arm/include/asm/arch-davinci/hardware.h |   57 +++++++++++++++++++------
 2 files changed, 57 insertions(+), 22 deletions(-)

-- 
1.7.2.5

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

end of thread, other threads:[~2012-08-03 16:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-31  9:30 [U-Boot] [PATCH v2 0/4] DaVinci DA8xx: tidy up clock IDs Laurence Withers
2012-07-31  9:30 ` [U-Boot] [PATCH v2 1/4] DaVinci DA8xx: tidy up clock ID definition Laurence Withers
2012-08-03 16:05   ` Tom Rini
2012-07-31  9:30 ` [U-Boot] [PATCH v2 2/4] DaVinci DA850: UART2 clock ID comes from ASYNC3 Laurence Withers
2012-08-03 16:06   ` Tom Rini
2012-07-31  9:30 ` [U-Boot] [PATCH v2 3/4] DaVinci DA8xx: replace magic number for DDR speed Laurence Withers
2012-07-31  9:30 ` [U-Boot] [PATCH v2 4/4] DaVinci DA8xx: fix set_cpu_clk_info() Laurence Withers
2012-08-01  5:24 ` [U-Boot] [PATCH v2 0/4] DaVinci DA8xx: tidy up clock IDs Prabhakar Lad
2012-08-03 16:06 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.