mbox

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

Message ID 20130702200552.GH16630@bill-the-cat
State Accepted
Delegated to: Albert ARIBAUD
Headers show

Pull-request

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

Message

Tom Rini July 2, 2013, 8:05 p.m. UTC
Hello,

The following changes since commit e6c7f86f03b0ad25e9ef70df3ee1989b6b789d7c:

  Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-06-28 17:51:13 +0200)

are available in the git repository at:


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

for you to fetch changes up to 87bd05d78f0f5765f3d3e1517c76794c82dab7cc:

  ARM: OMAP: GPIO: Fix valid range and enable usage of all GPIOs on OMAP5 (2013-07-02 09:21:16 -0400)

----------------------------------------------------------------
Axel Lin (1):
      ARM: OMAP: GPIO: Fix valid range and enable usage of all GPIOs on OMAP5

Ilya Ledvich (1):
      am33xx: fix the ddr_cmdtctrl structure

Lokesh Vutla (1):
      ARM: OMAP4+: Fix MA detection during SDRAM_AUTO_DETECTION

Michael Trimarchi (1):
      usb: omap: ulpi: fix ulpi transceiver access

 arch/arm/cpu/armv7/omap-common/emif-common.c |    3 ++
 arch/arm/cpu/armv7/omap5/hw_data.c           |    2 ++
 arch/arm/cpu/armv7/omap5/hwinit.c            |    4 ++-
 arch/arm/include/asm/arch-am33xx/ddr_defs.h  |    1 -
 arch/arm/include/asm/arch-am33xx/gpio.h      |    2 ++
 arch/arm/include/asm/arch-omap3/gpio.h       |    2 ++
 arch/arm/include/asm/arch-omap4/gpio.h       |    2 ++
 arch/arm/include/asm/arch-omap5/gpio.h       |    4 +++
 drivers/gpio/omap_gpio.c                     |    2 +-
 drivers/usb/ulpi/omap-ulpi-viewport.c        |   42 ++++++--------------------
 10 files changed, 28 insertions(+), 36 deletions(-)

Comments

Albert ARIBAUD July 4, 2013, 12:10 p.m. UTC | #1
Hi Tom,

On Tue, 2 Jul 2013 16:05:52 -0400, Tom Rini <trini@ti.com> wrote:

> Hello,
> 
> The following changes since commit e6c7f86f03b0ad25e9ef70df3ee1989b6b789d7c:
> 
>   Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-06-28 17:51:13 +0200)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-ti.git master
> 
> for you to fetch changes up to 87bd05d78f0f5765f3d3e1517c76794c82dab7cc:
> 
>   ARM: OMAP: GPIO: Fix valid range and enable usage of all GPIOs on OMAP5 (2013-07-02 09:21:16 -0400)
> 
> ----------------------------------------------------------------
> Axel Lin (1):
>       ARM: OMAP: GPIO: Fix valid range and enable usage of all GPIOs on OMAP5
> 
> Ilya Ledvich (1):
>       am33xx: fix the ddr_cmdtctrl structure
> 
> Lokesh Vutla (1):
>       ARM: OMAP4+: Fix MA detection during SDRAM_AUTO_DETECTION
> 
> Michael Trimarchi (1):
>       usb: omap: ulpi: fix ulpi transceiver access
> 
>  arch/arm/cpu/armv7/omap-common/emif-common.c |    3 ++
>  arch/arm/cpu/armv7/omap5/hw_data.c           |    2 ++
>  arch/arm/cpu/armv7/omap5/hwinit.c            |    4 ++-
>  arch/arm/include/asm/arch-am33xx/ddr_defs.h  |    1 -
>  arch/arm/include/asm/arch-am33xx/gpio.h      |    2 ++
>  arch/arm/include/asm/arch-omap3/gpio.h       |    2 ++
>  arch/arm/include/asm/arch-omap4/gpio.h       |    2 ++
>  arch/arm/include/asm/arch-omap5/gpio.h       |    4 +++
>  drivers/gpio/omap_gpio.c                     |    2 +-
>  drivers/usb/ulpi/omap-ulpi-viewport.c        |   42 ++++++--------------------
>  10 files changed, 28 insertions(+), 36 deletions(-)
> 

Applied to u-boot-arm/master, thanks!

Amicalement,