All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: zynqmp: Rename overlay source files from .dts to .dtso
@ 2022-11-30 16:35 ` Michal Simek
  0 siblings, 0 replies; 6+ messages in thread
From: Michal Simek @ 2022-11-30 16:35 UTC (permalink / raw)
  To: linux-kernel, monstr, michal.simek, git, frank.rowand,
	geert+renesas, afd
  Cc: Krzysztof Kozlowski, Rob Herring, devicetree, linux-arm-kernel

Based on commit e87cacadebaf ("of: overlay: rename overlay source files
from .dts to .dtso") and also Kbuild changes done by commit 363547d2191c
("kbuild: Allow DTB overlays to built from .dtso named source files") and
commit 941214a512d8 ("kbuild: Allow DTB overlays to built into .dtbo.S
files") DT overlay source files should be renamed to .dtso.

Signed-off-by: Michal Simek <michal.simek@amd.com>
---

 .../{zynqmp-sck-kv-g-revA.dts => zynqmp-sck-kv-g-revA.dtso}       | 0
 .../{zynqmp-sck-kv-g-revB.dts => zynqmp-sck-kv-g-revB.dtso}       | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename arch/arm64/boot/dts/xilinx/{zynqmp-sck-kv-g-revA.dts => zynqmp-sck-kv-g-revA.dtso} (100%)
 rename arch/arm64/boot/dts/xilinx/{zynqmp-sck-kv-g-revB.dts => zynqmp-sck-kv-g-revB.dtso} (100%)

diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revA.dts b/arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revA.dtso
similarity index 100%
rename from arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revA.dts
rename to arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revA.dtso
diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revB.dts b/arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revB.dtso
similarity index 100%
rename from arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revB.dts
rename to arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revB.dtso
-- 
2.36.1


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

* [PATCH] arm64: zynqmp: Rename overlay source files from .dts to .dtso
@ 2022-11-30 16:35 ` Michal Simek
  0 siblings, 0 replies; 6+ messages in thread
From: Michal Simek @ 2022-11-30 16:35 UTC (permalink / raw)
  To: linux-kernel, monstr, michal.simek, git, frank.rowand,
	geert+renesas, afd
  Cc: Krzysztof Kozlowski, Rob Herring, devicetree, linux-arm-kernel

Based on commit e87cacadebaf ("of: overlay: rename overlay source files
from .dts to .dtso") and also Kbuild changes done by commit 363547d2191c
("kbuild: Allow DTB overlays to built from .dtso named source files") and
commit 941214a512d8 ("kbuild: Allow DTB overlays to built into .dtbo.S
files") DT overlay source files should be renamed to .dtso.

Signed-off-by: Michal Simek <michal.simek@amd.com>
---

 .../{zynqmp-sck-kv-g-revA.dts => zynqmp-sck-kv-g-revA.dtso}       | 0
 .../{zynqmp-sck-kv-g-revB.dts => zynqmp-sck-kv-g-revB.dtso}       | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename arch/arm64/boot/dts/xilinx/{zynqmp-sck-kv-g-revA.dts => zynqmp-sck-kv-g-revA.dtso} (100%)
 rename arch/arm64/boot/dts/xilinx/{zynqmp-sck-kv-g-revB.dts => zynqmp-sck-kv-g-revB.dtso} (100%)

diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revA.dts b/arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revA.dtso
similarity index 100%
rename from arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revA.dts
rename to arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revA.dtso
diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revB.dts b/arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revB.dtso
similarity index 100%
rename from arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revB.dts
rename to arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revB.dtso
-- 
2.36.1


_______________________________________________
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: zynqmp: Rename overlay source files from .dts to .dtso
  2022-11-30 16:35 ` Michal Simek
@ 2022-11-30 16:41   ` Geert Uytterhoeven
  -1 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2022-11-30 16:41 UTC (permalink / raw)
  To: Michal Simek
  Cc: linux-kernel, monstr, michal.simek, git, frank.rowand,
	geert+renesas, afd, Krzysztof Kozlowski, Rob Herring, devicetree,
	linux-arm-kernel

On Wed, Nov 30, 2022 at 5:35 PM Michal Simek <michal.simek@amd.com> wrote:
> Based on commit e87cacadebaf ("of: overlay: rename overlay source files
> from .dts to .dtso") and also Kbuild changes done by commit 363547d2191c
> ("kbuild: Allow DTB overlays to built from .dtso named source files") and
> commit 941214a512d8 ("kbuild: Allow DTB overlays to built into .dtbo.S
> files") DT overlay source files should be renamed to .dtso.
>
> Signed-off-by: Michal Simek <michal.simek@amd.com>

Someone forgot to CC you on
https://lore.kernel.org/all/20221024173434.32518-7-afd@ti.com

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH] arm64: zynqmp: Rename overlay source files from .dts to .dtso
@ 2022-11-30 16:41   ` Geert Uytterhoeven
  0 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2022-11-30 16:41 UTC (permalink / raw)
  To: Michal Simek
  Cc: linux-kernel, monstr, michal.simek, git, frank.rowand,
	geert+renesas, afd, Krzysztof Kozlowski, Rob Herring, devicetree,
	linux-arm-kernel

On Wed, Nov 30, 2022 at 5:35 PM Michal Simek <michal.simek@amd.com> wrote:
> Based on commit e87cacadebaf ("of: overlay: rename overlay source files
> from .dts to .dtso") and also Kbuild changes done by commit 363547d2191c
> ("kbuild: Allow DTB overlays to built from .dtso named source files") and
> commit 941214a512d8 ("kbuild: Allow DTB overlays to built into .dtbo.S
> files") DT overlay source files should be renamed to .dtso.
>
> Signed-off-by: Michal Simek <michal.simek@amd.com>

Someone forgot to CC you on
https://lore.kernel.org/all/20221024173434.32518-7-afd@ti.com

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

_______________________________________________
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: zynqmp: Rename overlay source files from .dts to .dtso
  2022-11-30 16:41   ` Geert Uytterhoeven
@ 2022-11-30 16:51     ` Michal Simek
  -1 siblings, 0 replies; 6+ messages in thread
From: Michal Simek @ 2022-11-30 16:51 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: linux-kernel, monstr, michal.simek, git, frank.rowand,
	geert+renesas, afd, Krzysztof Kozlowski, Rob Herring, devicetree,
	linux-arm-kernel



On 11/30/22 17:41, Geert Uytterhoeven wrote:
> On Wed, Nov 30, 2022 at 5:35 PM Michal Simek <michal.simek@amd.com> wrote:
>> Based on commit e87cacadebaf ("of: overlay: rename overlay source files
>> from .dts to .dtso") and also Kbuild changes done by commit 363547d2191c
>> ("kbuild: Allow DTB overlays to built from .dtso named source files") and
>> commit 941214a512d8 ("kbuild: Allow DTB overlays to built into .dtbo.S
>> files") DT overlay source files should be renamed to .dtso.
>>
>> Signed-off-by: Michal Simek <michal.simek@amd.com>
> 
> Someone forgot to CC you on
> https://lore.kernel.org/all/20221024173434.32518-7-afd@ti.com

Thanks for letting me know. I picked that version and please ignore this one.

Thanks,
Michal

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

* Re: [PATCH] arm64: zynqmp: Rename overlay source files from .dts to .dtso
@ 2022-11-30 16:51     ` Michal Simek
  0 siblings, 0 replies; 6+ messages in thread
From: Michal Simek @ 2022-11-30 16:51 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: linux-kernel, monstr, michal.simek, git, frank.rowand,
	geert+renesas, afd, Krzysztof Kozlowski, Rob Herring, devicetree,
	linux-arm-kernel



On 11/30/22 17:41, Geert Uytterhoeven wrote:
> On Wed, Nov 30, 2022 at 5:35 PM Michal Simek <michal.simek@amd.com> wrote:
>> Based on commit e87cacadebaf ("of: overlay: rename overlay source files
>> from .dts to .dtso") and also Kbuild changes done by commit 363547d2191c
>> ("kbuild: Allow DTB overlays to built from .dtso named source files") and
>> commit 941214a512d8 ("kbuild: Allow DTB overlays to built into .dtbo.S
>> files") DT overlay source files should be renamed to .dtso.
>>
>> Signed-off-by: Michal Simek <michal.simek@amd.com>
> 
> Someone forgot to CC you on
> https://lore.kernel.org/all/20221024173434.32518-7-afd@ti.com

Thanks for letting me know. I picked that version and please ignore this one.

Thanks,
Michal

_______________________________________________
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:[~2022-11-30 16:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-30 16:35 [PATCH] arm64: zynqmp: Rename overlay source files from .dts to .dtso Michal Simek
2022-11-30 16:35 ` Michal Simek
2022-11-30 16:41 ` Geert Uytterhoeven
2022-11-30 16:41   ` Geert Uytterhoeven
2022-11-30 16:51   ` Michal Simek
2022-11-30 16:51     ` Michal Simek

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.