On Fri, 22 May 2015 02:00:45 +0000 (UTC)
Oleksandr Tymoshenko <go...@freebsd.org> wrote:

> Author: gonzo
> Date: Fri May 22 02:00:44 2015
> New Revision: 283275
> URL: https://svnweb.freebsd.org/changeset/base/283275
> 
> Log:
>   Add helper method fdt_find_child to make access to child nodes
> easier. 
>   Some FDT nodes have complex properties organized as a child
> sub-nodes (e.g. timing for LCD panel) we need easy way to obtain
> handles for these sub-nodes

Why is this named fdt_find_child? It's not fdt specific so should be
named something like ofw_bus_find_child and live in
sys/dev/ofw/ofw_bus_subr.c.

In general we are trying to move away from the fdt_ functions unless
absolutely needed.

Andrew
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to