All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: arm: Remove the dangling vexpress-v2m-rs1.dtsi symlink
@ 2023-07-06  8:55 ` Sudeep Holla
  0 siblings, 0 replies; 6+ messages in thread
From: Sudeep Holla @ 2023-07-06  8:55 UTC (permalink / raw)
  To: linux-arm-kernel, devicetree
  Cc: Sudeep Holla, Liviu Dudau, Lorenzo Pieralisi, Rob Herring, Avram Lubkin

Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor sub-directories")
moved all arm vendor specific DTS into the sub-directory and updated
vexpress-v2f-1xv7-ca53x2.dts accordingly to include vexpress-v2m-rs1.dtsi
from the right path. However the symlink was left dangling which is harmless
and causes no issue for the build.

Just remove the dangling symlink now that it is noticed and reported.

Fixes: 724ba6751532 ("ARM: dts: Move .dts files to vendor sub-directories")
Cc: Liviu Dudau <liviu.dudau@arm.com>
Cc: Lorenzo Pieralisi <lpieralisi@kernel.org>
Cc: Rob Herring <robh+dt@kernel.org>
Reported-by: Avram Lubkin <avram@rockhopper.net>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
---
 arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi | 1 -
 1 file changed, 1 deletion(-)
 delete mode 120000 arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi

diff --git a/arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi b/arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi
deleted file mode 120000
index 68fd0f8f1dee..000000000000
--- a/arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi
+++ /dev/null
@@ -1 +0,0 @@
-../../../../arm/boot/dts/vexpress-v2m-rs1.dtsi
\ No newline at end of file
-- 
2.41.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] arm64: dts: arm: Remove the dangling vexpress-v2m-rs1.dtsi symlink
@ 2023-07-06  8:55 ` Sudeep Holla
  0 siblings, 0 replies; 6+ messages in thread
From: Sudeep Holla @ 2023-07-06  8:55 UTC (permalink / raw)
  To: linux-arm-kernel, devicetree
  Cc: Sudeep Holla, Liviu Dudau, Lorenzo Pieralisi, Rob Herring, Avram Lubkin

Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor sub-directories")
moved all arm vendor specific DTS into the sub-directory and updated
vexpress-v2f-1xv7-ca53x2.dts accordingly to include vexpress-v2m-rs1.dtsi
from the right path. However the symlink was left dangling which is harmless
and causes no issue for the build.

Just remove the dangling symlink now that it is noticed and reported.

Fixes: 724ba6751532 ("ARM: dts: Move .dts files to vendor sub-directories")
Cc: Liviu Dudau <liviu.dudau@arm.com>
Cc: Lorenzo Pieralisi <lpieralisi@kernel.org>
Cc: Rob Herring <robh+dt@kernel.org>
Reported-by: Avram Lubkin <avram@rockhopper.net>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
---
 arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi | 1 -
 1 file changed, 1 deletion(-)
 delete mode 120000 arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi

diff --git a/arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi b/arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi
deleted file mode 120000
index 68fd0f8f1dee..000000000000
--- a/arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi
+++ /dev/null
@@ -1 +0,0 @@
-../../../../arm/boot/dts/vexpress-v2m-rs1.dtsi
\ No newline at end of file
-- 
2.41.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] arm64: dts: arm: Remove the dangling vexpress-v2m-rs1.dtsi symlink
  2023-07-06  8:55 ` Sudeep Holla
@ 2023-07-06 11:21   ` Liviu Dudau
  -1 siblings, 0 replies; 6+ messages in thread
From: Liviu Dudau @ 2023-07-06 11:21 UTC (permalink / raw)
  To: Sudeep Holla
  Cc: linux-arm-kernel, devicetree, Lorenzo Pieralisi, Rob Herring,
	Avram Lubkin

On Thu, Jul 06, 2023 at 09:55:34AM +0100, Sudeep Holla wrote:
> Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor sub-directories")
> moved all arm vendor specific DTS into the sub-directory and updated
> vexpress-v2f-1xv7-ca53x2.dts accordingly to include vexpress-v2m-rs1.dtsi
> from the right path. However the symlink was left dangling which is harmless
> and causes no issue for the build.
> 
> Just remove the dangling symlink now that it is noticed and reported.
> 
> Fixes: 724ba6751532 ("ARM: dts: Move .dts files to vendor sub-directories")
> Cc: Liviu Dudau <liviu.dudau@arm.com>
> Cc: Lorenzo Pieralisi <lpieralisi@kernel.org>
> Cc: Rob Herring <robh+dt@kernel.org>
> Reported-by: Avram Lubkin <avram@rockhopper.net>
> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>

Acked-by: Liviu Dudau <liviu.dudau@arm.com>

Thanks for the quick fix!

Best regards,
Liviu

> ---
>  arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi | 1 -
>  1 file changed, 1 deletion(-)
>  delete mode 120000 arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi
> 
> diff --git a/arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi b/arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi
> deleted file mode 120000
> index 68fd0f8f1dee..000000000000
> --- a/arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi
> +++ /dev/null
> @@ -1 +0,0 @@
> -../../../../arm/boot/dts/vexpress-v2m-rs1.dtsi
> \ No newline at end of file
> -- 
> 2.41.0
> 

-- 
====================
| I would like to |
| fix the world,  |
| but they're not |
| giving me the   |
 \ source code!  /
  ---------------
    ¯\_(ツ)_/¯

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] arm64: dts: arm: Remove the dangling vexpress-v2m-rs1.dtsi symlink
@ 2023-07-06 11:21   ` Liviu Dudau
  0 siblings, 0 replies; 6+ messages in thread
From: Liviu Dudau @ 2023-07-06 11:21 UTC (permalink / raw)
  To: Sudeep Holla
  Cc: linux-arm-kernel, devicetree, Lorenzo Pieralisi, Rob Herring,
	Avram Lubkin

On Thu, Jul 06, 2023 at 09:55:34AM +0100, Sudeep Holla wrote:
> Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor sub-directories")
> moved all arm vendor specific DTS into the sub-directory and updated
> vexpress-v2f-1xv7-ca53x2.dts accordingly to include vexpress-v2m-rs1.dtsi
> from the right path. However the symlink was left dangling which is harmless
> and causes no issue for the build.
> 
> Just remove the dangling symlink now that it is noticed and reported.
> 
> Fixes: 724ba6751532 ("ARM: dts: Move .dts files to vendor sub-directories")
> Cc: Liviu Dudau <liviu.dudau@arm.com>
> Cc: Lorenzo Pieralisi <lpieralisi@kernel.org>
> Cc: Rob Herring <robh+dt@kernel.org>
> Reported-by: Avram Lubkin <avram@rockhopper.net>
> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>

Acked-by: Liviu Dudau <liviu.dudau@arm.com>

Thanks for the quick fix!

Best regards,
Liviu

> ---
>  arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi | 1 -
>  1 file changed, 1 deletion(-)
>  delete mode 120000 arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi
> 
> diff --git a/arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi b/arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi
> deleted file mode 120000
> index 68fd0f8f1dee..000000000000
> --- a/arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi
> +++ /dev/null
> @@ -1 +0,0 @@
> -../../../../arm/boot/dts/vexpress-v2m-rs1.dtsi
> \ No newline at end of file
> -- 
> 2.41.0
> 

-- 
====================
| I would like to |
| fix the world,  |
| but they're not |
| giving me the   |
 \ source code!  /
  ---------------
    ¯\_(ツ)_/¯

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] arm64: dts: arm: Remove the dangling vexpress-v2m-rs1.dtsi symlink
  2023-07-06  8:55 ` Sudeep Holla
@ 2023-07-19  9:59   ` Sudeep Holla
  -1 siblings, 0 replies; 6+ messages in thread
From: Sudeep Holla @ 2023-07-19  9:59 UTC (permalink / raw)
  To: linux-arm-kernel, devicetree, Sudeep Holla
  Cc: Liviu Dudau, Lorenzo Pieralisi, Rob Herring, Avram Lubkin

On Thu, 06 Jul 2023 09:55:34 +0100, Sudeep Holla wrote:
> Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor sub-directories")
> moved all arm vendor specific DTS into the sub-directory and updated
> vexpress-v2f-1xv7-ca53x2.dts accordingly to include vexpress-v2m-rs1.dtsi
> from the right path. However the symlink was left dangling which is harmless
> and causes no issue for the build.
> 
> Just remove the dangling symlink now that it is noticed and reported.
> 
> [...]

Applied to sudeep.holla/linux (for-next/juno/fixes), thanks!

[1/1] arm64: dts: arm: Remove the dangling vexpress-v2m-rs1.dtsi symlink
      https://git.kernel.org/sudeep.holla/c/d088d6b648f4
--
Regards,
Sudeep


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] arm64: dts: arm: Remove the dangling vexpress-v2m-rs1.dtsi symlink
@ 2023-07-19  9:59   ` Sudeep Holla
  0 siblings, 0 replies; 6+ messages in thread
From: Sudeep Holla @ 2023-07-19  9:59 UTC (permalink / raw)
  To: linux-arm-kernel, devicetree, Sudeep Holla
  Cc: Liviu Dudau, Lorenzo Pieralisi, Rob Herring, Avram Lubkin

On Thu, 06 Jul 2023 09:55:34 +0100, Sudeep Holla wrote:
> Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor sub-directories")
> moved all arm vendor specific DTS into the sub-directory and updated
> vexpress-v2f-1xv7-ca53x2.dts accordingly to include vexpress-v2m-rs1.dtsi
> from the right path. However the symlink was left dangling which is harmless
> and causes no issue for the build.
> 
> Just remove the dangling symlink now that it is noticed and reported.
> 
> [...]

Applied to sudeep.holla/linux (for-next/juno/fixes), thanks!

[1/1] arm64: dts: arm: Remove the dangling vexpress-v2m-rs1.dtsi symlink
      https://git.kernel.org/sudeep.holla/c/d088d6b648f4
--
Regards,
Sudeep


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-07-19  9:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-06  8:55 [PATCH] arm64: dts: arm: Remove the dangling vexpress-v2m-rs1.dtsi symlink Sudeep Holla
2023-07-06  8:55 ` Sudeep Holla
2023-07-06 11:21 ` Liviu Dudau
2023-07-06 11:21   ` Liviu Dudau
2023-07-19  9:59 ` Sudeep Holla
2023-07-19  9:59   ` Sudeep Holla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.