All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Pull request: u-boot-fdt/master
@ 2013-08-10 13:21 Jerry Van Baren
  2013-08-12 16:00 ` Tom Rini
  2013-08-12 16:35 ` Simon Glass
  0 siblings, 2 replies; 4+ messages in thread
From: Jerry Van Baren @ 2013-08-10 13:21 UTC (permalink / raw)
  To: u-boot

Note: This is the license header change from Roger Meier (thanks), acked 
by Wolfgang.  While this will diverge our source a bit from the dtc 
upstream, I'm willing to live with that for now and indefinitely if 
necessary.

I would like to start a dialog with David Gibson and Jon Loeliger to see 
if they are interested in adopting the compact license IDs. 
Unfortunately, I've been buried at work and am going on vacation, so 
that will have to wait a bit.

I also discovered the u-boot libfdt/fdt_wip.c has fdt_find_regions() 
from Simon that isn't in the upstream dtc version.  I slipped up on that 
one, I'll be looking into reconciling u-boot-fdt with the upstream dtc.
=================================================================
commit 3e06cd1f97792b4bc3882de1ac99f031fb0eaa80
Author: Simon Glass <sjg@chromium.org>
Date:   Thu Jun 13 15:10:08 2013 -0700

     libfdt: Add fdt_find_regions()

     Add a function to find regions in device tree given a list of nodes to
     include and properties to exclude.

     See the header file for full documentation.

     Signed-off-by: Simon Glass <sjg@chromium.org>
=================================================================

Best regards,
gvb

----------------------------------------------------------------
The following changes since commit a78dac79ede7fbb4c9e816abc879655540c3f076:

   nds32: fix the missing COBJS-y change (2013-08-09 01:51:24 +0800)

are available in the git repository at:

   git://git.denx.de/u-boot-fdt.git master

for you to fetch changes up to 35084760a9f492f29434020b64f1db339bf99a23:

   libfdt: SPDX-License-Identifier: GPL-2.0+ BSD-2-Clause (2013-08-10 
09:04:25 -0400)

----------------------------------------------------------------
Roger Meier (1):
       libfdt: SPDX-License-Identifier: GPL-2.0+ BSD-2-Clause

  Licenses/README              |   13 ++++++------
  Licenses/bsd-2-clause.txt    |   25 ++++++++++++++++++++++
  lib/libfdt/fdt.c             |   47 
+-----------------------------------------
  lib/libfdt/fdt_empty_tree.c  |   47 
+-----------------------------------------
  lib/libfdt/fdt_ro.c          |   47 
+-----------------------------------------
  lib/libfdt/fdt_rw.c          |   47 
+-----------------------------------------
  lib/libfdt/fdt_strerror.c    |   47 
+-----------------------------------------
  lib/libfdt/fdt_sw.c          |   47 
+-----------------------------------------
  lib/libfdt/fdt_wip.c         |   47 
+-----------------------------------------
  lib/libfdt/libfdt_internal.h |   47 
+-----------------------------------------
  10 files changed, 40 insertions(+), 374 deletions(-)
  create mode 100644 Licenses/bsd-2-clause.txt

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

* [U-Boot] Pull request: u-boot-fdt/master
  2013-08-10 13:21 [U-Boot] Pull request: u-boot-fdt/master Jerry Van Baren
@ 2013-08-12 16:00 ` Tom Rini
  2013-08-12 16:35 ` Simon Glass
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2013-08-12 16:00 UTC (permalink / raw)
  To: u-boot

On Sat, Aug 10, 2013 at 09:21:10AM -0400, Jerry Van Baren wrote:

> Note: This is the license header change from Roger Meier (thanks),
> acked by Wolfgang.  While this will diverge our source a bit from
> the dtc upstream, I'm willing to live with that for now and
> indefinitely if necessary.
> 
> I would like to start a dialog with David Gibson and Jon Loeliger to
> see if they are interested in adopting the compact license IDs.
> Unfortunately, I've been buried at work and am going on vacation, so
> that will have to wait a bit.
> 
> I also discovered the u-boot libfdt/fdt_wip.c has fdt_find_regions()
> from Simon that isn't in the upstream dtc version.  I slipped up on
> that one, I'll be looking into reconciling u-boot-fdt with the
> upstream dtc.
> =================================================================
> commit 3e06cd1f97792b4bc3882de1ac99f031fb0eaa80
> Author: Simon Glass <sjg@chromium.org>
> Date:   Thu Jun 13 15:10:08 2013 -0700
> 
>     libfdt: Add fdt_find_regions()
> 
>     Add a function to find regions in device tree given a list of nodes to
>     include and properties to exclude.
> 
>     See the header file for full documentation.
> 
>     Signed-off-by: Simon Glass <sjg@chromium.org>
> =================================================================
> 
> Best regards,
> gvb
> 
> ----------------------------------------------------------------
> The following changes since commit a78dac79ede7fbb4c9e816abc879655540c3f076:
> 
>   nds32: fix the missing COBJS-y change (2013-08-09 01:51:24 +0800)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fdt.git master
> 
> for you to fetch changes up to 35084760a9f492f29434020b64f1db339bf99a23:
> 
>   libfdt: SPDX-License-Identifier: GPL-2.0+ BSD-2-Clause (2013-08-10
> 09:04:25 -0400)
> 
> ----------------------------------------------------------------
> Roger Meier (1):
>       libfdt: SPDX-License-Identifier: GPL-2.0+ BSD-2-Clause
> 
>  Licenses/README              |   13 ++++++------
>  Licenses/bsd-2-clause.txt    |   25 ++++++++++++++++++++++
>  lib/libfdt/fdt.c             |   47
> +-----------------------------------------
>  lib/libfdt/fdt_empty_tree.c  |   47
> +-----------------------------------------
>  lib/libfdt/fdt_ro.c          |   47
> +-----------------------------------------
>  lib/libfdt/fdt_rw.c          |   47
> +-----------------------------------------
>  lib/libfdt/fdt_strerror.c    |   47
> +-----------------------------------------
>  lib/libfdt/fdt_sw.c          |   47
> +-----------------------------------------
>  lib/libfdt/fdt_wip.c         |   47
> +-----------------------------------------
>  lib/libfdt/libfdt_internal.h |   47
> +-----------------------------------------
>  10 files changed, 40 insertions(+), 374 deletions(-)
>  create mode 100644 Licenses/bsd-2-clause.txt

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130812/a7e46bbc/attachment.pgp>

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

* [U-Boot] Pull request: u-boot-fdt/master
  2013-08-10 13:21 [U-Boot] Pull request: u-boot-fdt/master Jerry Van Baren
  2013-08-12 16:00 ` Tom Rini
@ 2013-08-12 16:35 ` Simon Glass
  2013-08-12 17:12   ` Jerry Van Baren
  1 sibling, 1 reply; 4+ messages in thread
From: Simon Glass @ 2013-08-12 16:35 UTC (permalink / raw)
  To: u-boot

Hi Jerry,

On Sat, Aug 10, 2013 at 7:21 AM, Jerry Van Baren <gvb.uboot@gmail.com>wrote:

> Note: This is the license header change from Roger Meier (thanks), acked
> by Wolfgang.  While this will diverge our source a bit from the dtc
> upstream, I'm willing to live with that for now and indefinitely if
> necessary.
>
> I would like to start a dialog with David Gibson and Jon Loeliger to see
> if they are interested in adopting the compact license IDs. Unfortunately,
> I've been buried at work and am going on vacation, so that will have to
> wait a bit.
>
> I also discovered the u-boot libfdt/fdt_wip.c has fdt_find_regions() from
> Simon that isn't in the upstream dtc version.  I slipped up on that one,
> I'll be looking into reconciling u-boot-fdt with the upstream dtc.
>

I did start the work of upstreaming this, and an fdtgrep too to go with it
- you will see I think two versions of the patches on the
device-tree-discuss mailing list. At the time it was felt that it should
not go into the next release as it was not a small change. That release
(1.4) has gone out now so it is probably time to try again with that. I
have a few comments back and some adjustments to make.

Regards,
Simon

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

* [U-Boot] Pull request: u-boot-fdt/master
  2013-08-12 16:35 ` Simon Glass
@ 2013-08-12 17:12   ` Jerry Van Baren
  0 siblings, 0 replies; 4+ messages in thread
From: Jerry Van Baren @ 2013-08-12 17:12 UTC (permalink / raw)
  To: u-boot

On 08/12/2013 12:35 PM, Simon Glass wrote:
> Hi Jerry,
>
> On Sat, Aug 10, 2013 at 7:21 AM, Jerry Van Baren <gvb.uboot@gmail.com
> <mailto:gvb.uboot@gmail.com>> wrote:

[snip]

>     I also discovered the u-boot libfdt/fdt_wip.c has fdt_find_regions()
>     from Simon that isn't in the upstream dtc version.  I slipped up on
>     that one, I'll be looking into reconciling u-boot-fdt with the
>     upstream dtc.
>
>
> I did start the work of upstreaming this, and an fdtgrep too to go with
> it - you will see I think two versions of the patches on the
> device-tree-discuss mailing list. At the time it was felt that it should
> not go into the next release as it was not a small change. That release
> (1.4) has gone out now so it is probably time to try again with that. I
> have a few comments back and some adjustments to make.

Ahh, yes, I have been watching unfolding saga of fdtgrep, forgot this 
was connected.

Thanks,
gvb

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

end of thread, other threads:[~2013-08-12 17:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-10 13:21 [U-Boot] Pull request: u-boot-fdt/master Jerry Van Baren
2013-08-12 16:00 ` Tom Rini
2013-08-12 16:35 ` Simon Glass
2013-08-12 17:12   ` Jerry Van Baren

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.