mbox

[U-Boot] Pull request, u-boot-tegra/master

Message ID CACih+8XG-unp5BnvftGsqmLVmmUkqetF-t0ZVAOQV__vvweMLQ@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Tom Warren Oct. 10, 2016, 8:55 p.m. UTC
Tom,

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

All Tegra builds are OK, and Stephen's automated test system reports that
all tests pass.

The following changes since commit f5fd45ff64e28a73499548358e3d1ceda0de7daf:

  Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2016-10-08
09:33:37 -0400)

are available in the git repository at:

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

for you to fetch changes up to d40d69ee350b62af90c2b522e05cbb3eb5f27112:

  ARM: tegra: reduce DRAM size mapped into MMU on ARM64 (2016-10-10
11:00:03 -0700)

----------------------------------------------------------------
Marcel Ziswiler (5):
      tegra: usb gadget: fix ci udc operation if not hostpc capable
      simple panel: fix spelling of debug message
      regulator: fixed: honour optionality of enable gpio
      colibri_t20: fix display configuration
      colibri_t20: fix usb operation and controller order

Stephen Warren (1):
      ARM: tegra: reduce DRAM size mapped into MMU on ARM64

 arch/arm/dts/tegra20-colibri.dts          | 117
+++++++++++++++++++-----------
 arch/arm/mach-tegra/arm64-mmu.c           |   2 +-
 drivers/power/regulator/fixed.c           |  21 ++++--
 drivers/video/simple_panel.c              |   2 +-
 include/configs/tegra-common-usb-gadget.h |   2 +
 5 files changed, 94 insertions(+), 50 deletions(-)

Comments

Tom Rini Oct. 13, 2016, 12:48 a.m. UTC | #1
On Mon, Oct 10, 2016 at 01:55:22PM -0700, Tom Warren wrote:

> Tom,
> 
> Please pull u-boot-tegra/master into U-Boot/master. Thanks!
> 
> All Tegra builds are OK, and Stephen's automated test system reports that
> all tests pass.
> 
> The following changes since commit f5fd45ff64e28a73499548358e3d1ceda0de7daf:
> 
>   Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2016-10-08
> 09:33:37 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-tegra.git master
> 
> for you to fetch changes up to d40d69ee350b62af90c2b522e05cbb3eb5f27112:
> 
>   ARM: tegra: reduce DRAM size mapped into MMU on ARM64 (2016-10-10
> 11:00:03 -0700)
> 

Applied to u-boot/master, thanks!