mbox series

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

Message ID CAPnjgZ3GFcYugY_DU__s8NUQy+VvsoSAArFK_2+-UM8x1ZxJ8w@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Please pull u-boot-dm | expand

Pull-request

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

Message

Simon Glass April 1, 2018, 11:22 p.m. UTC
Hi Tom,

Here's an assortment of things that were in my queue. Test result is here:

https://travis-ci.org/sglass68/u-boot/builds/360881266


The following changes since commit 81cf7c8d45935a295991fe2cd1df286f0f47511f:

  Merge git://git.denx.de/u-boot-ubi (2018-03-25 12:02:13 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 641599a63df258c3e3cb259c75cdada0cc009d56:

  image.h: add forward declaration of struct fdt_region (2018-04-01
22:19:10 +0800)

----------------------------------------------------------------
Andre Heider (2):
      cmd: cbfs: fix reading the end_of_rom pointer for 64bit archs
      fs: cbfs: fix locating the cbfs header

Andy Yan (1):
      dm: core: make fixed-clock dt scan live dt compatible

Kever Yang (2):
      core: add uclass_get_device_by_phandle_id() api
      pinctrl-uclass: convert to use live dt

Mario Six (1):
      core: ofnode: Fix translation for #size-cells == 0

Masahiro Yamada (3):
      libfdt: move FDT_RAMDISK_OVERHEAD to image-fdt.c
      fdt_region: remove unneeded fdt_internal.h inclusion
      image.h: add forward declaration of struct fdt_region

 arch/sandbox/dts/test.dts        | 48
++++++++++++++++++++++++++++++++++++++++++++++++
 cmd/cbfs.c                       |  2 +-
 common/image-fdt.c               |  3 +++
 drivers/core/fdtaddr.c           | 17 +++++++++++------
 drivers/core/ofnode.c            |  5 ++++-
 drivers/core/root.c              | 16 +++++++++++-----
 drivers/core/uclass.c            | 26 ++++++++++++++++++++++++++
 drivers/pinctrl/pinctrl-uclass.c | 19 +++++--------------
 fs/cbfs/cbfs.c                   |  4 ++--
 include/dm/uclass-id.h           |  1 +
 include/dm/uclass.h              | 16 ++++++++++++++++
 include/image.h                  |  1 +
 include/linux/libfdt.h           |  3 ---
 lib/libfdt/fdt_region.c          |  2 --
 test/dm/test-fdt.c               | 43
+++++++++++++++++++++++++++++++++++++++++++
 15 files changed, 172 insertions(+), 34 deletions(-)

Regards,
Simon

Comments

Tom Rini April 3, 2018, 12:33 a.m. UTC | #1
On Mon, Apr 02, 2018 at 07:22:39AM +0800, Simon Glass wrote:

> Hi Tom,
> 
> Here's an assortment of things that were in my queue. Test result is here:
> 
> https://travis-ci.org/sglass68/u-boot/builds/360881266
> 
> 
> The following changes since commit 81cf7c8d45935a295991fe2cd1df286f0f47511f:
> 
>   Merge git://git.denx.de/u-boot-ubi (2018-03-25 12:02:13 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-dm.git
> 
> for you to fetch changes up to 641599a63df258c3e3cb259c75cdada0cc009d56:
> 
>   image.h: add forward declaration of struct fdt_region (2018-04-01
> 22:19:10 +0800)
> 

Applied to u-boot/master, thanks!