mbox

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

Message ID CACih+8Xj5A1CJaRt8kuWfhViLDvEFP7a_tmPsJALSYdbYkW5Tg@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 May 4, 2016, 9:36 p.m. UTC
Tom,

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

All tegra builds are OK (32-bit and 64-bit), and Stephen reports that tests
of u-boot-tegra/master all pass.

The following changes since commit b38eaec53570821043c94ad44eabcb23747d9969:

  include/configs: Numerous typo fixes: "controler" -> "controller".
(2016-05-03 21:36:13 -0400)

are available in the git repository at:

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

for you to fetch changes up to bbca7108db79076d3a9a9c112792d7c4608a665c:

  ARM: tegra: import latest Jetson TK1 spreadsheet (2016-05-04 13:31:04
-0700)

----------------------------------------------------------------
Stephen Warren (3):
      ARM: tegra: enable GPU node by compatible value
      pci: tegra: fix DM conversion issues on Tegra20
      ARM: tegra: import latest Jetson TK1 spreadsheet

 arch/arm/include/asm/arch-tegra/gpu.h              |  2 +-
 arch/arm/mach-tegra/board2.c                       | 20
+++++++++++++-------
 arch/arm/mach-tegra/gpu.c                          | 15 ++++++++-------
 board/nvidia/jetson-tk1/jetson-tk1.c               |  3 +++
 board/nvidia/jetson-tk1/pinmux-config-jetson-tk1.h | 12 +++++++++++-
 drivers/pci/pci_tegra.c                            | 21
++++++++++-----------
 6 files changed, 46 insertions(+), 27 deletions(-)

Comments

Tom Rini May 4, 2016, 10:12 p.m. UTC | #1
On Wed, May 04, 2016 at 02:36:41PM -0700, Tom Warren wrote:

> Tom,
> 
> Please pull u-boot-tegra/master into U-Boot/master. Thanks!
> 
> All tegra builds are OK (32-bit and 64-bit), and Stephen reports that tests
> of u-boot-tegra/master all pass.
> 
> The following changes since commit b38eaec53570821043c94ad44eabcb23747d9969:
> 
>   include/configs: Numerous typo fixes: "controler" -> "controller".
> (2016-05-03 21:36:13 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-tegra.git master
> 
> for you to fetch changes up to bbca7108db79076d3a9a9c112792d7c4608a665c:
> 
>   ARM: tegra: import latest Jetson TK1 spreadsheet (2016-05-04 13:31:04
> -0700)
> 

Applied to u-boot/master, thanks!