public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V2 0/4]ARM: AM33xx: Cleanup clocks and hwinit
@ 2013-07-30  5:18 Lokesh Vutla
  2013-07-30  5:18 ` [U-Boot] [PATCH V2 1/4] ARM: AM33xx: Cleanup dplls data Lokesh Vutla
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Lokesh Vutla @ 2013-07-30  5:18 UTC (permalink / raw)
  To: u-boot

This series tries to cleanup code for AM33xx,
inorder to ensure code reusabilty by moving the
duplicated code to common place.
This also helps in addition of new Soc with minimal
changes.

Testing:
Boot tested on BeagleBone White/Black, AM35xx EVM/EVMSK.
Verified ./MAKEALL -s am33xx.

Changes Since V1:
- Rebased on top of u-boot-ti
- Created a function get_dpll_ddr_params() for getting
  ddr dpll params from board files.
- Updated License header for newly created files.

Heiko Schocher (1):
  ARM: AM33xx: Move s_init to a common place

Lokesh Vutla (3):
  ARM: AM33xx: Cleanup dplls data
  ARM: AM33xx: Cleanup clocks layer
  musb: Disable extra prints

 arch/arm/cpu/armv7/am33xx/Makefile               |    1 +
 arch/arm/cpu/armv7/am33xx/board.c                |   68 ++-
 arch/arm/cpu/armv7/am33xx/clock.c                |  171 ++++++++
 arch/arm/cpu/armv7/am33xx/clock_am33xx.c         |  495 +++++-----------------
 arch/arm/cpu/armv7/am33xx/clock_ti814x.c         |   25 +-
 arch/arm/cpu/armv7/am33xx/emif4.c                |    5 +-
 arch/arm/include/asm/arch-am33xx/clock.h         |   94 ++++
 arch/arm/include/asm/arch-am33xx/clocks_am33xx.h |    6 +-
 arch/arm/include/asm/arch-am33xx/sys_proto.h     |    9 +-
 board/isee/igep0033/board.c                      |   55 +--
 board/phytec/pcm051/board.c                      |   57 +--
 board/ti/am335x/board.c                          |  102 ++---
 board/ti/am335x/mux.c                            |   19 +
 board/ti/ti814x/evm.c                            |   65 +--
 drivers/usb/musb-new/musb_core.c                 |   20 +-
 15 files changed, 573 insertions(+), 619 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/am33xx/clock.c

-- 
1.7.9.5

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

end of thread, other threads:[~2013-08-28 12:58 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-30  5:18 [U-Boot] [PATCH V2 0/4]ARM: AM33xx: Cleanup clocks and hwinit Lokesh Vutla
2013-07-30  5:18 ` [U-Boot] [PATCH V2 1/4] ARM: AM33xx: Cleanup dplls data Lokesh Vutla
2013-07-30  7:33   ` Heiko Schocher
2013-07-30  5:18 ` [U-Boot] [PATCH V2 2/4] ARM: AM33xx: Cleanup clocks layer Lokesh Vutla
2013-07-30  7:33   ` Heiko Schocher
2013-07-30  5:18 ` [U-Boot] [PATCH V2 3/4] ARM: AM33xx: Move s_init to a common place Lokesh Vutla
2013-07-30  7:34   ` Heiko Schocher
2013-08-21 15:51     ` Mark Jackson
2013-08-21 16:26       ` Tom Rini
2013-08-23  9:28   ` Mark Jackson
2013-08-23 10:25     ` Lokesh Vutla
2013-08-23 10:55       ` Mark Jackson
2013-08-28 12:58         ` Mark Jackson
2013-07-30  5:18 ` [U-Boot] [PATCH V2 4/4] musb: Disable extra prints Lokesh Vutla
2013-07-30  7:34   ` Heiko Schocher
2013-08-16 13:34 ` [U-Boot] [PATCH V2 0/4]ARM: AM33xx: Cleanup clocks and hwinit Tom Rini

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