All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
To: Simon Glass <sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
Cc: U-Boot Mailing List
	<u-boot-0aAXYlwwYIKGBzrmiIFOJg@public.gmane.org>,
	Beniamino Galvani
	<b.galvani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
	Marek Vasut <marex-ynQEQJNshbs@public.gmane.org>,
	Nikita Kiryanov <nikita-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>,
	Michal Simek
	<michal.simek-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>,
	York Sun <york.sun-3arQi8VN3Tc@public.gmane.org>,
	Andrej Rosano <andrej-6l9oX9VzF44FueaiHvvTSg@public.gmane.org>,
	Devicetree Compiler
	<devicetree-compiler-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Heiko Schocher <hs-ynQEQJNshbs@public.gmane.org>,
	Albert Aribaud
	<albert.u.boot-LhW3hqR2+23R7s880joybQ@public.gmane.org>,
	Andreas Dannenberg <dannenberg-l0cyMroinI0@public.gmane.org>,
	Minkyu Kang <mk7.kang-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>,
	"Robert P. J. Day"
	<rpjday-L09J2beyid0N/H6P543EQg@public.gmane.org>,
	Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
	Jagan Teki <jteki-oRp2ZoJdM/RWk0Htik3J/w@public.gmane.org>,
	Alexander Graf <agraf-l3A5Bk7waGM@public.gmane.org>,
	Przemyslaw Marczak
	<p.marczak-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>,
	Thomas Abraham
	<thomas.ab-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>,
	Tom
Subject: Re: [PATCH 0/6] libfdt: Sync to upstream
Date: Thu, 6 Oct 2016 15:53:26 +0200	[thread overview]
Message-ID: <20161006135326.GC4684@lukather> (raw)
In-Reply-To: <1475452771-16230-1-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 596 bytes --]

Hi Simon,

On Sun, Oct 02, 2016 at 05:59:24PM -0600, Simon Glass wrote:
> 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.

Thanks a lot for working on this.

The overlay code just got merged, and it has a significant amount of
fixes, so it might be nice to do that sync with the latest dtc HEAD.

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/6] libfdt: Sync to upstream
Date: Thu, 6 Oct 2016 15:53:26 +0200	[thread overview]
Message-ID: <20161006135326.GC4684@lukather> (raw)
In-Reply-To: <1475452771-16230-1-git-send-email-sjg@chromium.org>

Hi Simon,

On Sun, Oct 02, 2016 at 05:59:24PM -0600, Simon Glass wrote:
> 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.

Thanks a lot for working on this.

The overlay code just got merged, and it has a significant amount of
fixes, so it might be nice to do that sync with the latest dtc HEAD.

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161006/f5c4a079/attachment.sig>

  parent reply	other threads:[~2016-10-06 13:53 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-02 23:59 [PATCH 0/6] libfdt: Sync to upstream Simon Glass
2016-10-02 23:59 ` [U-Boot] " 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     ` [U-Boot] " Simon Glass
2016-10-02 23:59   ` [PATCH 3/6] libfdt: Sync up with upstream Simon Glass
2016-10-02 23:59     ` [U-Boot] " Simon Glass
2016-10-02 23:59   ` [PATCH 4/6] libfdt: Bring in upstream stringlist functions Simon Glass
2016-10-02 23:59     ` [U-Boot] " 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     ` [U-Boot] " Simon Glass
2016-10-02 23:59   ` [PATCH 6/6] libfdt: Drop inlining of fdt_path_offset() Simon Glass
2016-10-02 23:59     ` [U-Boot] " Simon Glass
2016-10-06 13:53   ` Maxime Ripard [this message]
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 14:36       ` [U-Boot] " Simon Glass
     [not found]       ` <CAPnjgZ07Ab8fX2ZNUikjKxenzvswdkzdn1-8uiTDqNp3Um2sQw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-10-06 21:06         ` Maxime Ripard
2016-10-06 21:06           ` [U-Boot] " Maxime Ripard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161006135326.GC4684@lukather \
    --to=maxime.ripard-wi1+55scjutkeb57/3fjtnbpr1lh4cv8@public.gmane.org \
    --cc=agraf-l3A5Bk7waGM@public.gmane.org \
    --cc=albert.u.boot-LhW3hqR2+23R7s880joybQ@public.gmane.org \
    --cc=andrej-6l9oX9VzF44FueaiHvvTSg@public.gmane.org \
    --cc=b.galvani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=dannenberg-l0cyMroinI0@public.gmane.org \
    --cc=devicetree-compiler-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=hs-ynQEQJNshbs@public.gmane.org \
    --cc=jteki-oRp2ZoJdM/RWk0Htik3J/w@public.gmane.org \
    --cc=marex-ynQEQJNshbs@public.gmane.org \
    --cc=michal.simek-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org \
    --cc=mk7.kang-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=nikita-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org \
    --cc=p.marczak-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=rpjday-L09J2beyid0N/H6P543EQg@public.gmane.org \
    --cc=sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org \
    --cc=swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
    --cc=thomas.ab-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
    --cc=u-boot-0aAXYlwwYIKGBzrmiIFOJg@public.gmane.org \
    --cc=york.sun-3arQi8VN3Tc@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.