Re: libfdt: Add fdt_set_name() function

2008-01-11 Thread Jon Loeliger
So, like, the other day Josh Boyer mumbled: > On Fri, 11 Jan 2008 07:44:33 -0600 > Jon Loeliger <[EMAIL PROTECTED]> wrote: > > > So, like, the other day David Gibson mumbled: > > > This patch adds an fdt_set_name() function to libfdt, mirroring > > > fdt_get_name(). This is a r/w function which a

Re: libfdt: Add fdt_set_name() function

2008-01-11 Thread Josh Boyer
On Fri, 11 Jan 2008 07:44:33 -0600 Jon Loeliger <[EMAIL PROTECTED]> wrote: > So, like, the other day David Gibson mumbled: > > This patch adds an fdt_set_name() function to libfdt, mirroring > > fdt_get_name(). This is a r/w function which alters the name of a > > given device tree node. > > > >

Re: libfdt: Add fdt_set_name() function

2008-01-11 Thread Jon Loeliger
So, like, the other day David Gibson mumbled: > This patch adds an fdt_set_name() function to libfdt, mirroring > fdt_get_name(). This is a r/w function which alters the name of a > given device tree node. > > Signed-off-by: David Gibson <[EMAIL PROTECTED]> Applied. jdl ___

libfdt: Add fdt_set_name() function

2008-01-10 Thread David Gibson
This patch adds an fdt_set_name() function to libfdt, mirroring fdt_get_name(). This is a r/w function which alters the name of a given device tree node. Signed-off-by: David Gibson <[EMAIL PROTECTED]> Index: dtc/libfdt/libfdt.h ===