[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220504154033.750511-1-clement.leger@bootlin.com>
Date: Wed, 4 May 2022 17:40:30 +0200
From: Clément Léger <clement.leger@...tlin.com>
To: Michael Ellerman <mpe@...erman.id.au>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
Paul Mackerras <paulus@...ba.org>,
Rob Herring <robh+dt@...nel.org>,
Frank Rowand <frowand.list@...il.com>,
Nathan Lynch <nathanl@...ux.ibm.com>,
Laurent Dufour <ldufour@...ux.ibm.com>,
Daniel Henrique Barboza <danielhb413@...il.com>,
David Gibson <david@...son.dropbear.id.au>,
Andrew Morton <akpm@...ux-foundation.org>,
David Hildenbrand <david@...hat.com>,
Ohhoon Kwon <ohoono.kwon@...sung.com>,
"Aneesh Kumar K.V" <aneesh.kumar@...ux.ibm.com>,
YueHaibing <yuehaibing@...wei.com>
Cc: Clément Léger <clement.leger@...tlin.com>,
linuxppc-dev@...ts.ozlabs.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org,
Allan Nielsen <allan.nielsen@...rochip.com>,
Horatiu Vultur <horatiu.vultur@...rochip.com>,
Steen Hegelund <steen.hegelund@...rochip.com>,
Thomas Petazzoni <thomas.petazzoni@...tlin.com>
Subject: [PATCH 0/3] of: add of_property_alloc/free() and of_node_alloc/free()
In order to be able to create new nodes and properties dynamically from
drivers, add of_property_alloc/free() and of_node_alloc/free(). These
functions can be used to create new nodes and properties flagged with
OF_DYNAMIC and to free them.
Some powerpc code was already doing such operations and thus, these
functions have been used to replace the manual creation of nodes and
properties.
Clément Léger (3):
of: dynamic: add of_property_alloc() and of_property_free()
of: dynamic: add of_node_alloc() and of_node_free()
powerpc/pseries: use of_property_*() and of_node_*() functions
arch/powerpc/platforms/pseries/dlpar.c | 51 +-----
.../platforms/pseries/hotplug-memory.c | 27 +--
arch/powerpc/platforms/pseries/reconfig.c | 44 ++---
drivers/of/dynamic.c | 160 +++++++++++++-----
include/linux/of.h | 25 +++
5 files changed, 166 insertions(+), 141 deletions(-)
--
2.34.1
Powered by blists - more mailing lists