public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: David Gibson <david@gibson.dropbear.id.au>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 05/14] fdt: Export fdtdec_find_alias_node() function
Date: Fri, 26 Oct 2012 15:24:33 +1100	[thread overview]
Message-ID: <20121026042433.GL7222@truffula.fritz.box> (raw)
In-Reply-To: <1351218671-15228-6-git-send-email-sjg@chromium.org>

On Thu, Oct 25, 2012 at 07:31:02PM -0700, Simon Glass wrote:
> This function is useful outside fdtdec, so export it.

Hrm.  fdt_path_offset() in libfdt itself will already look up aliases
if given a path that doesn't start with '/'.  So it's not clear why
you need this function at all.

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson

  reply	other threads:[~2012-10-26  4:24 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-26  2:30 [U-Boot] [PATCH 0/14] fdt: Add various device tree utilities and features Simon Glass
2012-10-26  2:30 ` [U-Boot] [PATCH 01/14] fdt: Add function to get config int from device tree Simon Glass
2012-10-26  2:30 ` [U-Boot] [PATCH 02/14] fdt: Add function to get a config string " Simon Glass
2012-10-26  2:31 ` [U-Boot] [PATCH 03/14] fdt: Add fdtdec_decode_region() to decode memory region Simon Glass
2012-10-26  2:31 ` [U-Boot] [PATCH 04/14] fdt: Add function for decoding multiple gpios globally available Simon Glass
2012-10-26  2:31 ` [U-Boot] [PATCH 05/14] fdt: Export fdtdec_find_alias_node() function Simon Glass
2012-10-26  4:24   ` David Gibson [this message]
2012-10-31 23:50     ` Simon Glass
2012-10-26  2:31 ` [U-Boot] [PATCH 06/14] fdt: Export fdtdec_lookup() and fix the name Simon Glass
2012-10-26  2:31 ` [U-Boot] [PATCH 07/14] fdt: Add function to read boolean property Simon Glass
2012-10-26  2:31 ` [U-Boot] [PATCH 08/14] fdt: Add fdtdec_get_uint64 to decode a 64-bit value from a property Simon Glass
2012-10-26  2:31 ` [U-Boot] [PATCH 09/14] fdt: Add polarity-aware gpio functions to fdtdec Simon Glass
2012-10-26  7:17   ` Lucas Stach
2012-10-31 23:59     ` Simon Glass
2012-11-01  4:50       ` Stephen Warren
2012-11-15 23:31         ` Simon Glass
2012-11-15 23:46           ` Stephen Warren
2012-11-16  0:01             ` Simon Glass
2012-10-26  2:31 ` [U-Boot] [PATCH 10/14] fdt: Load boot command from device tree Simon Glass
2012-10-26  2:31 ` [U-Boot] [PATCH 11/14] fdt: Tell the FDT library where the device tree is Simon Glass
2012-10-26  2:31 ` [U-Boot] [PATCH 12/14] fdt: Allow device tree to specify secure booting Simon Glass
2012-10-26  2:31 ` [U-Boot] [PATCH 13/14] fdt: Add option to default to most compatible conf in a fit image Simon Glass
2012-10-26  2:31 ` [U-Boot] [PATCH 14/14] fdt: Set kernaddr if fdt indicates a kernel is present Simon Glass
2012-11-28 14:30   ` Dennis Lan
2012-11-28 15:16     ` Simon Glass
2012-11-18  1:35 ` [U-Boot] [PATCH 0/14] fdt: Add various device tree utilities and features Jerry Van Baren
2012-11-19 17:08   ` Simon Glass

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=20121026042433.GL7222@truffula.fritz.box \
    --to=david@gibson.dropbear.id.au \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox