All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lokesh Vutla <lokeshvutla@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/4] ARM: AM33xx: Cleanup clocks and hwinit
Date: Wed, 26 Jun 2013 09:54:00 +0530	[thread overview]
Message-ID: <51CA6CE0.7090009@ti.com> (raw)
In-Reply-To: <1372079722-19486-1-git-send-email-lokeshvutla@ti.com>

Hi Tom,
On Monday 24 June 2013 06:45 PM, 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, TI814x.
> Verified MAKEALL for armv7 and am33xx boards.
You have any other comments on this series ?

Thanks and regards,
Lokesh
>
> This series is on top of u-boot merged with u-boot-arm.
>
> 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                |   52 ++-
>   arch/arm/cpu/armv7/am33xx/clock.c                |  176 ++++++++
>   arch/arm/cpu/armv7/am33xx/clock_am33xx.c         |  497 +++++-----------------
>   arch/arm/cpu/armv7/am33xx/clock_ti814x.c         |   25 +-
>   arch/arm/cpu/armv7/am33xx/emif4.c                |   11 +-
>   arch/arm/include/asm/arch-am33xx/clock.h         |   92 ++++
>   arch/arm/include/asm/arch-am33xx/clocks_am33xx.h |    6 +-
>   arch/arm/include/asm/arch-am33xx/sys_proto.h     |    6 +-
>   board/isee/igep0033/board.c                      |   48 +--
>   board/phytec/pcm051/board.c                      |   48 +--
>   board/ti/am335x/board.c                          |   50 +--
>   board/ti/ti814x/evm.c                            |   65 +--
>   drivers/usb/musb-new/musb_core.c                 |   18 +-
>   14 files changed, 498 insertions(+), 597 deletions(-)
>   create mode 100644 arch/arm/cpu/armv7/am33xx/clock.c
>

  parent reply	other threads:[~2013-06-26  4:24 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-24 13:15 [U-Boot] [PATCH 0/4] ARM: AM33xx: Cleanup clocks and hwinit Lokesh Vutla
2013-06-24 13:15 ` [U-Boot] [PATCH 1/4] ARM: AM33xx: Cleanup dplls data Lokesh Vutla
2013-06-24 19:12   ` Heiko Schocher
2013-06-25  3:48     ` Lokesh Vutla
2013-06-25  4:54       ` Heiko Schocher
2013-06-25  5:39         ` Lokesh Vutla
2013-06-25  7:05           ` Heiko Schocher
2013-06-25  8:17             ` Lokesh Vutla
2013-06-25 14:09               ` Heiko Schocher
2013-06-25 14:53           ` Tom Rini
2013-06-26  4:39   ` Heiko Schocher
2013-06-26  4:40   ` Heiko Schocher
2013-06-24 13:15 ` [U-Boot] [PATCH 2/4] ARM: AM33xx: Cleanup clocks layer Lokesh Vutla
2013-06-26  4:42   ` Heiko Schocher
2013-06-24 13:15 ` [U-Boot] [PATCH 3/4] ARM: AM33xx: Move s_init to a common place Lokesh Vutla
2013-06-24 19:17   ` Heiko Schocher
2013-06-24 19:31     ` Tom Rini
2013-06-24 19:44       ` Heiko Schocher
2013-06-25  5:09         ` Sumit Gemini
2013-06-25  5:19           ` Heiko Schocher
2013-06-24 13:15 ` [U-Boot] [PATCH 4/4] musb: Disable extra prints Lokesh Vutla
2013-06-24 19:33   ` Heiko Schocher
2013-06-26  4:24 ` Lokesh Vutla [this message]
2013-06-26 12:09   ` [U-Boot] [PATCH 0/4] ARM: AM33xx: Cleanup clocks and hwinit Tom Rini
2013-06-26 12:49     ` Lokesh Vutla

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=51CA6CE0.7090009@ti.com \
    --to=lokeshvutla@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.