Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1641558
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/5] devicetree: cleanup and improve DT cross-arch reference |
| Date | 2017-05-15 13:20 +0200 |
| Message-ID | <tHmcF-7ob-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This series depends on Olof's
"devicetree: Move include prefixes from arch to separate directory"
https://patchwork.kernel.org/patch/9724995/
1/5: clean-up of unused include path
2/5: Fixup of last three DT files in ARM (needed for 4/5)
3/5: Fixup of last three DT files in PowerPC (needed for 4/5)
4/5: Remove arch/$(SRCARCH)/boot/dts include path
5/5: Make DT cross-arch reference available for /include/ directive
Masahiro Yamada (5):
of: remove drivers/of/testcase-data from include search path for CPP
ARM: dts: use #include "..." to include DT in the same directory
powerpc: dts: use #include "..." to include DT in the same directory
of: remove arch/$(SRCARCH)/boot/dts from include search path for CPP
of: add scripts/dtc/include-prefixes to search path for both CPP and
DTC
arch/arm/boot/dts/imx6q-zii-rdu2.dts | 4 ++--
arch/arm/boot/dts/imx6qp-zii-rdu2.dts | 4 ++--
arch/arm/boot/dts/versatile-pb.dts | 2 +-
arch/powerpc/boot/dts/ac14xx.dts | 2 +-
arch/powerpc/boot/dts/mpc5121ads.dts | 2 +-
arch/powerpc/boot/dts/pdm360ng.dts | 2 +-
scripts/Makefile.lib | 8 ++++----
7 files changed, 12 insertions(+), 12 deletions(-)
--
2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/5] devicetree: cleanup and improve DT cross-arch reference Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-05-15 13:20 +0200
[PATCH 2/5] ARM: dts: use #include "..." to include DT in the same directory Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-05-15 13:20 +0200
Re: [PATCH 2/5] ARM: dts: use #include "..." to include DT in the same directory Shawn Guo <shawnguo@kernel.org> - 2017-05-15 15:20 +0200
Re: [PATCH 2/5] ARM: dts: use #include "..." to include DT in the same directory Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-05-16 14:00 +0200
Re: [PATCH 2/5] ARM: dts: use #include "..." to include DT in the same directory Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-05-24 07:10 +0200
csiph-web