public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [RFC PATCH 0/2] fdt: Deal correctly with alias nodes
@ 2011-12-26 22:31 Simon Glass
  2011-12-26 22:31 ` [U-Boot] [RFC PATCH 1/2] fdt: Add fdtdec_find_aliases() to deal " Simon Glass
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Simon Glass @ 2011-12-26 22:31 UTC (permalink / raw)
  To: u-boot

This series proposes a new way to deal with alias nodes and introduces a
function to take care of it.

It includes an example of converting USB code over to use this new
function.

Note: At present it does not deal automatically with disabled nodes,
but perhaps it should? Or perhaps this is better as an option. Something
to leave for later perhaps.

Note 2: The actual logic of this function is not properly tested yet.


Simon Glass (2):
  fdt: Add fdtdec_find_aliases() to deal with alias nodes
  tegra: Use fdtdec_find_aliases() to find USB ports

 arch/arm/cpu/armv7/tegra2/usb.c |   17 ++++----
 include/fdtdec.h                |   51 ++++++++++++++++++++++
 lib/fdtdec.c                    |   89 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 148 insertions(+), 9 deletions(-)

-- 
1.7.3.1

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

end of thread, other threads:[~2012-02-27 16:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-26 22:31 [U-Boot] [RFC PATCH 0/2] fdt: Deal correctly with alias nodes Simon Glass
2011-12-26 22:31 ` [U-Boot] [RFC PATCH 1/2] fdt: Add fdtdec_find_aliases() to deal " Simon Glass
2012-01-03 22:34   ` Simon Glass
2012-01-10 20:27   ` Stephen Warren
2012-01-10 21:22     ` Simon Glass
2012-01-10 21:41       ` Stephen Warren
2012-01-12  4:38         ` Simon Glass
2011-12-26 22:31 ` [U-Boot] [RFC PATCH 2/2] tegra: Use fdtdec_find_aliases() to find USB ports Simon Glass
2012-02-26 23:09 ` [U-Boot] [RFC PATCH 0/2] fdt: Deal correctly with alias nodes Marek Vasut
     [not found]   ` <CAPnjgZ3_WgwXJiApa5+5Vs=zUNYnbCyqte=55gpthCeZASdwOA@mail.gmail.com>
2012-02-27 16:36     ` Tom Warren
2012-02-27 16:38       ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox