Re: [U-Boot] [PATCH] libfdt: Sync overlay with upstream

2016-10-23 Thread Simon Glass
On 19 October 2016 at 01:36, Maxime Ripard wrote: > Hi Simon, > > On Tue, Oct 18, 2016 at 10:23:54AM -0600, Simon Glass wrote: >> Hi Maxime, >> >> On 18 October 2016 at 01:26, Maxime Ripard >> wrote: >> > Hi Simon, >> > >> > On Mon, Oct 17, 2016 at 04:17:33PM -0600, Simon Glass wrote: >> >> On 17

Re: [U-Boot] [PATCH] libfdt: Sync overlay with upstream

2016-10-19 Thread Maxime Ripard
Hi Simon, On Tue, Oct 18, 2016 at 10:23:54AM -0600, Simon Glass wrote: > Hi Maxime, > > On 18 October 2016 at 01:26, Maxime Ripard > wrote: > > Hi Simon, > > > > On Mon, Oct 17, 2016 at 04:17:33PM -0600, Simon Glass wrote: > >> On 17 October 2016 at 14:50, Maxime Ripard > >> wrote: > >> > Now t

Re: [U-Boot] [PATCH] libfdt: Sync overlay with upstream

2016-10-18 Thread Simon Glass
Hi Maxime, On 18 October 2016 at 01:26, Maxime Ripard wrote: > Hi Simon, > > On Mon, Oct 17, 2016 at 04:17:33PM -0600, Simon Glass wrote: >> On 17 October 2016 at 14:50, Maxime Ripard >> wrote: >> > Now that the overlay code has been merge upstream, update our copy to >> > what's been merged, si

Re: [U-Boot] [PATCH] libfdt: Sync overlay with upstream

2016-10-18 Thread Maxime Ripard
Hi Simon, On Mon, Oct 17, 2016 at 04:17:33PM -0600, Simon Glass wrote: > On 17 October 2016 at 14:50, Maxime Ripard > wrote: > > Now that the overlay code has been merge upstream, update our copy to > > what's been merged, since a significant number of issues have been fixed > > during the merge

Re: [U-Boot] [PATCH] libfdt: Sync overlay with upstream

2016-10-17 Thread Simon Glass
On 17 October 2016 at 14:50, Maxime Ripard wrote: > Now that the overlay code has been merge upstream, update our copy to > what's been merged, since a significant number of issues have been fixed > during the merge process. > > Signed-off-by: Maxime Ripard > --- > include/libfdt.h | 2

[U-Boot] [PATCH] libfdt: Sync overlay with upstream

2016-10-17 Thread Maxime Ripard
Now that the overlay code has been merge upstream, update our copy to what's been merged, since a significant number of issues have been fixed during the merge process. Signed-off-by: Maxime Ripard --- include/libfdt.h | 24 -- lib/libfdt/fdt_overlay.c | 199 ++