From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V2 0/4]ARM: AM33xx: Cleanup clocks and hwinit
Date: Fri, 16 Aug 2013 09:34:46 -0400 [thread overview]
Message-ID: <20130816133446.GC13632@bill-the-cat> (raw)
In-Reply-To: <1375161535-29884-1-git-send-email-lokeshvutla@ti.com>
On Tue, Jul 30, 2013 at 10:48:51AM +0530, Lokesh Vutla wrote:
> 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
Applied to u-boot-ti/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130816/1ac00d53/attachment.pgp>
prev parent reply other threads:[~2013-08-16 13:34 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Tom Rini [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130816133446.GC13632@bill-the-cat \
--to=trini@ti.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.