From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752333AbeA3ANR (ORCPT ); Mon, 29 Jan 2018 19:13:17 -0500 Received: from mail-pf0-f195.google.com ([209.85.192.195]:34067 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752292AbeA3ANO (ORCPT ); Mon, 29 Jan 2018 19:13:14 -0500 X-Google-Smtp-Source: AH8x224zdZ1pXQ9lYTfAyrQJ/wNNA2MtSb8QG7qhy0uZFrkYnkQih/CytGhGay5oW/WW6QytOEEWkQ== Subject: Re: [PATCH 1/2] of: change overlay apply input data from EDT to FDT To: Geert Uytterhoeven , Rob Herring Cc: Rob Herring , Pantelis Antoniou , Pantelis Antoniou , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux Kernel Mailing List References: <1517194414-19932-1-git-send-email-frowand.list@gmail.com> <1517194414-19932-2-git-send-email-frowand.list@gmail.com> From: Frank Rowand Message-ID: Date: Mon, 29 Jan 2018 16:13:11 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/29/18 07:05, Geert Uytterhoeven wrote: > On Mon, Jan 29, 2018 at 3:42 PM, Rob Herring wrote: >> On Sun, Jan 28, 2018 at 8:53 PM, wrote: >>> From: Frank Rowand >>> >>> Move duplicating and unflattening of an overlay flattened devicetree >>> (FDT) into the overlay application code. To accomplish this, >>> of_overlay_apply() is replaced by of_overlay_fdt_apply(). >>> >>> The copy of the FDT (aka "duplicate FDT") now belongs to devicetree >>> code, which is thus responsible for freeing the duplicate FDT. The >>> caller of of_overlay_fdt_apply() remains responsible for freeing the >>> original FDT. >>> >>> The unflattened device tree (aka expanded device tree, EDT) now >> >> Not really a fan of a new acronym. > > FWIW, it has already sneaked in: > > $ git grep -w EDT -- drivers/of > drivers/of/unittest.c: * will create pointers to the passed in FDT in the EDT. Rob will be glad to know that this comment is removed by this patch series. :-) > Gr{oetje,eeting}s, > > Geert > > -- > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org > > In personal conversations with technical people, I call myself a hacker. But > when I'm talking to journalists I just say "programmer" or something like that. > -- Linus Torvalds >