diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-08-06 20:06:22 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-08-17 18:54:33 +0200 |
commit | 351367bb05bd64f24ff0d610b98585b1e9e3bce4 (patch) | |
tree | 1b950c2d686e5601a8fd53bf0f861e593fa1d0fd /MAINTAINERS | |
parent | MAINTAINERS: drop Vincent Sanders from Simtec S3C boards (diff) | |
download | linux-351367bb05bd64f24ff0d610b98585b1e9e3bce4.tar.xz linux-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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
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> |