mbox series

[U-Boot,PULL] u-boot-sh/master

Message ID 2c723eb8-444d-c070-040c-6cce048aa24a@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,PULL] u-boot-sh/master | expand

Pull-request

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

Message

Marek Vasut Feb. 17, 2018, 9:02 p.m. UTC
The following changes since commit bd650cd404b6dc870b6cc220025f35da4b31d0f4:

  Merge git://git.denx.de/u-boot-sh (2018-02-16 13:56:02 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 25f6dc8955bdf97bfb16ef19de7ce4abe76aaee4:

  ARM: rmobile: Fix broken reset code on Porter (2018-02-17 22:00:25 +0100)

----------------------------------------------------------------
Marek Vasut (8):
      ARM: dts: rmobile: Move the u-boot,dm-pre-reloc into u-boot DTS on
porter
      ARM: rmobile: Reset ethernet PHY
      ARM: rmobile: Enable convenient commands on Porter
      ARM: rmobile: Set FDT/initramfs limits on Porter
      i2c: rcar_iic: Allow IIC on RCar Gen2
      ARM: dts: rmobile: Enable I2C6 on Porter
      ARM: rmobile: Replace SH I2C with IIC on Porter
      ARM: rmobile: Fix broken reset code on Porter

 arch/arm/dts/r8a7791-porter-u-boot.dts |  4 ++++
 arch/arm/dts/r8a7791-porter.dts        |  6 +++++-
 board/renesas/porter/porter.c          | 31
++++++++++++++++++++++++++-----


 configs/porter_defconfig               |  6 +++++-


 drivers/i2c/Kconfig                    |  2 +-


 include/configs/porter.h               | 16 +++-------------


 6 files changed, 44 insertions(+), 21 deletions(-)

Comments

Tom Rini Feb. 17, 2018, 9:10 p.m. UTC | #1
On Sat, Feb 17, 2018 at 10:02:09PM +0100, Marek Vasut wrote:

> The following changes since commit bd650cd404b6dc870b6cc220025f35da4b31d0f4:
> 
>   Merge git://git.denx.de/u-boot-sh (2018-02-16 13:56:02 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-sh.git master
> 
> for you to fetch changes up to 25f6dc8955bdf97bfb16ef19de7ce4abe76aaee4:
> 
>   ARM: rmobile: Fix broken reset code on Porter (2018-02-17 22:00:25 +0100)
> 

Applied to u-boot/master, thanks!