mbox

[U-Boot] pull request for u-boot-tegra/master into ARM/master

Message ID CA+m5__+ZFxuGCDE-ODqSmdG21ebU5-TBH+GQuX2WyHAGehEcLQ@mail.gmail.com
State Accepted
Delegated to: Albert ARIBAUD
Headers show

Pull-request

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

Message

Tom Warren June 6, 2014, 3:53 p.m. UTC
Albert,

Please pull u-boot-tegra/master into ARM/master. Thanks!

./MAKEALL -s tegra AOK, checkpatch.pl is OK, and ./MAKEALL -a arm only
shows failures that were already present in ARM/master.

The following changes since commit cc49da249cf2f380d2fed5571fad65ce6494fc95:

  Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' (2014-06-02
08:43:48 +0200)

are available in the git repository at:

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

for you to fetch changes up to e6607cffef965011ef0ddc0fbe6f4b7c0d53aeec:

  ARM: tegra: enable USB device mode and UMS on some boards (2014-06-05
11:25:54 -0700)

----------------------------------------------------------------
Stephen Warren (1):
      ARM: tegra: enable USB device mode and UMS on some boards

 arch/arm/dts/tegra124-jetson-tk1.dts |  9 ++++++++-
 arch/arm/dts/tegra124-venice2.dts    |  9 ++++++++-
 arch/arm/dts/tegra30-beaver.dts      |  9 ++++++++-
 include/configs/beaver.h             |  2 ++
 include/configs/jetson-tk1.h         |  2 ++
 include/configs/tegra-common-ums.h   | 26 ++++++++++++++++++++++++++
 include/configs/venice2.h            |  2 ++
 7 files changed, 56 insertions(+), 3 deletions(-)
 create mode 100644 include/configs/tegra-common-ums.h

Comments

Albert ARIBAUD June 8, 2014, 7:13 a.m. UTC | #1
Hi Tom,

On Fri, 6 Jun 2014 08:53:39 -0700, Tom Warren
<twarren.nvidia@gmail.com> wrote:

> Albert,
> 
> Please pull u-boot-tegra/master into ARM/master. Thanks!
> 
> ./MAKEALL -s tegra AOK, checkpatch.pl is OK, and ./MAKEALL -a arm only
> shows failures that were already present in ARM/master.
> 
> The following changes since commit cc49da249cf2f380d2fed5571fad65ce6494fc95:
> 
>   Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' (2014-06-02
> 08:43:48 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-tegra.git master
> 
> for you to fetch changes up to e6607cffef965011ef0ddc0fbe6f4b7c0d53aeec:
> 
>   ARM: tegra: enable USB device mode and UMS on some boards (2014-06-05
> 11:25:54 -0700)
> 
> ----------------------------------------------------------------
> Stephen Warren (1):
>       ARM: tegra: enable USB device mode and UMS on some boards
> 
>  arch/arm/dts/tegra124-jetson-tk1.dts |  9 ++++++++-
>  arch/arm/dts/tegra124-venice2.dts    |  9 ++++++++-
>  arch/arm/dts/tegra30-beaver.dts      |  9 ++++++++-
>  include/configs/beaver.h             |  2 ++
>  include/configs/jetson-tk1.h         |  2 ++
>  include/configs/tegra-common-ums.h   | 26 ++++++++++++++++++++++++++
>  include/configs/venice2.h            |  2 ++
>  7 files changed, 56 insertions(+), 3 deletions(-)
>  create mode 100644 include/configs/tegra-common-ums.h

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

Amicalement,