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

Hi Tom,
These patches are part of a larger series, but I have already ACKed them and they are independent of that series, so let's bring them in.
The following changes since commit a84c8107d9b050fe8a31220d28588abfc2d99aee:
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2014-10-20 18:17:26 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-fdt.git
for you to fetch changes up to 2f3760428ff3c4d5d1a087d016da5943921f0980:
fdt: Add a subnodes iterator macro (2014-10-22 16:56:41 -0600)
---------------------------------------------------------------- Thierry Reding (6): fdt: Add a function to count strings fdt: Add a function to get the index of a string fdt: Add functions to retrieve strings fdt: Add resource parsing functions fdt: Add a function to return PCI BDF triplet fdt: Add a subnodes iterator macro
include/fdtdec.h | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ include/libfdt.h | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ lib/fdtdec.c | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ lib/libfdt/fdt_ro.c | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 282 insertions(+)
Regards, Simon

On Wed, Oct 22, 2014 at 09:07:30PM -0600, Simon Glass wrote:
Hi Tom,
These patches are part of a larger series, but I have already ACKed them and they are independent of that series, so let's bring them in.
The following changes since commit a84c8107d9b050fe8a31220d28588abfc2d99aee:
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2014-10-20 18:17:26 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-fdt.git
for you to fetch changes up to 2f3760428ff3c4d5d1a087d016da5943921f0980:
fdt: Add a subnodes iterator macro (2014-10-22 16:56:41 -0600)
Thierry Reding (6): fdt: Add a function to count strings fdt: Add a function to get the index of a string fdt: Add functions to retrieve strings fdt: Add resource parsing functions fdt: Add a function to return PCI BDF triplet fdt: Add a subnodes iterator macro
include/fdtdec.h | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ include/libfdt.h | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ lib/fdtdec.c | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ lib/libfdt/fdt_ro.c | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 282 insertions(+)
Applied to u-boot/master, thanks!
participants (2)
-
Simon Glass
-
Tom Rini