mbox

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

Message ID CACih+8VoJiJc4QT2GyMr51srpt-r=3Odj4Mc_Qz4H_iTbD+DXw@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 Aug. 25, 2016, 11:42 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 46fe9eb08812cc27a0d5cd97d97373c14d578fe9:

  Merge branch 'master' of git://git.denx.de/u-boot-net (2016-08-23
07:20:36 -0400)

are available in the git repository at:


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

for you to fetch changes up to 4832c7f5f79feebf8549f33c7257dec47c336470:

  spi: tegra: fix hang in set_mode() (2016-08-25 15:35:03 -0700)

----------------------------------------------------------------
Stephen Warren (4):
      ARM: tegra: fix Tegra186 I2C clock name
      ARM: tegra: fix Tegra186 SDHCI clock/reset names
      ARM: tegra: remove stale nvidia, bpmp I2C DT property
      spi: tegra: fix hang in set_mode()

 arch/arm/dts/tegra186.dtsi      | 23 ++++++++++-------------
 drivers/i2c/tegra186_bpmp_i2c.c | 10 ----------
 drivers/i2c/tegra_i2c.c         |  2 +-
 drivers/mmc/tegra_mmc.c         |  6 +++---
 drivers/spi/tegra20_sflash.c    |  4 ++++
 drivers/spi/tegra20_slink.c     |  4 ++++
 drivers/spi/tegra210_qspi.c     |  3 +++
 7 files changed, 25 insertions(+), 27 deletions(-)

Comments

Tom Rini Aug. 26, 2016, 2:52 p.m. UTC | #1
On Thu, Aug 25, 2016 at 04:42:49PM -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 46fe9eb08812cc27a0d5cd97d97373c14d578fe9:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-net (2016-08-23
> 07:20:36 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-tegra.git master
> 
> for you to fetch changes up to 4832c7f5f79feebf8549f33c7257dec47c336470:
> 
>   spi: tegra: fix hang in set_mode() (2016-08-25 15:35:03 -0700)
> 

Applied to u-boot/master, thanks!