[PATCH v2 1/5] dt: add of_alias_scan and of_alias_get_id
From: Shawn Guo <hidden>
Date: 2011-07-08 09:29:53
Also in:
linux-devicetree, linux-serial, lkml, netdev
From: Shawn Guo <hidden>
Date: 2011-07-08 09:29:53
Also in:
linux-devicetree, linux-serial, lkml, netdev
Hi Grant, I saw neither your comments nor ack on this patch. Where does it go? Regards, Shawn On Sat, Jun 25, 2011 at 02:04:32AM +0800, Shawn Guo wrote:
The patch adds function of_alias_scan to populate a global lookup table with the properties of 'aliases' node and function of_alias_get_id for drivers to find alias id from the lookup table. Signed-off-by: Shawn Guo <redacted> Cc: Grant Likely <redacted> ---