* [GIT PULL] Stable branch for .dts to .dtso rename
@ 2022-11-18 21:11 ` Rob Herring
0 siblings, 0 replies; 7+ messages in thread
From: Rob Herring @ 2022-11-18 21:11 UTC (permalink / raw)
To: soc, Shawn Guo, Li Yang, Sascha Hauer, Geert Uytterhoeven,
Andrew Davis, Michal Simek, Matthias Brugger
Cc: devicetree, linux-arm-kernel, Frank Rowand, Frank Wunderlich
.dts files for overlays are getting renamed to .dtso. The kbuild support
for that in in this stable branch. The .dts patches that depend on this
are here[1]. There's also some new .dts overlay files posted[2].
I'll leave it to the SoC and sub-arch maintainers to decide how you all
want to handle it from here. Either SoC maintainers can take this branch
and dependent rename patches or each sub-arch can. In any case, I would
like it converted over in 6.2 so we can remove .dts -> .dtbo build
support ASAP and not be carrying both.
Rob
[1] https://lore.kernel.org/all/20221024173434.32518-1-afd@ti.com/
[2] https://lore.kernel.org/all/20221118190126.100895-12-linux@fw-web.de/
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git dt/dtbo-rename
for you to fetch changes up to dcad240c15c10bebdccd1f29f1a44787528f2d76:
kbuild: Cleanup DT Overlay intermediate files as appropriate (2022-11-18 14:45:30 -0600)
----------------------------------------------------------------
Andrew Davis (4):
kbuild: Allow DTB overlays to built from .dtso named source files
kbuild: Allow DTB overlays to built into .dtbo.S files
staging: pi433: overlay: Rename overlay source file from .dts to .dtso
kbuild: Cleanup DT Overlay intermediate files as appropriate
Frank Rowand (1):
of: overlay: rename overlay source files from .dts to .dtso
.gitignore | 1 +
Makefile | 4 +-
drivers/of/unittest-data/Makefile | 66 +++++++++++-----------
.../of/unittest-data/{overlay.dts => overlay.dtso} | 0
.../{overlay_0.dts => overlay_0.dtso} | 0
.../{overlay_1.dts => overlay_1.dtso} | 0
.../{overlay_10.dts => overlay_10.dtso} | 0
.../{overlay_11.dts => overlay_11.dtso} | 0
.../{overlay_12.dts => overlay_12.dtso} | 0
.../{overlay_13.dts => overlay_13.dtso} | 0
.../{overlay_15.dts => overlay_15.dtso} | 0
.../{overlay_16.dts => overlay_16.dtso} | 0
.../{overlay_17.dts => overlay_17.dtso} | 0
.../{overlay_18.dts => overlay_18.dtso} | 0
.../{overlay_19.dts => overlay_19.dtso} | 0
.../{overlay_2.dts => overlay_2.dtso} | 0
.../{overlay_20.dts => overlay_20.dtso} | 0
.../{overlay_3.dts => overlay_3.dtso} | 0
.../{overlay_4.dts => overlay_4.dtso} | 0
.../{overlay_5.dts => overlay_5.dtso} | 0
.../{overlay_6.dts => overlay_6.dtso} | 0
.../{overlay_7.dts => overlay_7.dtso} | 0
.../{overlay_8.dts => overlay_8.dtso} | 0
.../{overlay_9.dts => overlay_9.dtso} | 0
..._dup_node.dts => overlay_bad_add_dup_node.dtso} | 0
..._dup_prop.dts => overlay_bad_add_dup_prop.dtso} | 0
...ay_bad_phandle.dts => overlay_bad_phandle.dtso} | 0
...rlay_bad_symbol.dts => overlay_bad_symbol.dtso} | 0
.../{overlay_base.dts => overlay_base.dtso} | 0
.../{overlay_gpio_01.dts => overlay_gpio_01.dtso} | 0
...{overlay_gpio_02a.dts => overlay_gpio_02a.dtso} | 0
...{overlay_gpio_02b.dts => overlay_gpio_02b.dtso} | 0
.../{overlay_gpio_03.dts => overlay_gpio_03.dtso} | 0
...{overlay_gpio_04a.dts => overlay_gpio_04a.dtso} | 0
...{overlay_gpio_04b.dts => overlay_gpio_04b.dtso} | 0
.../{testcases.dts => testcases.dtso} | 0
drivers/of/unittest.c | 48 ++++++++--------
.../{pi433-overlay.dts => pi433-overlay.dtso} | 0
.../pi433/Documentation/devicetree/pi433.txt | 6 +-
scripts/Makefile.build | 2 +
scripts/Makefile.lib | 23 +++++++-
41 files changed, 88 insertions(+), 62 deletions(-)
rename drivers/of/unittest-data/{overlay.dts => overlay.dtso} (100%)
rename drivers/of/unittest-data/{overlay_0.dts => overlay_0.dtso} (100%)
rename drivers/of/unittest-data/{overlay_1.dts => overlay_1.dtso} (100%)
rename drivers/of/unittest-data/{overlay_10.dts => overlay_10.dtso} (100%)
rename drivers/of/unittest-data/{overlay_11.dts => overlay_11.dtso} (100%)
rename drivers/of/unittest-data/{overlay_12.dts => overlay_12.dtso} (100%)
rename drivers/of/unittest-data/{overlay_13.dts => overlay_13.dtso} (100%)
rename drivers/of/unittest-data/{overlay_15.dts => overlay_15.dtso} (100%)
rename drivers/of/unittest-data/{overlay_16.dts => overlay_16.dtso} (100%)
rename drivers/of/unittest-data/{overlay_17.dts => overlay_17.dtso} (100%)
rename drivers/of/unittest-data/{overlay_18.dts => overlay_18.dtso} (100%)
rename drivers/of/unittest-data/{overlay_19.dts => overlay_19.dtso} (100%)
rename drivers/of/unittest-data/{overlay_2.dts => overlay_2.dtso} (100%)
rename drivers/of/unittest-data/{overlay_20.dts => overlay_20.dtso} (100%)
rename drivers/of/unittest-data/{overlay_3.dts => overlay_3.dtso} (100%)
rename drivers/of/unittest-data/{overlay_4.dts => overlay_4.dtso} (100%)
rename drivers/of/unittest-data/{overlay_5.dts => overlay_5.dtso} (100%)
rename drivers/of/unittest-data/{overlay_6.dts => overlay_6.dtso} (100%)
rename drivers/of/unittest-data/{overlay_7.dts => overlay_7.dtso} (100%)
rename drivers/of/unittest-data/{overlay_8.dts => overlay_8.dtso} (100%)
rename drivers/of/unittest-data/{overlay_9.dts => overlay_9.dtso} (100%)
rename drivers/of/unittest-data/{overlay_bad_add_dup_node.dts => overlay_bad_add_dup_node.dtso} (100%)
rename drivers/of/unittest-data/{overlay_bad_add_dup_prop.dts => overlay_bad_add_dup_prop.dtso} (100%)
rename drivers/of/unittest-data/{overlay_bad_phandle.dts => overlay_bad_phandle.dtso} (100%)
rename drivers/of/unittest-data/{overlay_bad_symbol.dts => overlay_bad_symbol.dtso} (100%)
rename drivers/of/unittest-data/{overlay_base.dts => overlay_base.dtso} (100%)
rename drivers/of/unittest-data/{overlay_gpio_01.dts => overlay_gpio_01.dtso} (100%)
rename drivers/of/unittest-data/{overlay_gpio_02a.dts => overlay_gpio_02a.dtso} (100%)
rename drivers/of/unittest-data/{overlay_gpio_02b.dts => overlay_gpio_02b.dtso} (100%)
rename drivers/of/unittest-data/{overlay_gpio_03.dts => overlay_gpio_03.dtso} (100%)
rename drivers/of/unittest-data/{overlay_gpio_04a.dts => overlay_gpio_04a.dtso} (100%)
rename drivers/of/unittest-data/{overlay_gpio_04b.dts => overlay_gpio_04b.dtso} (100%)
rename drivers/of/unittest-data/{testcases.dts => testcases.dtso} (100%)
rename drivers/staging/pi433/Documentation/devicetree/{pi433-overlay.dts => pi433-overlay.dtso} (100%)
_______________________________________________
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] 7+ messages in thread* Re: [GIT PULL] Stable branch for .dts to .dtso rename
2022-11-18 21:11 ` Rob Herring
@ 2022-11-19 6:35 ` Shawn Guo
-1 siblings, 0 replies; 7+ messages in thread
From: Shawn Guo @ 2022-11-19 6:35 UTC (permalink / raw)
To: Rob Herring
Cc: soc, Li Yang, Sascha Hauer, Geert Uytterhoeven, Andrew Davis,
Michal Simek, Matthias Brugger, devicetree, linux-arm-kernel,
Frank Rowand, Frank Wunderlich
On Fri, Nov 18, 2022 at 03:11:03PM -0600, Rob Herring wrote:
> .dts files for overlays are getting renamed to .dtso. The kbuild support
> for that in in this stable branch. The .dts patches that depend on this
> are here[1]. There's also some new .dts overlay files posted[2].
>
> I'll leave it to the SoC and sub-arch maintainers to decide how you all
> want to handle it from here. Either SoC maintainers can take this branch
> and dependent rename patches or each sub-arch can. In any case, I would
> like it converted over in 6.2 so we can remove .dts -> .dtbo build
> support ASAP and not be carrying both.
>
> Rob
>
> [1] https://lore.kernel.org/all/20221024173434.32518-1-afd@ti.com/
Thanks, Rob! I pulled your branch and applied "freescale" one.
Shawn
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL] Stable branch for .dts to .dtso rename
@ 2022-11-19 6:35 ` Shawn Guo
0 siblings, 0 replies; 7+ messages in thread
From: Shawn Guo @ 2022-11-19 6:35 UTC (permalink / raw)
To: Rob Herring
Cc: soc, Li Yang, Sascha Hauer, Geert Uytterhoeven, Andrew Davis,
Michal Simek, Matthias Brugger, devicetree, linux-arm-kernel,
Frank Rowand, Frank Wunderlich
On Fri, Nov 18, 2022 at 03:11:03PM -0600, Rob Herring wrote:
> .dts files for overlays are getting renamed to .dtso. The kbuild support
> for that in in this stable branch. The .dts patches that depend on this
> are here[1]. There's also some new .dts overlay files posted[2].
>
> I'll leave it to the SoC and sub-arch maintainers to decide how you all
> want to handle it from here. Either SoC maintainers can take this branch
> and dependent rename patches or each sub-arch can. In any case, I would
> like it converted over in 6.2 so we can remove .dts -> .dtbo build
> support ASAP and not be carrying both.
>
> Rob
>
> [1] https://lore.kernel.org/all/20221024173434.32518-1-afd@ti.com/
Thanks, Rob! I pulled your branch and applied "freescale" one.
Shawn
_______________________________________________
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] 7+ messages in thread
* Re: [GIT PULL] Stable branch for .dts to .dtso rename
2022-11-18 21:11 ` Rob Herring
@ 2022-11-21 9:43 ` Geert Uytterhoeven
-1 siblings, 0 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2022-11-21 9:43 UTC (permalink / raw)
To: Rob Herring, soc
Cc: Shawn Guo, Li Yang, Sascha Hauer, Andrew Davis, Michal Simek,
Matthias Brugger, devicetree, linux-arm-kernel, Frank Rowand,
Frank Wunderlich, Linux-Renesas
Hi Rob, soc-people,
On Fri, Nov 18, 2022 at 10:11 PM Rob Herring <robh@kernel.org> wrote:
> .dts files for overlays are getting renamed to .dtso. The kbuild support
> for that in in this stable branch. The .dts patches that depend on this
> are here[1]. There's also some new .dts overlay files posted[2].
>
> I'll leave it to the SoC and sub-arch maintainers to decide how you all
> want to handle it from here. Either SoC maintainers can take this branch
> and dependent rename patches or each sub-arch can. In any case, I would
> like it converted over in 6.2 so we can remove .dts -> .dtbo build
> support ASAP and not be carrying both.
>
> Rob
>
> [1] https://lore.kernel.org/all/20221024173434.32518-1-afd@ti.com/
> [2] https://lore.kernel.org/all/20221118190126.100895-12-linux@fw-web.de/
>
> The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
>
> Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git dt/dtbo-rename
>
> for you to fetch changes up to dcad240c15c10bebdccd1f29f1a44787528f2d76:
>
> kbuild: Cleanup DT Overlay intermediate files as appropriate (2022-11-18 14:45:30 -0600)
>
> ----------------------------------------------------------------
> Andrew Davis (4):
> kbuild: Allow DTB overlays to built from .dtso named source files
> kbuild: Allow DTB overlays to built into .dtbo.S files
> staging: pi433: overlay: Rename overlay source file from .dts to .dtso
> kbuild: Cleanup DT Overlay intermediate files as appropriate
>
> Frank Rowand (1):
> of: overlay: rename overlay source files from .dts to .dtso
Thanks, pulled into renesas-devel for v6.2, with the "renesas"
patch[1] applied on top, for a special late pull request for soc.
Alternatively, the soc people could just apply [1] directly, if they prefer
doing it that way.
Thanks!
[1] https://lore.kernel.org/all/20221024173434.32518-6-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] 7+ messages in thread* Re: [GIT PULL] Stable branch for .dts to .dtso rename
@ 2022-11-21 9:43 ` Geert Uytterhoeven
0 siblings, 0 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2022-11-21 9:43 UTC (permalink / raw)
To: Rob Herring, soc
Cc: Shawn Guo, Li Yang, Sascha Hauer, Andrew Davis, Michal Simek,
Matthias Brugger, devicetree, linux-arm-kernel, Frank Rowand,
Frank Wunderlich, Linux-Renesas
Hi Rob, soc-people,
On Fri, Nov 18, 2022 at 10:11 PM Rob Herring <robh@kernel.org> wrote:
> .dts files for overlays are getting renamed to .dtso. The kbuild support
> for that in in this stable branch. The .dts patches that depend on this
> are here[1]. There's also some new .dts overlay files posted[2].
>
> I'll leave it to the SoC and sub-arch maintainers to decide how you all
> want to handle it from here. Either SoC maintainers can take this branch
> and dependent rename patches or each sub-arch can. In any case, I would
> like it converted over in 6.2 so we can remove .dts -> .dtbo build
> support ASAP and not be carrying both.
>
> Rob
>
> [1] https://lore.kernel.org/all/20221024173434.32518-1-afd@ti.com/
> [2] https://lore.kernel.org/all/20221118190126.100895-12-linux@fw-web.de/
>
> The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
>
> Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git dt/dtbo-rename
>
> for you to fetch changes up to dcad240c15c10bebdccd1f29f1a44787528f2d76:
>
> kbuild: Cleanup DT Overlay intermediate files as appropriate (2022-11-18 14:45:30 -0600)
>
> ----------------------------------------------------------------
> Andrew Davis (4):
> kbuild: Allow DTB overlays to built from .dtso named source files
> kbuild: Allow DTB overlays to built into .dtbo.S files
> staging: pi433: overlay: Rename overlay source file from .dts to .dtso
> kbuild: Cleanup DT Overlay intermediate files as appropriate
>
> Frank Rowand (1):
> of: overlay: rename overlay source files from .dts to .dtso
Thanks, pulled into renesas-devel for v6.2, with the "renesas"
patch[1] applied on top, for a special late pull request for soc.
Alternatively, the soc people could just apply [1] directly, if they prefer
doing it that way.
Thanks!
[1] https://lore.kernel.org/all/20221024173434.32518-6-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] 7+ messages in thread
* Re: [GIT PULL] Stable branch for .dts to .dtso rename
2022-11-18 21:11 ` Rob Herring
` (2 preceding siblings ...)
(?)
@ 2022-11-21 14:52 ` patchwork-bot+linux-soc
-1 siblings, 0 replies; 7+ messages in thread
From: patchwork-bot+linux-soc @ 2022-11-21 14:52 UTC (permalink / raw)
To: Rob Herring; +Cc: soc
Hello:
This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:
On Fri, 18 Nov 2022 15:11:03 -0600 you wrote:
> .dts files for overlays are getting renamed to .dtso. The kbuild support
> for that in in this stable branch. The .dts patches that depend on this
> are here[1]. There's also some new .dts overlay files posted[2].
>
> I'll leave it to the SoC and sub-arch maintainers to decide how you all
> want to handle it from here. Either SoC maintainers can take this branch
> and dependent rename patches or each sub-arch can. In any case, I would
> like it converted over in 6.2 so we can remove .dts -> .dtbo build
> support ASAP and not be carrying both.
>
> [...]
Here is the summary with links:
- [GIT,PULL] Stable branch for .dts to .dtso rename
https://git.kernel.org/soc/soc/c/cdd1db76607d
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 7+ messages in thread