From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752429AbdJMWHH (ORCPT ); Fri, 13 Oct 2017 18:07:07 -0400 Received: from mail-pg0-f68.google.com ([74.125.83.68]:43098 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751057AbdJMWHF (ORCPT ); Fri, 13 Oct 2017 18:07:05 -0400 X-Google-Smtp-Source: AOwi7QCHBO2XNoDHfp58R5FW2mUpAjSKE2gbiHnces8aZH5h7PZ6tlMBd2M0CS7CPDKW9Ncb/uNlWQ== Subject: Re: [PATCH] of/fdt: Document detached argument to __unflatten_device_tree() To: Stephen Boyd , Rob Herring References: <20171013074129.13109-1-stephen.boyd@linaro.org> Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org From: Frank Rowand Message-ID: <59E138FB.3020004@gmail.com> Date: Fri, 13 Oct 2017 15:06:51 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <20171013074129.13109-1-stephen.boyd@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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