summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2020-08-06 20:06:22 +0200
committerKrzysztof Kozlowski <krzk@kernel.org>2020-08-17 18:54:33 +0200
commit351367bb05bd64f24ff0d610b98585b1e9e3bce4 (patch)
tree1b950c2d686e5601a8fd53bf0f861e593fa1d0fd
parent177f71f18ee595c508fdede140177765c4a4a779 (diff)
downloadlinux-stable-351367bb05bd64f24ff0d610b98585b1e9e3bce4.tar.gz
linux-stable-351367bb05bd64f24ff0d610b98585b1e9e3bce4.tar.bz2
linux-stable-351367bb05bd64f24ff0d610b98585b1e9e3bce4.zip
MAINTAINERS: add more name matches for Samsung SoC entries
The Samsung SoC maintainer entry covers drivers and headers matching "exynos" name but except that there are also files for S3C24xx, S3C64xx and S5Pv210 SoCs. These sometimes do not have a separate entry for a driver maintainer thus might miss review. Add them to the Samsung SoC maintainer entry to cover all SoCs with name matches. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Acked-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r--MAINTAINERS3
1 files changed, 3 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index d369f15730cb..11860c5e15fb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2424,6 +2424,9 @@ F: drivers/soc/samsung/
F: drivers/tty/serial/samsung*
F: include/linux/soc/samsung/
N: exynos
+N: s3c2410
+N: s3c64xx
+N: s5pv210
ARM/SAMSUNG MOBILE MACHINE SUPPORT
M: Kyungmin Park <kyungmin.park@samsung.com>