summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-08-08 15:47:24 +0200
committerLubomir Rintel <lkundrak@v3.sk>2019-10-17 16:36:12 +0200
commit32adcaa010fa85e09296a6a606ad07348ef349ed (patch)
tree98f30c6e716ba91e63ccfc0d01e2a64c1a854f20 /MAINTAINERS
parentARM: mmp: add SMP support (diff)
downloadlinux-32adcaa010fa85e09296a6a606ad07348ef349ed.tar.xz
linux-32adcaa010fa85e09296a6a606ad07348ef349ed.zip
ARM: mmp: move cputype.h to include/linux/soc/
Let's move cputype.h away from mach-mmp/ so that the drivers outside that directory are able to tell the precise silicon revision. The MMP3 USB OTG PHY driver needs this. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 296de2b51c83..85f64ade294d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10908,6 +10908,7 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
S: Odd Fixes
F: arch/arm/boot/dts/mmp*
F: arch/arm/mach-mmp/
+F: linux/soc/mmp/
MMU GATHER AND TLB INVALIDATION
M: Will Deacon <will@kernel.org>