Re: [U-Boot] [PATCH 0/4] ARM: AM33xx: Cleanup clocks and hwinit

2013-06-26 Thread Tom Rini
On Wed, Jun 26, 2013 at 09:54:00AM +0530, Lokesh Vutla wrote:
 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 ?

Looks good, I'll pick it up for u-boot-ti/next soon.

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 0/4] ARM: AM33xx: Cleanup clocks and hwinit

2013-06-26 Thread Lokesh Vutla

On Wednesday 26 June 2013 05:39 PM, Tom Rini wrote:

On Wed, Jun 26, 2013 at 09:54:00AM +0530, Lokesh Vutla wrote:

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 ?


Looks good, I'll pick it up for u-boot-ti/next soon.


Thanks Tom.!!

Regards,
Lokesh
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 0/4] ARM: AM33xx: Cleanup clocks and hwinit

2013-06-25 Thread Lokesh Vutla

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



___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 0/4] ARM: AM33xx: Cleanup clocks and hwinit

2013-06-24 Thread Lokesh Vutla
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.

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

-- 
1.7.9.5

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot