public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] addition of clocks command for davinci
@ 2012-02-02 13:53 Manjunath Hadli
  2012-02-02 13:53 ` [U-Boot] [PATCH 1/3] davinci: move clock related functions to new file Manjunath Hadli
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Manjunath Hadli @ 2012-02-02 13:53 UTC (permalink / raw)
  To: u-boot

This patch series adds new command - 'clocks' for davinci family
of SOCs. This command prints CPU, DSP core and DDR frequency from
the u-boot prompt. Also, support for printing frequency info during
u-boot initialization is removed as it will delay u-boot coming up.

These patches have undergone a review previously, but since
the tree has moved ahead Christian and Tom asked to resubmit
the patches for review.
(http://www.mail-archive.com/u-boot at lists.denx.de/msg76220.html)

Manjunath Hadli (3):
  davinci: move clock related functions to new file
  davinci: remove macro CONFIG_DISPLAY_CPUINFO
  davinci: add clocks command

 arch/arm/cpu/arm926ejs/davinci/Makefile  |    2 +-
 arch/arm/cpu/arm926ejs/davinci/cpu.c     |  208 ---------------------------
 arch/arm/cpu/arm926ejs/davinci/speed.c   |  230 ++++++++++++++++++++++++++++++
 include/configs/cam_enc_4xx.h            |    1 -
 include/configs/davinci_dm355evm.h       |    1 -
 include/configs/davinci_dm355leopard.h   |    1 -
 include/configs/davinci_dm6467Tevm.h     |    1 -
 include/configs/davinci_dm6467evm.h      |    1 -
 include/configs/davinci_dvevm.h          |    1 -
 include/configs/davinci_schmoogie.h      |    1 -
 include/configs/davinci_sffsdr.h         |    1 -
 include/configs/davinci_sonata.h         |    1 -
 include/configs/enbw_cmc.h               |    1 -
 nand_spl/board/davinci/da8xxevm/Makefile |    6 +
 14 files changed, 237 insertions(+), 219 deletions(-)
 create mode 100644 arch/arm/cpu/arm926ejs/davinci/speed.c

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

end of thread, other threads:[~2012-02-03 12:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-02 13:53 [U-Boot] [PATCH 0/3] addition of clocks command for davinci Manjunath Hadli
2012-02-02 13:53 ` [U-Boot] [PATCH 1/3] davinci: move clock related functions to new file Manjunath Hadli
2012-02-03  8:31   ` Sughosh Ganu
2012-02-02 13:53 ` [U-Boot] [PATCH 2/3] davinci: remove macro CONFIG_DISPLAY_CPUINFO Manjunath Hadli
2012-02-02 13:53 ` [U-Boot] [PATCH 3/3] davinci: add clocks command Manjunath Hadli
2012-02-02 16:48   ` Tom Rini
2012-02-03 12:58     ` Hadli, Manjunath

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