mbox

[U-Boot] Please pull u-boot-fdt

Message ID CAPnjgZ1-=96A-xptBwJy8YDSpcUSGyuRd2guKsVsTDjOaM20Sw@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-fdt.git

Message

Simon Glass Oct. 3, 2015, 2:45 p.m. UTC
Hi Tom,

Here are a few last-minute bug fixes mostly stemming from the
fdtdec_get_addr() change earlier.


The following changes since commit fbb0c7bd92255bfcb13826a8ac81be6e2f94ba48:

  Merge branch 'master' of git://git.denx.de/u-boot-tegra (2015-10-02
20:35:49 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-fdt.git

for you to fetch changes up to cce573e8d806fd430e7584b36bce6d62ae0430e8:

  trats: fdt: disable unused DW MMC (2015-10-03 14:39:19 +0100)

----------------------------------------------------------------
Przemyslaw Marczak (4):
      fdtdec: fix parsing 'reg' property with zero value in '#size-cells'
      gpio: s5p: call: dev_get_addr() instead of fdtdec_get_addr()
      mach-exynos: clock: restore calling dead exynos4_get_mmc_clk()
      trats: fdt: disable unused DW MMC

Simon Glass (1):
      dts: Add a comment about CONFIG_OF_EMBED being for local use

Stephen Warren (1):
      fdt: fix fdtdec_get_addr_size not to require any size cells

 arch/arm/dts/exynos4210-trats.dts |  4 ++++
 arch/arm/mach-exynos/clock.c      | 10 ++++------
 drivers/gpio/s5p_gpio.c           | 18 +++++++++++-------
 dts/Kconfig                       |  4 +++-
 lib/fdtdec.c                      |  7 ++++---
 5 files changed, 26 insertions(+), 17 deletions(-)

Regards,
Simon

Comments

Tom Rini Oct. 3, 2015, 2:50 p.m. UTC | #1
On Sat, Oct 03, 2015 at 03:45:21PM +0100, Simon Glass wrote:

> Hi Tom,
> 
> Here are a few last-minute bug fixes mostly stemming from the
> fdtdec_get_addr() change earlier.
> 
> 
> The following changes since commit fbb0c7bd92255bfcb13826a8ac81be6e2f94ba48:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-tegra (2015-10-02
> 20:35:49 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fdt.git
> 
> for you to fetch changes up to cce573e8d806fd430e7584b36bce6d62ae0430e8:
> 
>   trats: fdt: disable unused DW MMC (2015-10-03 14:39:19 +0100)
> 

Applied to u-boot/master, thanks!