mbox

[U-Boot] Pull request: u-boot-fdt

Message ID 4E99A789.8090406@cideas.com
State Accepted
Delegated to: Jerry Van Baren
Headers show

Pull-request

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

Message

Jerry Van Baren Oct. 15, 2011, 3:32 p.m. UTC
The following changes since commit d8fffa057c9430fd0c5104ab6ff7db4cdb03db51:

   Merge branch 'master' of git://git.denx.de/u-boot-mips (2011-10-12 
22:47:15 +0200)

are available in the git repository at:

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

Chunhe Lan (1):
       fdt: Add a do_fixup_by_path_string() function

Timur Tabi (3):
       fdt: check for fdt errors in fdt_create_phandle
       fdt: update fdt_alloc_phandle to use fdt_get_phandle
       powerpc/85xx: use fdt_create_phandle() to create the Fman 
firmware phandles

  arch/powerpc/cpu/mpc85xx/fdt.c |    5 ++---
  common/fdt_support.c           |   18 +++++++++++-------
  include/fdt_support.h          |    9 ++++++++-
  3 files changed, 21 insertions(+), 11 deletions(-)

Comments

Wolfgang Denk Oct. 15, 2011, 8:02 p.m. UTC | #1
Dear Jerry Van Baren,

In message <4E99A789.8090406@cideas.com> you wrote:
> The following changes since commit d8fffa057c9430fd0c5104ab6ff7db4cdb03db51:
> 
>    Merge branch 'master' of git://git.denx.de/u-boot-mips (2011-10-12 
> 22:47:15 +0200)
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-fdt.git master
> 
> Chunhe Lan (1):
>        fdt: Add a do_fixup_by_path_string() function
> 
> Timur Tabi (3):
>        fdt: check for fdt errors in fdt_create_phandle
>        fdt: update fdt_alloc_phandle to use fdt_get_phandle
>        powerpc/85xx: use fdt_create_phandle() to create the Fman 
> firmware phandles
> 
>   arch/powerpc/cpu/mpc85xx/fdt.c |    5 ++---
>   common/fdt_support.c           |   18 +++++++++++-------
>   include/fdt_support.h          |    9 ++++++++-
>   3 files changed, 21 insertions(+), 11 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk