mbox

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

Message ID CAPnjgZ1hEqesAnEu-L5AdBZHykoSZAsWq1nrMxGuXXaazLNzdg@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Simon Glass June 5, 2015, 4:08 p.m. UTC
Hi Tom,

A few things I found in patchwork.


The following changes since commit d8abb46b37fadff0349adb376df6d3ecd09ee7d1:

  board/BuR/common: fix netconsole (2015-06-02 12:58:51 -0400)

are available in the git repository at:

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

for you to fetch changes up to 3c4c142e5deed2a9362e65e45372044652ac57b5:

  fdt: Documentation for a few support functions aside their
prototypes (2015-06-05 08:32:58 -0600)

----------------------------------------------------------------
Paul Kocialkowski (2):
      fdt: Pass the device serial number through devicetree
      fdt: Documentation for a few support functions aside their prototypes

 common/fdt_support.c              | 25 +++++++++++++++++++++++++
 common/image-fdt.c                |  4 ++++
 doc/device-tree-bindings/root.txt |  4 ++++
 include/fdt_support.h             | 27 +++++++++++++++++++++++++++
 4 files changed, 60 insertions(+)
 create mode 100644 doc/device-tree-bindings/root.txt

Regards,
Simon

Comments

Tom Rini June 6, 2015, 1:27 p.m. UTC | #1
On Fri, Jun 05, 2015 at 10:08:53AM -0600, Simon Glass wrote:

> Hi Tom,
> 
> A few things I found in patchwork.
> 
> 
> The following changes since commit d8abb46b37fadff0349adb376df6d3ecd09ee7d1:
> 
>   board/BuR/common: fix netconsole (2015-06-02 12:58:51 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fdt.git
> 
> for you to fetch changes up to 3c4c142e5deed2a9362e65e45372044652ac57b5:
> 
>   fdt: Documentation for a few support functions aside their
> prototypes (2015-06-05 08:32:58 -0600)
> 

Applied to u-boot/master, thanks!