Re: [U-Boot] [PATCH V2 00/12] ARM: DRA7xx: Update support for DRA7xx Soc's

2013-06-06 Thread Lokesh Vutla

Hi Tom,
On Thursday 30 May 2013 06:49 PM, Lokesh Vutla wrote:

This series update support for DRA7xx family Socs and the data for
DRA752 ES1.0 soc.
This is on top of my recent Misc cleanup series:
http://u-boot.10912.n7.nabble.com/PATCH-V2-0-4-ARM-OMAP2-Misc-Cleanup-tt155949.html

Do you have any further comments on this series ?

Thanks and regards,
Lokesh


Testing:
Boot tested on DRA752 ES1.0, OMAP5432 ES2.0, OMAP4460 PANDA
Verified MAKEALL for armv7 and omap boards.

Changes from v1:
* Addressed comments from Tom Rini

Balaji T K (1):
   mmc: omap_hsmmc: add mmc1 pbias, ldo1

Lokesh Vutla (6):
   ARM: DRA7xx: Add control id code for DRA7xx
   ARM: DRA7xx: power Add support for tps659038 PMIC
   ARM: DRA7xx: clocks: Fixing i2c_init for PMIC
   ARM: DRA7xx: Do not enable srcomp for DRA7xx Soc's
   ARM: DRA7xx: Update pinmux data
   ARM: DRA7xx: clocks: Update PLL values

Nishanth Menon (1):
   ARM: OMAP5: DRA7xx: support class 0 optimized voltages

Sricharan R (4):
   ARM: DRA7xx: Change the Debug UART to UART1
   ARM: DRA7xx: Correct the SYS_CLK to 20MHZ
   ARM: DRA7xx: Correct SRAM END address
   ARM: DRA7xx: EMIF: Change settings required for EVM board

  arch/arm/cpu/armv7/omap-common/clocks-common.c |   86 +---
  arch/arm/cpu/armv7/omap-common/emif-common.c   |   26 +++-
  arch/arm/cpu/armv7/omap-common/hwinit-common.c |2 -
  arch/arm/cpu/armv7/omap-common/timer.c |1 +
  arch/arm/cpu/armv7/omap5/hw_data.c |  156 --
  arch/arm/cpu/armv7/omap5/hwinit.c  |   22 ++-
  arch/arm/cpu/armv7/omap5/prcm-regs.c   |2 +
  arch/arm/cpu/armv7/omap5/sdram.c   |  170 ++--
  arch/arm/include/asm/arch-omap4/clock.h|6 +-
  arch/arm/include/asm/arch-omap4/sys_proto.h|1 +
  arch/arm/include/asm/arch-omap5/clock.h|   61 -
  arch/arm/include/asm/arch-omap5/mux_dra7xx.h   |7 +-
  arch/arm/include/asm/arch-omap5/omap.h |   26 ++--
  arch/arm/include/asm/arch-omap5/sys_proto.h|1 +
  arch/arm/include/asm/emif.h|   12 +-
  arch/arm/include/asm/omap_common.h |   26 +++-
  board/ti/dra7xx/mux_data.h |   38 --
  drivers/mmc/omap_hsmmc.c   |   26 ++--
  drivers/power/palmas.c |   25 +++-
  include/configs/dra7xx_evm.h   |8 +-
  include/configs/omap4_common.h |4 -
  include/configs/omap5_common.h |   12 +-
  include/configs/omap5_uevm.h   |7 +-
  include/palmas.h   |6 +-
  24 files changed, 590 insertions(+), 141 deletions(-)



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


Re: [U-Boot] [PATCH V2 00/12] ARM: DRA7xx: Update support for DRA7xx Soc's

2013-06-06 Thread Tom Rini
On Thu, Jun 06, 2013 at 04:58:44PM +0530, Lokesh Vutla wrote:
 Hi Tom,
 On Thursday 30 May 2013 06:49 PM, Lokesh Vutla wrote:
 This series update support for DRA7xx family Socs and the data for
 DRA752 ES1.0 soc.
 This is on top of my recent Misc cleanup series:
 http://u-boot.10912.n7.nabble.com/PATCH-V2-0-4-ARM-OMAP2-Misc-Cleanup-tt155949.html
 Do you have any further comments on this series ?

Sorry, everything looks good, and I think Lubomir's patch for MMC stuff
(which means we drop 9/12 here, right?) should settle everything else
out.

-- 
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 V2 00/12] ARM: DRA7xx: Update support for DRA7xx Soc's

2013-06-06 Thread Lubomir Popov
Hi Tom,

On 06/06/13 16:26, Tom Rini wrote:
 On Thu, Jun 06, 2013 at 04:58:44PM +0530, Lokesh Vutla wrote:
 Hi Tom,
 On Thursday 30 May 2013 06:49 PM, Lokesh Vutla wrote:
 This series update support for DRA7xx family Socs and the data for
 DRA752 ES1.0 soc.
 This is on top of my recent Misc cleanup series:
 http://u-boot.10912.n7.nabble.com/PATCH-V2-0-4-ARM-OMAP2-Misc-Cleanup-tt155949.html
 Do you have any further comments on this series ?
 
 Sorry, everything looks good, and I think Lubomir's patch for MMC stuff
 (which means we drop 9/12 here, right?) should settle everything else
 out.
Please be aware that my patch (latest in 
http://patchwork.ozlabs.org/patch/249405/)
fixes the two palmas.* files only, while Lokesh's patch 9/12 affected 6 files in
total (including these two).

Lokesh, unfortunately you shall have to repost 9/12 after rebasing over my 
stuff,
if it is applied.

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


Re: [U-Boot] [PATCH V2 00/12] ARM: DRA7xx: Update support for DRA7xx Soc's

2013-06-06 Thread Lokesh Vutla

Hi,
On Thursday 06 June 2013 07:07 PM, Lubomir Popov wrote:

Hi Tom,

On 06/06/13 16:26, Tom Rini wrote:

On Thu, Jun 06, 2013 at 04:58:44PM +0530, Lokesh Vutla wrote:

Hi Tom,
On Thursday 30 May 2013 06:49 PM, Lokesh Vutla wrote:

This series update support for DRA7xx family Socs and the data for
DRA752 ES1.0 soc.
This is on top of my recent Misc cleanup series:
http://u-boot.10912.n7.nabble.com/PATCH-V2-0-4-ARM-OMAP2-Misc-Cleanup-tt155949.html

Do you have any further comments on this series ?


Sorry, everything looks good, and I think Lubomir's patch for MMC stuff
(which means we drop 9/12 here, right?) should settle everything else
out.

Please be aware that my patch (latest in 
http://patchwork.ozlabs.org/patch/249405/)
fixes the two palmas.* files only, while Lokesh's patch 9/12 affected 6 files in
total (including these two).
Yes Lubomir, you are correct. The patch 9/12 from Balaji , also includes 
a programming sequence update for pbias for OMAP5 ES2.0+ Soc's. Ill have 
that sequence alone and

send a patch.
Thanks and regards,
Lokesh


Lokesh, unfortunately you shall have to repost 9/12 after rebasing over my 
stuff,
if it is applied.

Regards,
Lubo



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


[U-Boot] [PATCH V2 00/12] ARM: DRA7xx: Update support for DRA7xx Soc's

2013-05-30 Thread Lokesh Vutla
This series update support for DRA7xx family Socs and the data for
DRA752 ES1.0 soc.
This is on top of my recent Misc cleanup series:
http://u-boot.10912.n7.nabble.com/PATCH-V2-0-4-ARM-OMAP2-Misc-Cleanup-tt155949.html

Testing:
Boot tested on DRA752 ES1.0, OMAP5432 ES2.0, OMAP4460 PANDA
Verified MAKEALL for armv7 and omap boards.

Changes from v1:
* Addressed comments from Tom Rini

Balaji T K (1):
  mmc: omap_hsmmc: add mmc1 pbias, ldo1

Lokesh Vutla (6):
  ARM: DRA7xx: Add control id code for DRA7xx
  ARM: DRA7xx: power Add support for tps659038 PMIC
  ARM: DRA7xx: clocks: Fixing i2c_init for PMIC
  ARM: DRA7xx: Do not enable srcomp for DRA7xx Soc's
  ARM: DRA7xx: Update pinmux data
  ARM: DRA7xx: clocks: Update PLL values

Nishanth Menon (1):
  ARM: OMAP5: DRA7xx: support class 0 optimized voltages

Sricharan R (4):
  ARM: DRA7xx: Change the Debug UART to UART1
  ARM: DRA7xx: Correct the SYS_CLK to 20MHZ
  ARM: DRA7xx: Correct SRAM END address
  ARM: DRA7xx: EMIF: Change settings required for EVM board

 arch/arm/cpu/armv7/omap-common/clocks-common.c |   86 +---
 arch/arm/cpu/armv7/omap-common/emif-common.c   |   26 +++-
 arch/arm/cpu/armv7/omap-common/hwinit-common.c |2 -
 arch/arm/cpu/armv7/omap-common/timer.c |1 +
 arch/arm/cpu/armv7/omap5/hw_data.c |  156 --
 arch/arm/cpu/armv7/omap5/hwinit.c  |   22 ++-
 arch/arm/cpu/armv7/omap5/prcm-regs.c   |2 +
 arch/arm/cpu/armv7/omap5/sdram.c   |  170 ++--
 arch/arm/include/asm/arch-omap4/clock.h|6 +-
 arch/arm/include/asm/arch-omap4/sys_proto.h|1 +
 arch/arm/include/asm/arch-omap5/clock.h|   61 -
 arch/arm/include/asm/arch-omap5/mux_dra7xx.h   |7 +-
 arch/arm/include/asm/arch-omap5/omap.h |   26 ++--
 arch/arm/include/asm/arch-omap5/sys_proto.h|1 +
 arch/arm/include/asm/emif.h|   12 +-
 arch/arm/include/asm/omap_common.h |   26 +++-
 board/ti/dra7xx/mux_data.h |   38 --
 drivers/mmc/omap_hsmmc.c   |   26 ++--
 drivers/power/palmas.c |   25 +++-
 include/configs/dra7xx_evm.h   |8 +-
 include/configs/omap4_common.h |4 -
 include/configs/omap5_common.h |   12 +-
 include/configs/omap5_uevm.h   |7 +-
 include/palmas.h   |6 +-
 24 files changed, 590 insertions(+), 141 deletions(-)

-- 
1.7.9.5

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