diff options
author | Daniel Palmer <daniel@0x0f.com> | 2020-10-02 22:34:17 +0900 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2020-10-03 12:48:20 -0700 |
commit | f1ef5b78a76224ee741925abad0a4b3af482d57f (patch) | |
tree | 2d4c5ed8b29f6b85fb6b322088ff364dad1450af /MAINTAINERS | |
parent | 0434460442a7f234b99d9361ca397e0bbb48fa60 (diff) | |
download | linux-f1ef5b78a76224ee741925abad0a4b3af482d57f.tar.gz linux-f1ef5b78a76224ee741925abad0a4b3af482d57f.tar.bz2 linux-f1ef5b78a76224ee741925abad0a4b3af482d57f.zip |
ARM: mstar: Add mstar prefix to all of the dtsi/dts files
Based on Arnd's comment[0] all of the MStar dtsi/dts files should
have had a prefix.
This moves the files, fixes the Makefile that generates dtbs and
fixes up the MAINTAINERS entry.
Fixing up some includes in the files themselves is left for a later
commit as rolling it into this commit resulted in a confusing diff.
0 - https://lore.kernel.org/linux-arm-kernel/CAK8P3a0maQhfaerwG4KgFZOrUPwueKOp2+MOeG9C=+8ZNzc2Kg@mail.gmail.com/
Link: https://lore.kernel.org/r/20201002133418.2250277-5-daniel@0x0f.com
Signed-off-by: Daniel Palmer <daniel@0x0f.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 86bfe2421483..b5de0502d94c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2152,9 +2152,7 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained W: http://linux-chenxing.org/ F: Documentation/devicetree/bindings/arm/mstar/* -F: arch/arm/boot/dts/infinity*.dtsi -F: arch/arm/boot/dts/mercury*.dtsi -F: arch/arm/boot/dts/mstar-v7.dtsi +F: arch/arm/boot/dts/mstar-* F: arch/arm/mach-mstar/ ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT |