All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerry Van Baren <gvb.uboot@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] fdt: introduce fdt_create_phandle()
Date: Thu, 14 Jul 2011 22:58:31 -0400	[thread overview]
Message-ID: <4E1FACD7.8040500@gmail.com> (raw)
In-Reply-To: <1305058491-19720-1-git-send-email-timur@freescale.com>

On 05/10/2011 04:14 PM, Timur Tabi wrote:
> The ePAPR specification says that phandle properties should be called
> "phandle", and not "linux,phandle".  To facilitate the migration from
> "linux,phandle" to "phandle", introduce function fdt_create_phandle(), which
> creates a phandle in a given node.  For now, we create both the "phandle" and
> "linux,phandle" properties.  A later version of this function will remove
> support for "linux,phandle".
>
> Signed-off-by: Timur Tabi<timur@freescale.com>
> ---
>   common/fdt_support.c  |   40 ++++++++++++++++++++++++++++++++++++++++
>   include/fdt_support.h |    1 +
>   2 files changed, 41 insertions(+), 0 deletions(-)

Applied to u-boot-fdt.

Thanks,
gvb

      parent reply	other threads:[~2011-07-15  2:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-10 20:14 [U-Boot] [PATCH 1/2] fdt: introduce fdt_create_phandle() Timur Tabi
2011-05-10 20:14 ` [U-Boot] [PATCH 2/2] [v2] powerpc/85xx: add support the ePAPR "phandle" property Timur Tabi
2011-05-10 20:24   ` Wolfgang Denk
2011-07-14 13:31 ` [U-Boot] [PATCH 1/2] fdt: introduce fdt_create_phandle() Kumar Gala
2011-07-14 14:01   ` Gerald Van Baren
2011-07-14 14:19     ` Kumar Gala
2011-07-15  2:58 ` Jerry Van Baren [this message]

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=4E1FACD7.8040500@gmail.com \
    --to=gvb.uboot@gmail.com \
    --cc=u-boot@lists.denx.de \
    /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.