mbox

[U-Boot] Please pull u-boot-ti/master

Message ID 1303221769-628-1-git-send-email-s-paulraj@ti.com
State Superseded
Delegated to: Albert ARIBAUD
Headers show

Pull-request

git://git.denx.de/u-boot-ti.git master

Message

Sandeep Paulraj April 19, 2011, 2:02 p.m. UTC
The following changes since commit 75cb6fbe7293fbde04662124bf8f4dbef0dbce44:
  Albert Aribaud (1):
        Merge remote-tracking branch 'u-boot-ti/master'

are available in the git repository at:

  git://git.denx.de/u-boot-ti.git master

Alexander Holler (3):
      OMAP3: Change some USB related MUX values
      OMAP3: Add support for DPLL5 (usbhost)
      omap3_beagle: enable EHCI and USB storage.

Enric Balletbo i Serra (2):
      ARM: OMAP3: Revamp IGEP v2 default
      ARM: OMAP3: Revamp IGEP module default configuration

Luca Ceresoli (2):
      ARMV7: OMAP3: Fix preprocessor check for CONFIG_OMAP34XX
      ARMV7: OMAP3: Add GPMC_CONFIGx register value definitions

 arch/arm/cpu/armv7/omap3/clock.c               |   20 +++++
 arch/arm/cpu/armv7/omap3/lowlevel_init.S       |   22 +++++
 arch/arm/cpu/armv7/start.S                     |    2 +-
 arch/arm/include/asm/arch-omap3/clocks.h       |    1 +
 arch/arm/include/asm/arch-omap3/clocks_omap3.h |   26 ++++++
 arch/arm/include/asm/arch-omap3/cpu.h          |   21 ++++-
 arch/arm/include/asm/arch-omap3/ehci_omap3.h   |   58 +++++++++++++
 arch/arm/include/asm/arch-omap3/omap3-regs.h   |   95 +++++++++++++++++++++
 board/ti/beagle/beagle.c                       |  106 ++++++++++++++++++++++++
 board/ti/beagle/beagle.h                       |   27 +++---
 include/configs/igep0020.h                     |   57 ++++++++++++-
 include/configs/igep0030.h                     |   57 ++++++++++++-
 include/configs/omap3_beagle.h                 |    6 ++
 13 files changed, 469 insertions(+), 29 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-omap3/ehci_omap3.h
 create mode 100644 arch/arm/include/asm/arch-omap3/omap3-regs.h

Comments

Albert ARIBAUD April 20, 2011, 8:58 a.m. UTC | #1
Hi Sandeep,

Le 19/04/2011 16:02, s-paulraj@ti.com a écrit :
> The following changes since commit 75cb6fbe7293fbde04662124bf8f4dbef0dbce44:
>    Albert Aribaud (1):
>          Merge remote-tracking branch 'u-boot-ti/master'
>
> are available in the git repository at:
>
>    git://git.denx.de/u-boot-ti.git master
>
> Alexander Holler (3):
>        OMAP3: Change some USB related MUX values
>        OMAP3: Add support for DPLL5 (usbhost)
>        omap3_beagle: enable EHCI and USB storage.
>
> Enric Balletbo i Serra (2):
>        ARM: OMAP3: Revamp IGEP v2 default
>        ARM: OMAP3: Revamp IGEP module default configuration
>
> Luca Ceresoli (2):
>        ARMV7: OMAP3: Fix preprocessor check for CONFIG_OMAP34XX
>        ARMV7: OMAP3: Add GPMC_CONFIGx register value definitions
>
>   arch/arm/cpu/armv7/omap3/clock.c               |   20 +++++
>   arch/arm/cpu/armv7/omap3/lowlevel_init.S       |   22 +++++
>   arch/arm/cpu/armv7/start.S                     |    2 +-
>   arch/arm/include/asm/arch-omap3/clocks.h       |    1 +
>   arch/arm/include/asm/arch-omap3/clocks_omap3.h |   26 ++++++
>   arch/arm/include/asm/arch-omap3/cpu.h          |   21 ++++-
>   arch/arm/include/asm/arch-omap3/ehci_omap3.h   |   58 +++++++++++++
>   arch/arm/include/asm/arch-omap3/omap3-regs.h   |   95 +++++++++++++++++++++
>   board/ti/beagle/beagle.c                       |  106 ++++++++++++++++++++++++
>   board/ti/beagle/beagle.h                       |   27 +++---
>   include/configs/igep0020.h                     |   57 ++++++++++++-
>   include/configs/igep0030.h                     |   57 ++++++++++++-
>   include/configs/omap3_beagle.h                 |    6 ++
>   13 files changed, 469 insertions(+), 29 deletions(-)
>   create mode 100644 arch/arm/include/asm/arch-omap3/ehci_omap3.h
>   create mode 100644 arch/arm/include/asm/arch-omap3/omap3-regs.h

Pulled in u-boot-arm/master, thanks.

Amicalement,