devicetree-compiler.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] libfdt: Sync to upstream
@ 2016-10-02 23:59 Simon Glass
       [not found] ` <1475452771-16230-1-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: Simon Glass @ 2016-10-02 23:59 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Simon Glass, Beniamino Galvani, Thierry Reding, Marek Vasut,
	Nikita Kiryanov, Michal Simek, York Sun, Andrej Rosano,
	Devicetree Compiler, Heiko Schocher, Albert Aribaud,
	Andreas Dannenberg, Minkyu Kang, Robert P. J. Day, Stephen Warren,
	Jagan Teki, Alexander Graf, Przemyslaw Marczak, Thomas Abraham,
	Tom Warren <twarr>

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 [PATCH 0/6] libfdt: Sync to upstream Simon Glass
     [not found] ` <1475452771-16230-1-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2016-10-02 23:59   ` [PATCH 2/6] libfdt: Fix undefined behaviour in fdt_offset_ptr() Simon Glass
2016-10-02 23:59   ` [PATCH 3/6] libfdt: Sync up with upstream Simon Glass
2016-10-02 23:59   ` [PATCH 4/6] libfdt: Bring in upstream stringlist functions Simon Glass
2016-10-02 23:59   ` [PATCH 5/6] libfdt: Sync fdt_for_each_subnode() with upstream Simon Glass
2016-10-02 23:59   ` [PATCH 6/6] libfdt: Drop inlining of fdt_path_offset() Simon Glass
2016-10-06 13:53   ` [PATCH 0/6] libfdt: Sync to upstream Maxime Ripard
2016-10-06 14:36     ` Simon Glass
     [not found]       ` <CAPnjgZ07Ab8fX2ZNUikjKxenzvswdkzdn1-8uiTDqNp3Um2sQw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
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;
as well as URLs for NNTP newsgroup(s).