* [PATCH 1/2] ARM: dts: orion5x-lschl: Fix model name
@ 2017-01-30 11:07 Roger Shimizu
2017-01-30 11:07 ` [PATCH 2/2] ARM: dts: orion5x-lschl: More consistent naming on linkstation series Roger Shimizu
2017-01-30 12:29 ` [PATCH 1/2] ARM: dts: orion5x-lschl: Fix model name Gregory CLEMENT
0 siblings, 2 replies; 4+ messages in thread
From: Roger Shimizu @ 2017-01-30 11:07 UTC (permalink / raw)
To: linux-arm-kernel
Model name should be consistent with legacy device file, so that user
can migrate their system from legacy device support to device-tree
safely.
Legacy device file is currently removed, but it can be found on 4.8
or previous version of linux:
arch/arm/mach-orion5x/ls-chl-setup.c
Fixes: f94f268979a2 ("ARM: dts: orion5x: convert ls-chl to FDT")
Cc: Ashley Hughes <ashley.hughes@blueyonder.co.uk>
Signed-off-by: Roger Shimizu <rogershimizu@gmail.com>
---
arch/arm/boot/dts/orion5x-lschl.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/orion5x-lschl.dts b/arch/arm/boot/dts/orion5x-lschl.dts
index 7c999b092e06..ee751995c8d0 100644
--- a/arch/arm/boot/dts/orion5x-lschl.dts
+++ b/arch/arm/boot/dts/orion5x-lschl.dts
@@ -2,7 +2,7 @@
* Device Tree file for Buffalo Linkstation LS-CHLv3
*
* Copyright (C) 2016 Ash Hughes <ashley.hughes@blueyonder.co.uk>
- * Copyright (C) 2015, 2016
+ * Copyright (C) 2015-2017
* Roger Shimizu <rogershimizu@gmail.com>
*
* This file is dual-licensed: you can use it either under the terms
@@ -52,7 +52,7 @@
#include <dt-bindings/gpio/gpio.h>
/ {
- model = "Buffalo Linkstation Live v3 (LS-CHL)";
+ model = "Buffalo Linkstation LiveV3 (LS-CHL)";
compatible = "buffalo,lschl", "marvell,orion5x-88f5182", "marvell,orion5x";
memory { /* 128 MB */
--
2.11.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] ARM: dts: orion5x-lschl: More consistent naming on linkstation series
2017-01-30 11:07 [PATCH 1/2] ARM: dts: orion5x-lschl: Fix model name Roger Shimizu
@ 2017-01-30 11:07 ` Roger Shimizu
2017-01-30 12:29 ` Gregory CLEMENT
2017-01-30 12:29 ` [PATCH 1/2] ARM: dts: orion5x-lschl: Fix model name Gregory CLEMENT
1 sibling, 1 reply; 4+ messages in thread
From: Roger Shimizu @ 2017-01-30 11:07 UTC (permalink / raw)
To: linux-arm-kernel
DTS files, which includes orion5x-linkstation.dtsi, are named:
orion5x-linkstation-*.dts
So we rename the file below:
arch/arm/boot/dts/orion5x-lschl.dts
to the new name:
arch/arm/boot/dts/orion5x-linkstation-lschl.dts
Because DTS conversion of this device was just introduced in 4.9, Debian
is still using legacy device support, other distros are the same,
so here we won't expect any impact actually.
Fixes: f94f268979a2 ("ARM: dts: orion5x: convert ls-chl to FDT")
Cc: Ashley Hughes <ashley.hughes@blueyonder.co.uk>
Signed-off-by: Roger Shimizu <rogershimizu@gmail.com>
---
arch/arm/boot/dts/{orion5x-lschl.dts => orion5x-linkstation-lschl.dts} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename arch/arm/boot/dts/{orion5x-lschl.dts => orion5x-linkstation-lschl.dts} (100%)
diff --git a/arch/arm/boot/dts/orion5x-lschl.dts b/arch/arm/boot/dts/orion5x-linkstation-lschl.dts
similarity index 100%
rename from arch/arm/boot/dts/orion5x-lschl.dts
rename to arch/arm/boot/dts/orion5x-linkstation-lschl.dts
--
2.11.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/2] ARM: dts: orion5x-lschl: Fix model name
2017-01-30 11:07 [PATCH 1/2] ARM: dts: orion5x-lschl: Fix model name Roger Shimizu
2017-01-30 11:07 ` [PATCH 2/2] ARM: dts: orion5x-lschl: More consistent naming on linkstation series Roger Shimizu
@ 2017-01-30 12:29 ` Gregory CLEMENT
1 sibling, 0 replies; 4+ messages in thread
From: Gregory CLEMENT @ 2017-01-30 12:29 UTC (permalink / raw)
To: linux-arm-kernel
Hi Roger,
On lun., janv. 30 2017, Roger Shimizu <rogershimizu@gmail.com> wrote:
> Model name should be consistent with legacy device file, so that user
> can migrate their system from legacy device support to device-tree
> safely.
>
> Legacy device file is currently removed, but it can be found on 4.8
> or previous version of linux:
> arch/arm/mach-orion5x/ls-chl-setup.c
>
> Fixes: f94f268979a2 ("ARM: dts: orion5x: convert ls-chl to FDT")
> Cc: Ashley Hughes <ashley.hughes@blueyonder.co.uk>
> Signed-off-by: Roger Shimizu <rogershimizu@gmail.com>
Applied on mvebu/dt
Thanks,
Gregory
> ---
> arch/arm/boot/dts/orion5x-lschl.dts | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/orion5x-lschl.dts b/arch/arm/boot/dts/orion5x-lschl.dts
> index 7c999b092e06..ee751995c8d0 100644
> --- a/arch/arm/boot/dts/orion5x-lschl.dts
> +++ b/arch/arm/boot/dts/orion5x-lschl.dts
> @@ -2,7 +2,7 @@
> * Device Tree file for Buffalo Linkstation LS-CHLv3
> *
> * Copyright (C) 2016 Ash Hughes <ashley.hughes@blueyonder.co.uk>
> - * Copyright (C) 2015, 2016
> + * Copyright (C) 2015-2017
> * Roger Shimizu <rogershimizu@gmail.com>
> *
> * This file is dual-licensed: you can use it either under the terms
> @@ -52,7 +52,7 @@
> #include <dt-bindings/gpio/gpio.h>
>
> / {
> - model = "Buffalo Linkstation Live v3 (LS-CHL)";
> + model = "Buffalo Linkstation LiveV3 (LS-CHL)";
> compatible = "buffalo,lschl", "marvell,orion5x-88f5182", "marvell,orion5x";
>
> memory { /* 128 MB */
> --
> 2.11.0
>
--
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 2/2] ARM: dts: orion5x-lschl: More consistent naming on linkstation series
2017-01-30 11:07 ` [PATCH 2/2] ARM: dts: orion5x-lschl: More consistent naming on linkstation series Roger Shimizu
@ 2017-01-30 12:29 ` Gregory CLEMENT
0 siblings, 0 replies; 4+ messages in thread
From: Gregory CLEMENT @ 2017-01-30 12:29 UTC (permalink / raw)
To: linux-arm-kernel
Hi Roger,
On lun., janv. 30 2017, Roger Shimizu <rogershimizu@gmail.com> wrote:
> DTS files, which includes orion5x-linkstation.dtsi, are named:
> orion5x-linkstation-*.dts
>
> So we rename the file below:
> arch/arm/boot/dts/orion5x-lschl.dts
> to the new name:
> arch/arm/boot/dts/orion5x-linkstation-lschl.dts
>
> Because DTS conversion of this device was just introduced in 4.9, Debian
> is still using legacy device support, other distros are the same,
> so here we won't expect any impact actually.
>
> Fixes: f94f268979a2 ("ARM: dts: orion5x: convert ls-chl to FDT")
> Cc: Ashley Hughes <ashley.hughes@blueyonder.co.uk>
> Signed-off-by: Roger Shimizu <rogershimizu@gmail.com>
Applied on mvebu/dt
Thanks,
Gregory
> ---
> arch/arm/boot/dts/{orion5x-lschl.dts => orion5x-linkstation-lschl.dts} | 0
> 1 file changed, 0 insertions(+), 0 deletions(-)
> rename arch/arm/boot/dts/{orion5x-lschl.dts => orion5x-linkstation-lschl.dts} (100%)
>
> diff --git a/arch/arm/boot/dts/orion5x-lschl.dts b/arch/arm/boot/dts/orion5x-linkstation-lschl.dts
> similarity index 100%
> rename from arch/arm/boot/dts/orion5x-lschl.dts
> rename to arch/arm/boot/dts/orion5x-linkstation-lschl.dts
> --
> 2.11.0
>
--
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-01-30 12:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-30 11:07 [PATCH 1/2] ARM: dts: orion5x-lschl: Fix model name Roger Shimizu
2017-01-30 11:07 ` [PATCH 2/2] ARM: dts: orion5x-lschl: More consistent naming on linkstation series Roger Shimizu
2017-01-30 12:29 ` Gregory CLEMENT
2017-01-30 12:29 ` [PATCH 1/2] ARM: dts: orion5x-lschl: Fix model name Gregory CLEMENT
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).