From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frank Rowand Subject: Re: [PATCH] of/fdt: Document detached argument to __unflatten_device_tree() Date: Fri, 13 Oct 2017 15:06:51 -0700 Message-ID: <59E138FB.3020004@gmail.com> References: <20171013074129.13109-1-stephen.boyd@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20171013074129.13109-1-stephen.boyd-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stephen Boyd , Rob Herring Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On 10/13/17 00:41, Stephen Boyd wrote: > This wasn't documented. > > Signed-off-by: Stephen Boyd > --- > drivers/of/fdt.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c > index ce30c9a588a4..4ea4dad13707 100644 > --- a/drivers/of/fdt.c > +++ b/drivers/of/fdt.c > @@ -467,6 +467,7 @@ static int unflatten_dt_nodes(const void *blob, > * @mynodes: The device_node tree created by the call > * @dt_alloc: An allocator that provides a virtual address to memory > * for the resulting tree > + * @detached: if true set OF_DETACHED on @mynodes > * > * Returns NULL on failure or the memory chunk containing the unflattened > * device tree on success. > Reviewed-by: Frank Rowand -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html