[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <169661177118.4076678.10919719119108663799.robh@kernel.org>
Date: Fri, 6 Oct 2023 12:02:51 -0500
From: Rob Herring <robh@...nel.org>
To: Miquel Raynal <miquel.raynal@...tlin.com>
Cc: Daniel Golle <daniel@...rotopia.org>,
Luka Perkov <luka.perkov@...tura.hr>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-kernel@...r.kernel.org,
Thomas Petazzoni <thomas.petazzoni@...tlin.com>,
Randy Dunlap <rdunlap@...radead.org>,
Chen-Yu Tsai <wenst@...omium.org>,
Frank Rowand <frowand.list@...il.com>,
devicetree@...r.kernel.org,
Srinivas Kandagatla <srinivas.kandagatla@...aro.org>,
Rafał Miłecki <rafal@...ecki.pl>,
Michael Walle <michael@...le.cc>,
Rob Herring <robh+dt@...nel.org>,
Robert Marko <robert.marko@...tura.hr>
Subject: Re: [PATCH v12 1/7] of: device: Export of_device_make_bus_id()
On Thu, 05 Oct 2023 17:59:01 +0200, Miquel Raynal wrote:
> This helper is really handy to create unique device names based on their
> device tree path, we may need it outside of the OF core (in the NVMEM
> subsystem) so let's export it. As this helper has nothing patform
> specific, let's move it to of/device.c instead of of/platform.c so we
> can add its prototype to of_device.h.
>
> Signed-off-by: Miquel Raynal <miquel.raynal@...tlin.com>
> ---
> drivers/of/device.c | 41 +++++++++++++++++++++++++++++++++++++++
> drivers/of/platform.c | 40 --------------------------------------
> include/linux/of_device.h | 6 ++++++
> 3 files changed, 47 insertions(+), 40 deletions(-)
>
Acked-by: Rob Herring <robh@...nel.org>
Powered by blists - more mailing lists