* [PATCH] ARM: dts: explicitly mark skeleton.dtsi as deprecated
@ 2016-09-01 11:40 Mark Rutland
[not found] ` <1472730037-4972-1-git-send-email-mark.rutland-5wv7dgnIgG8@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Mark Rutland @ 2016-09-01 11:40 UTC (permalink / raw)
To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, Mark Rutland, Rob Herring,
Arnd Bergmann, Olof Johansson
As noted in commit 3ebee5a2e141496b ("arm64: dts: kill skeleton.dtsi"),
there are a number of problems with skeleton.dtsi, and it would be
prefereable to remove it entirely. As there are a large number of
existing users, fixing these up will take a while.
This patch adds a note to arm's skeleton.dtsi noting that this is the
case, to make this more obvious and hopefully minimize new uptake of
skeleton.dtsi in the mean time.
Signed-off-by: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
Cc: Rob Herring <rob.herring-5wv7dgnIgG8@public.gmane.org>
Cc: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
Cc: Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>
---
arch/arm/boot/dts/skeleton.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/skeleton.dtsi b/arch/arm/boot/dts/skeleton.dtsi
index b41d241..28b81d6 100644
--- a/arch/arm/boot/dts/skeleton.dtsi
+++ b/arch/arm/boot/dts/skeleton.dtsi
@@ -1,4 +1,8 @@
/*
+ * This file is deprecated, and will be removed once existing users have been
+ * updated. New dts{,i} files should *not* include skeleton.dtsi, and should
+ * instead explicitly provide the below nodes only as required.
+ *
* Skeleton device tree; the bare minimum needed to boot; just include and
* add a compatible value. The bootloader will typically populate the memory
* node.
--
1.9.1
--
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: dts: explicitly mark skeleton.dtsi as deprecated
[not found] ` <1472730037-4972-1-git-send-email-mark.rutland-5wv7dgnIgG8@public.gmane.org>
@ 2016-09-01 12:46 ` Mark Rutland
2016-09-01 13:10 ` Rob Herring
0 siblings, 1 reply; 3+ messages in thread
From: Mark Rutland @ 2016-09-01 12:46 UTC (permalink / raw)
To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, Rob Herring, Arnd Bergmann,
Olof Johansson
On Thu, Sep 01, 2016 at 12:40:37PM +0100, Mark Rutland wrote:
> As noted in commit 3ebee5a2e141496b ("arm64: dts: kill skeleton.dtsi"),
> there are a number of problems with skeleton.dtsi, and it would be
> prefereable to remove it entirely. As there are a large number of
> existing users, fixing these up will take a while.
>
> This patch adds a note to arm's skeleton.dtsi noting that this is the
> case, to make this more obvious and hopefully minimize new uptake of
> skeleton.dtsi in the mean time.
>
> Signed-off-by: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
> Cc: Rob Herring <rob.herring-5wv7dgnIgG8@public.gmane.org>
This should have been linaro.org. not sure how I managed that.
Mark.
> Cc: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
> Cc: Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>
> ---
> arch/arm/boot/dts/skeleton.dtsi | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/boot/dts/skeleton.dtsi b/arch/arm/boot/dts/skeleton.dtsi
> index b41d241..28b81d6 100644
> --- a/arch/arm/boot/dts/skeleton.dtsi
> +++ b/arch/arm/boot/dts/skeleton.dtsi
> @@ -1,4 +1,8 @@
> /*
> + * This file is deprecated, and will be removed once existing users have been
> + * updated. New dts{,i} files should *not* include skeleton.dtsi, and should
> + * instead explicitly provide the below nodes only as required.
> + *
> * Skeleton device tree; the bare minimum needed to boot; just include and
> * add a compatible value. The bootloader will typically populate the memory
> * node.
> --
> 1.9.1
>
--
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: dts: explicitly mark skeleton.dtsi as deprecated
2016-09-01 12:46 ` Mark Rutland
@ 2016-09-01 13:10 ` Rob Herring
0 siblings, 0 replies; 3+ messages in thread
From: Rob Herring @ 2016-09-01 13:10 UTC (permalink / raw)
To: Mark Rutland
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring,
Arnd Bergmann, Olof Johansson
On Thu, Sep 1, 2016 at 7:46 AM, Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> wrote:
> On Thu, Sep 01, 2016 at 12:40:37PM +0100, Mark Rutland wrote:
>> As noted in commit 3ebee5a2e141496b ("arm64: dts: kill skeleton.dtsi"),
>> there are a number of problems with skeleton.dtsi, and it would be
>> prefereable to remove it entirely. As there are a large number of
>> existing users, fixing these up will take a while.
>>
>> This patch adds a note to arm's skeleton.dtsi noting that this is the
>> case, to make this more obvious and hopefully minimize new uptake of
>> skeleton.dtsi in the mean time.
>>
>> Signed-off-by: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
>> Cc: Rob Herring <rob.herring-5wv7dgnIgG8@public.gmane.org>
>
> This should have been linaro.org. not sure how I managed that.
Well, kernel.org really.
I was going to ask if we were getting close with the recent activity,
but I just looked and no there's still a ton.
Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
--
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-09-01 13:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-01 11:40 [PATCH] ARM: dts: explicitly mark skeleton.dtsi as deprecated Mark Rutland
[not found] ` <1472730037-4972-1-git-send-email-mark.rutland-5wv7dgnIgG8@public.gmane.org>
2016-09-01 12:46 ` Mark Rutland
2016-09-01 13:10 ` Rob Herring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).