public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] libfdt: Sync to upstream
@ 2016-10-02 23:59 Simon Glass
  2016-10-02 23:59 ` [U-Boot] [PATCH 2/6] libfdt: Fix undefined behaviour in fdt_offset_ptr() Simon Glass
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Simon Glass @ 2016-10-02 23:59 UTC (permalink / raw)
  To: u-boot

In a few cases the upstream versions of functions first written for U-Boot
have landed in a slightly different form.

This includes a few patches to fix these as well as various minor changes to
reduce the delta.


David Gibson (1):
  libfdt: Fix undefined behaviour in fdt_offset_ptr()

Hannes Schmelzer (1):
  cmd/fdt: add possibilty to have 'extrasize' on fdt resize

Simon Glass (4):
  libfdt: Sync up with upstream
  libfdt: Bring in upstream stringlist functions
  libfdt: Sync fdt_for_each_subnode() with upstream
  libfdt: Drop inlining of fdt_path_offset()

 arch/arm/mach-tegra/xusb-padctl-common.c |  18 +--
 arch/arm/mach-uniphier/board_late_init.c |   5 +-
 arch/x86/cpu/irq.c                       |   5 +-
 board/compulab/cm_fx6/cm_fx6.c           |   2 +-
 cmd/fdt.c                                |   9 +-
 common/fdt_support.c                     |   3 +-
 common/image-fdt.c                       |   2 +-
 common/image-fit.c                       |  21 ++--
 common/image-sig.c                       |   8 +-
 common/image.c                           |  19 ++--
 drivers/clk/clk-uclass.c                 |   6 +-
 drivers/core/device.c                    |   2 +-
 drivers/gpio/dwapb_gpio.c                |   3 +-
 drivers/i2c/mxc_i2c.c                    |   2 +-
 drivers/mailbox/mailbox-uclass.c         |   6 +-
 drivers/net/cpsw.c                       |   2 +-
 drivers/net/keystone_net.c               |   4 +-
 drivers/net/mvpp2.c                      |   2 +-
 drivers/net/sun8i_emac.c                 |   5 +-
 drivers/pci/pci_tegra.c                  |   2 +-
 drivers/phy/marvell/comphy_core.c        |   2 +-
 drivers/pinctrl/exynos/pinctrl-exynos.c  |   9 +-
 drivers/pinctrl/meson/pinctrl-meson.c    |   4 +-
 drivers/pinctrl/pinctrl-generic.c        |  10 +-
 drivers/pinctrl/pinctrl-uclass.c         |   2 +-
 drivers/reset/reset-uclass.c             |   6 +-
 drivers/spi/fsl_qspi.c                   |   2 +-
 drivers/video/sunxi_display.c            |   2 +-
 include/fdt_support.h                    |  10 +-
 include/libfdt.h                         | 187 ++++++++++++++++++-------------
 lib/fdtdec.c                             |   4 +-
 lib/libfdt/fdt.c                         |  13 ++-
 lib/libfdt/fdt_overlay.c                 |   8 +-
 lib/libfdt/fdt_ro.c                      | 119 ++++++++++++--------
 lib/libfdt/fdt_rw.c                      |   4 +-
 lib/libfdt/fdt_wip.c                     |   6 +-
 test/overlay/cmd_ut_overlay.c            |   5 +-
 37 files changed, 298 insertions(+), 221 deletions(-)

-- 
2.8.0.rc3.226.g39d4020

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-10-06 21:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-02 23:59 [U-Boot] [PATCH 0/6] libfdt: Sync to upstream Simon Glass
2016-10-02 23:59 ` [U-Boot] [PATCH 2/6] libfdt: Fix undefined behaviour in fdt_offset_ptr() Simon Glass
2016-10-02 23:59 ` [U-Boot] [PATCH 3/6] libfdt: Sync up with upstream Simon Glass
2016-10-02 23:59 ` [U-Boot] [PATCH 4/6] libfdt: Bring in upstream stringlist functions Simon Glass
2016-10-02 23:59 ` [U-Boot] [PATCH 5/6] libfdt: Sync fdt_for_each_subnode() with upstream Simon Glass
2016-10-02 23:59 ` [U-Boot] [PATCH 6/6] libfdt: Drop inlining of fdt_path_offset() Simon Glass
2016-10-06 13:53 ` [U-Boot] [PATCH 0/6] libfdt: Sync to upstream Maxime Ripard
2016-10-06 14:36   ` Simon Glass
2016-10-06 21:06     ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox